Uses of Interface
org.apache.jena.graph.FrontsNode
Packages that use FrontsNode
Package
Description
This package defines the enhanced node and graph classes; an enhanced
node is one embedded in a particular enhanced graph.
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package.A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of FrontsNode in org.apache.jena.enhanced
Classes in org.apache.jena.enhanced that implement FrontsNodeModifier and TypeClassDescriptionclassA specialisation of Polymorphic that models an extended node in a an extended graph. -
Uses of FrontsNode in org.apache.jena.ontology
Subinterfaces of FrontsNode in org.apache.jena.ontologyModifier and TypeInterfaceDescriptioninterfaceInterface defining an individual in which all members of a collection are declared pair-wise disjoint.interfaceA property restriction that requires the named property to have have any range instances to be members of a given class.interfaceInterface that represents the category of annotation properties in an ontology language.interfaceEncapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).interfaceInterface representing the ontology abstraction for a qualified cardinality restriction.interfaceA property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined by the restriction.interfaceClass description that is formed from the complement of another class descriptioninterfaceRepresents an ontology DataRange: a class-like construct that contains only concrete data literals.interfaceInterface that encapsulates the class of properties whose range values are datatype values (as distinct fromObjectPropertywhose values are individuals).interfaceEncapsulates a class description representing a closed enumeration of individuals.interfaceInterface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the range.interfaceA property restriction that requires the named property to have a given individual as its value.interfaceInterface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.interfaceEncapsulates a class description that is the intersection of a list of class expressions.interfaceInterface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in the domain (effectively, a key).interfaceInterface representing the ontology abstraction for a qualified maximum cardinality restriction.interfaceA property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined by the restriction.interfaceInterface representing the ontology abstraction for a qualified minimum cardinality restriction.interfaceA property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined by the restriction.interfaceInterface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valuedproperties).interfaceInterface that represents an ontology node characterising a class description.interfaceInterface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the document (including which other documents are imported by a document).interfaceInterface encapsulating a property in an ontology.interfaceProvides a common super-type for all of the abstractions in this ontology representation package.interfaceRepresents a qualified restriction, in which all values of the restricted property are required to be members of a given class.interfaceInterface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.interfaceA property restriction that requires the named property to have at least one range instance belonging to the given class.interfaceInterface that encapsulates a property that is symmetric, i.e. one in which ifp(x, y)holds, thenp(y, x)must also hold.interfaceInterface that denotes a property that is transitive i.e. one in which ifx p yholds, andy p zholds, thenx p zmust also hold.interfaceClass description that is formed from the union of a list of a class descriptions. -
Uses of FrontsNode in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement FrontsNodeModifier and TypeClassDescriptionclassImplementation of the abstraction of axioms that denote the single name assumption.classImplementation of the allValuesFrom restriction abstraction.classImplementation for ontology abstraction of annotation propertyclassShared implementation for implementations of Boolean clas expressions.classImplementation of the exact qualified cardinality restrictionclassImplementation of the cardinality restriction abstraction.classImplementation of a node representing a complement class description.classDefault implementation of the interface that defines a closed enumeration of concrete values for the range of a property.classImplementation of the datatype property abstractionclassImplementation of a node representing an enumerated class description.classImplementation of the functional property abstractionclassImplementation of the hasValue restriction abstraction.classImplementation for the ontology abstraction representing ontology class descriptions.classImplementation of a node representing an intersection class description.classImplementation of the functional property abstractionclassImplementation of the max qualified cardinality restrictionclassImplementation of the max cardinality restriction abstraction.classImplementation of the min qualified cardinality restrictionclassImplementation of the min cardinality restriction abstraction.classImplementation of the object property abstractionclassImplementation of the ontology abstraction representing ontology classes.classImplementation of the Ontology interface, encapsulating nodes that hold the meta-data about whole ontologies.classImplementation of the abstraction representing a general ontology property.classAbstract base class to provide shared implementation for implementations of ontology resources.classImplementation of qualied restrictions.classImplementation of the ontology abstraction representing restrictions.classImplementation of the someValuesFrom restriction abstraction.classImplementation of the symmetric property abstractionclassImplementation of the transitive property abstractionclassImplementation of a node representing a union class description. -
Uses of FrontsNode in org.apache.jena.rdf.model
Subinterfaces of FrontsNode in org.apache.jena.rdf.modelModifier and TypeInterfaceDescriptioninterfaceAn RDF Alternative container.interfaceAn RDF Bag container.interfaceAn RDF Container.interfaceAn RDF Literal.interfaceAn RDF Property.interfaceProvides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure.interfaceInterface covering RDF resources and literals.interfaceAn RDF Resource.interfaceRDF Sequence container.interfaceThe Jena Model abstraction of an RDF 1.2 triple term. -
Uses of FrontsNode in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement FrontsNodeModifier and TypeClassDescriptionclassAn implementation of Alt.classAn implementation of BagclassAn internal class not normally of interest to application developers.classAn implementation of Literal.classAn implementation of Property.classStandard implementation the list abstraction from rdf.model.classAn implementation of Resource.classAn implementation of SeqclassAn implementation of statement terms (RDf 1.2 triple terms).