Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.jena.graph Classes and Interfaces - 75 results found.
NameDescriptionTypePackageFramework
BlankNodeIdSystem identifier for a blank node.Classorg.apache.jena.graphApache Jena
CapabilitiesInterface for expressing capabilities.Interfaceorg.apache.jena.graphApache Jena
CompositionBase Base class for graphs that are composed of multiple sub-graphs.Classorg.apache.jena.graph.composeApache Jena
DeltaGraph operation for wrapping a base graph and leaving it unchanged while recording all the attempted updates for later access.Classorg.apache.jena.graph.composeApache Jena
DifferenceClass representing the dynamic set difference L - R of two graphs.Classorg.apache.jena.graph.composeApache Jena
DisjointUnionDisjointUnion - a version of Union that assumes the graphs are disjoint, and hence that find need not do duplicate-removal.Classorg.apache.jena.graph.composeApache Jena
DyadicClassorg.apache.jena.graph.composeApache Jena
FactoryA factory class for creating Graphs.Classorg.apache.jena.graphApache Jena
FrontsNodeHasNode - interface for objects that front a Node in some context.Interfaceorg.apache.jena.graphApache Jena
FrontsTripleFrontsTriple (see also FrontsNode) is an interface for things that can be seen as wrappers round triples.Interfaceorg.apache.jena.graphApache Jena
GetTriplethis interface describes types that can have a triple extracted using a getTriple method.Interfaceorg.apache.jena.graphApache Jena
GraphThe interface to be satisfied by implementations maintaining collections of RDF triples.Interfaceorg.apache.jena.graphApache Jena
GraphEventManagerThe component of a graph responsible for managing events and listeners.Interfaceorg.apache.jena.graphApache Jena
GraphEventsGraphEvents is the base class for Jena general graph events.Classorg.apache.jena.graphApache Jena
GraphExtractGraphExtract offers a very simple recursive extraction of a subgraph with a specified root in some supergraph.Classorg.apache.jena.graphApache Jena
GraphListenerInterface for listening to graph-level update events.Interfaceorg.apache.jena.graphApache Jena
GraphMakerA factory for providing instances of named graphs with appropriate storage models.Interfaceorg.apache.jena.graphApache Jena
GraphStatisticsHandlerA graph's StatisticsHandler offers access to some statistics about that graph's contents that might be useful for optimisation.Interfaceorg.apache.jena.graphApache Jena
GraphUtilClassorg.apache.jena.graphApache Jena
IntersectionThe dynamic intersection of two graphs L and R.Classorg.apache.jena.graph.composeApache Jena
MultiUnion A graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph.Classorg.apache.jena.graph.composeApache Jena
MultiUnion .MultiUnionStatisticsHandlerClassorg.apache.jena.graph.compose.MultiUnionApache Jena
NodeA Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY.Classorg.apache.jena.graphApache Jena
Node .NotLiteralException thrown if a literal-access operation is attemted on a non-literal node.Classorg.apache.jena.graph.NodeApache Jena
Node_ANYA Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query.Classorg.apache.jena.graphApache Jena
Node_BlankRDF blank nodes, ie nodes with identity but without URIs.Classorg.apache.jena.graphApache Jena
Node_ConcreteThis is the class of concrete nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.Classorg.apache.jena.graphApache Jena
Node_FluidClassorg.apache.jena.graphApache Jena
Node_LiteralAn RDF node holding a literal value.Classorg.apache.jena.graphApache Jena
Node_NULLThe Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code).Classorg.apache.jena.graphApache Jena
Node_URIRDF nodes with a global identity given by a URI.Classorg.apache.jena.graphApache Jena
Node_VariableClassorg.apache.jena.graphApache Jena
BlankNodeIdSystem identifier for a blank node.Classorg.apache.jena.graphApache Jena
CapabilitiesInterface for expressing capabilities.Interfaceorg.apache.jena.graphApache Jena
CompositionBase Base class for graphs that are composed of multiple sub-graphs.Classorg.apache.jena.graph.composeApache Jena
DeltaGraph operation for wrapping a base graph and leaving it unchanged while recording all the attempted updates for later access.Classorg.apache.jena.graph.composeApache Jena
DifferenceClass representing the dynamic set difference L - R of two graphs.Classorg.apache.jena.graph.composeApache Jena
DisjointUnionDisjointUnion - a version of Union that assumes the graphs are disjoint, and hence that find need not do duplicate-removal.Classorg.apache.jena.graph.composeApache Jena
DyadicClassorg.apache.jena.graph.composeApache Jena
FactoryA factory class for creating Graphs.Classorg.apache.jena.graphApache Jena
FrontsNodeHasNode - interface for objects that front a Node in some context.Interfaceorg.apache.jena.graphApache Jena
FrontsTripleFrontsTriple (see also FrontsNode) is an interface for things that can be seen as wrappers round triples.Interfaceorg.apache.jena.graphApache Jena
GetTriplethis interface describes types that can have a triple extracted using a getTriple method.Interfaceorg.apache.jena.graphApache Jena
GraphThe interface to be satisfied by implementations maintaining collections of RDF triples.Interfaceorg.apache.jena.graphApache Jena
GraphEventManagerThe component of a graph responsible for managing events and listeners.Interfaceorg.apache.jena.graphApache Jena
GraphEventsGraphEvents is the base class for Jena general graph events.Classorg.apache.jena.graphApache Jena
GraphExtractGraphExtract offers a very simple recursive extraction of a subgraph with a specified root in some supergraph.Classorg.apache.jena.graphApache Jena
GraphListenerInterface for listening to graph-level update events.Interfaceorg.apache.jena.graphApache Jena
GraphMakerA factory for providing instances of named graphs with appropriate storage models.Interfaceorg.apache.jena.graphApache Jena
GraphStatisticsHandlerA graph's StatisticsHandler offers access to some statistics about that graph's contents that might be useful for optimisation.Interfaceorg.apache.jena.graphApache Jena
GraphUtilClassorg.apache.jena.graphApache Jena
IntersectionThe dynamic intersection of two graphs L and R.Classorg.apache.jena.graph.composeApache Jena
MultiUnion A graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph.Classorg.apache.jena.graph.composeApache Jena
MultiUnion .MultiUnionStatisticsHandlerClassorg.apache.jena.graph.compose.MultiUnionApache Jena
NodeA Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY.Classorg.apache.jena.graphApache Jena
Node .NotLiteralException thrown if a literal-access operation is attemted on a non-literal node.Classorg.apache.jena.graph.NodeApache Jena
Node_ANYA Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query.Classorg.apache.jena.graphApache Jena
Node_BlankRDF blank nodes, ie nodes with identity but without URIs.Classorg.apache.jena.graphApache Jena
Node_ConcreteThis is the class of "concrete" nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.Classorg.apache.jena.graphApache Jena
Node_FluidClassorg.apache.jena.graphApache Jena
Node_LiteralAn RDF node holding a literal value.Classorg.apache.jena.graphApache Jena
Node_NULLThe Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code).Classorg.apache.jena.graphApache Jena
Node_URIRDF nodes with a global identity given by a URI.Classorg.apache.jena.graphApache Jena
Node_Variable"variable" nodes; these are outside the RDF2003 specification, but are used internally for "placeholder" nodes where blank nodes would beClassorg.apache.jena.graphApache Jena
Node_Variable .VariableNameClassorg.apache.jena.graph.Node_VariableApache Jena
NodeFactoryClassorg.apache.jena.graphApache Jena
NodeVisitorThe NodeVisitor interface is used by Node::visitWith so that an application can have type-dispatch on the class of a Node.Interfaceorg.apache.jena.graphApache Jena
Polyadic A base class for composition graphs that are composed from zero or more sub-graphs (thus providing a basis for polyadic composition operators).Classorg.apache.jena.graph.composeApache Jena
PolyadicPrefixMappingImplClassorg.apache.jena.graph.composeApache Jena
TransactionHandlerPreliminary interface for graphs supporting transactions.Interfaceorg.apache.jena.graphApache Jena
TripleTriples are the basis for RDF statements; they have a subject, predicate, and object field (all nodes) and express the notion that the relationship namedClassorg.apache.jena.graphApache Jena
Triple .FieldA Field is a selector from Triples; it allows selectors to be passed around as if they were functions, hooray.Classorg.apache.jena.graph.TripleApache Jena
TripleBoundaryAn interface for expressing a stopping condition on triples, such as in sub-graph extraction.Interfaceorg.apache.jena.graphApache Jena
TripleIteratorAn extended iterator that can return its next element as a Triple.Interfaceorg.apache.jena.graphApache Jena
UnionA class representing the dynamic union of two graphs.Classorg.apache.jena.graph.composeApache Jena