Uses of Interface
ubiware.util.saplbuilder.Subject

Packages that use Subject
ubiware.util.saplbuilder   
 

Uses of Subject in ubiware.util.saplbuilder
 

Classes in ubiware.util.saplbuilder that implement Subject
 class Container
          A container in the S-apl sense, a container contains zero or more statements.
 class Literal
          Representation of a literal.
 class Resource
          Representation of a resource.
 class Variable
          Representation of a variable.
 

Fields in ubiware.util.saplbuilder declared as Subject
(package private)  Subject Statement.subject
           
 

Methods in ubiware.util.saplbuilder with parameters of type Subject
 void ActionArgumentContainer.addArgument(Subject argumentName, Object argumentValue)
           
 void StatementContainer.addStatement(Subject subject, Predicate predicate, Object object)
          Same as StatementContainer.addStatement(Statement) with a newly created Statement
 

Constructors in ubiware.util.saplbuilder with parameters of type Subject
Statement(Subject subject, Predicate predicate, Object object)
          Create a Statement with the given Subject, Predicate and Object.