Uses of Class
com.github.jsonldjava.core.RDFDataset.Node
Packages that use RDFDataset.Node
-
Uses of RDFDataset.Node in com.github.jsonldjava.core
Subclasses of RDFDataset.Node in com.github.jsonldjava.coreModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in com.github.jsonldjava.core that return RDFDataset.NodeModifier and TypeMethodDescriptionRDFDataset.Quad.getGraph()RDFDataset.Quad.getObject()RDFDataset.Quad.getPredicate()RDFDataset.Quad.getSubject()Methods in com.github.jsonldjava.core with parameters of type RDFDataset.NodeModifier and TypeMethodDescriptionintRDFDataset.Literal.compareTo(RDFDataset.Node o) intRDFDataset.Node.compareTo(RDFDataset.Node o) Constructors in com.github.jsonldjava.core with parameters of type RDFDataset.NodeModifierConstructorDescriptionQuad(RDFDataset.Node subject, RDFDataset.Node predicate, RDFDataset.Node object, String graph)