Package org.dftproject.genesis.core.data.nodes

Interface Summary
IExpression An expression used to qualify resource sets.
ILiteralNode A literal node.
INode A node.
IResourceNode A resource node.
 

Class Summary
CompareExpression An expression which matches objects according to a comparison.
ExactExpression An expression which requires the object to match exactly.
LikeExpression An expression which matches objects that are "like" this value.
LiteralNode LiteralNode is a literal node.
NodeIterator NodeIterator iterates over the contents of a resource set.
OrExpression An expression which takes the disjunction of one or more other expressions.
ResourceNode A resource node.
ResourceSet A ResourceSet is used to retrieve all resource nodes matching certain criteria.
Statement A statement (subject, predicate, object, and graph).