Package ubiware.util.saplbuilder

Interface Summary
Object Interface implemented by classes which can act as a object of a statement.
Predicate Interface implemented by classes which can act as a predicate of a statement.
Subject Interface implemented by classes which can act as a subject of a statement.
 

Class Summary
ActionArgumentContainer  
Container A container in the S-apl sense, a container contains zero or more statements.
Literal Representation of a literal.
Parser  
Resource Representation of a resource.
SaplDocument A SaplDocument is an consistent representation of a s-apl document
Statement Representation of a statement consisting of a Subject, Predicate and Object.
StatementContainer A collection to which Statements can be added.
Variable Representation of a variable.
 

Exception Summary
InvalidResourceException  
MalformedSaplException This exception is thrown when an attemt is taken to create an invalid S-APL document or a subcomponent which would make the document invalid.
ParseException