Uses of Interface
org.jrdf.graph.Alternative

Packages that use Alternative
org.jrdf.graph This package defines a set of APIs required to implement an RDF Graph and it's associated objects. 
org.jrdf.graph.local.mem This package is an implementation of the JRDF Graph API. 
 

Uses of Alternative in org.jrdf.graph
 

Methods in org.jrdf.graph with parameters of type Alternative
 void TripleFactory.addAlternative(SubjectNode subjectNode, Alternative alternative)
          Inserts a alternative using the given subject.
 void AbstractTripleFactory.addAlternative(SubjectNode subjectNode, Alternative alternative)
           
 

Uses of Alternative in org.jrdf.graph.local.mem
 

Classes in org.jrdf.graph.local.mem that implement Alternative
 class AlternativeImpl
          An implementation of Alternative.