|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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<ObjectNode> alternative)
Inserts a alternative using the given subject. |
void |
AbstractTripleFactory.addAlternative(SubjectNode subjectNode,
Alternative<ObjectNode> alternative)
|
Uses of Alternative in org.jrdf.graph.mem |
---|
Classes in org.jrdf.graph.mem that implement Alternative | |
---|---|
class |
AlternativeImpl
An implementation of Alternative . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |