Uses of Interface
ubiware.util.saplbuilder.Object

Packages that use Object
ubiware.util.saplbuilder   
 

Uses of Object in ubiware.util.saplbuilder
 

Classes in ubiware.util.saplbuilder that implement Object
 class ActionArgumentContainer
           
 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 Object
(package private)  Object Statement.object
           
 

Methods in ubiware.util.saplbuilder with parameters of type Object
 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 Object
Statement(Subject subject, Predicate predicate, Object object)
          Create a Statement with the given Subject, Predicate and Object.