Uses of Interface
ubiware.util.saplbuilder.Predicate

Packages that use Predicate
ubiware.util.saplbuilder   
 

Uses of Predicate in ubiware.util.saplbuilder
 

Classes in ubiware.util.saplbuilder that implement Predicate
 class Resource
          Representation of a resource.
 class Variable
          Representation of a variable.
 

Fields in ubiware.util.saplbuilder declared as Predicate
(package private)  Predicate Statement.predicate
           
 

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