Class AGStatement

All Implemented Interfaces:
FrontsTriple, Statement

public class AGStatement extends StatementImpl
  • Constructor Details

  • Method Details

    • toStatement

      public static Statement toStatement(Triple t, AGModel eg)
      create a Statement from the triple t in the enhanced graph eg. The Statement has subject, predicate, and object corresponding to those of t.
      Parameters:
      t - the triple to build into a Statement
      eg - the Graph in which the Statement will be created
      Returns:
      Statement the statement created
    • getModel

      public AGModel getModel()
      Specified by:
      getModel in interface Statement
      Overrides:
      getModel in class StatementBase