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 FrontsNode
    Modifier and Type
    Class
    Description
    class 
    A specialisation of Polymorphic that models an extended node in a an extended graph.
  • Uses of FrontsNode in org.apache.jena.ontology

    Modifier and Type
    Interface
    Description
    interface 
    Interface defining an individual in which all members of a collection are declared pair-wise disjoint.
    interface 
    A property restriction that requires the named property to have have any range instances to be members of a given class.
    interface 
    Interface that represents the category of annotation properties in an ontology language.
    interface 
    Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).
    interface 
    Interface representing the ontology abstraction for a qualified cardinality restriction.
    interface 
    A 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.
    interface 
    Class description that is formed from the complement of another class description
    interface 
    Represents an ontology DataRange: a class-like construct that contains only concrete data literals.
    interface 
    Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values are individuals).
    interface 
    Encapsulates a class description representing a closed enumeration of individuals.
    interface 
    Interface 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.
    interface 
    A property restriction that requires the named property to have a given individual as its value.
    interface 
    Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.
    interface 
    Encapsulates a class description that is the intersection of a list of class expressions.
    interface 
    Interface 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).
    interface 
    Interface representing the ontology abstraction for a qualified maximum cardinality restriction.
    interface 
    A 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.
    interface 
    Interface representing the ontology abstraction for a qualified minimum cardinality restriction.
    interface 
    A 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.
    interface 
    Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valued properties).
    interface 
    Interface that represents an ontology node characterising a class description.
    interface 
    Interface 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).
    interface 
    Interface encapsulating a property in an ontology.
    interface 
    Provides a common super-type for all of the abstractions in this ontology representation package.
    interface 
    Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class.
    interface 
    Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.
    interface 
    A property restriction that requires the named property to have at least one range instance belonging to the given class.
    interface 
    Interface that encapsulates a property that is symmetric, i.e. one in which if p(x, y) holds, thenp(y, x) must also hold.
    interface 
    Interface that denotes a property that is transitive i.e. one in which if x p y holds, and y p z holds, then x p z must also hold.
    interface 
    Class 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 FrontsNode
    Modifier and Type
    Class
    Description
    class 
    Implementation of the abstraction of axioms that denote the single name assumption.
    class 
    Implementation of the allValuesFrom restriction abstraction.
    class 
    Implementation for ontology abstraction of annotation property
    class 
    Shared implementation for implementations of Boolean clas expressions.
    class 
    Implementation of the exact qualified cardinality restriction
    class 
    Implementation of the cardinality restriction abstraction.
    class 
    Implementation of a node representing a complement class description.
    class 
    Default implementation of the interface that defines a closed enumeration of concrete values for the range of a property.
    class 
    Implementation of the datatype property abstraction
    class 
    Implementation of a node representing an enumerated class description.
    class 
    Implementation of the functional property abstraction
    class 
    Implementation of the hasValue restriction abstraction.
    class 
    Implementation for the ontology abstraction representing ontology class descriptions.
    class 
    Implementation of a node representing an intersection class description.
    class 
    Implementation of the functional property abstraction
    class 
    Implementation of the max qualified cardinality restriction
    class 
    Implementation of the max cardinality restriction abstraction.
    class 
    Implementation of the min qualified cardinality restriction
    class 
    Implementation of the min cardinality restriction abstraction.
    class 
    Implementation of the object property abstraction
    class 
    Implementation of the ontology abstraction representing ontology classes.
    class 
    Implementation of the Ontology interface, encapsulating nodes that hold the meta-data about whole ontologies.
    class 
    Implementation of the abstraction representing a general ontology property.
    class 
    Abstract base class to provide shared implementation for implementations of ontology resources.
    class 
    Implementation of qualied restrictions.
    class 
    Implementation of the ontology abstraction representing restrictions.
    class 
    Implementation of the someValuesFrom restriction abstraction.
    class 
    Implementation of the symmetric property abstraction
    class 
    Implementation of the transitive property abstraction
    class 
    Implementation of a node representing a union class description.
  • Uses of FrontsNode in org.apache.jena.rdf.model

    Modifier and Type
    Interface
    Description
    interface 
    An RDF Alternative container.
    interface 
    An RDF Bag container.
    interface 
    An RDF Container.
    interface 
    An RDF Literal.
    interface 
    An RDF Property.
    interface 
    Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure.
    interface 
    Interface covering RDF resources and literals.
    interface 
    An RDF Resource.
    interface 
    RDF Sequence container.
  • Uses of FrontsNode in org.apache.jena.rdf.model.impl

    Classes in org.apache.jena.rdf.model.impl that implement FrontsNode
    Modifier and Type
    Class
    Description
    class 
    An implementation of Alt.
    class 
    An implementation of Bag
    class 
    An internal class not normally of interest to application developers.
    class 
    An implementation of Literal.
    class 
    An implementation of Property.
    class 
    Standard implementation the list abstraction from rdf.model.
    class 
    An implementation of Resource.
    class 
    An implementation of Seq