Uses of Class
org.apache.jena.enhanced.Polymorphic
Packages that use Polymorphic
Package
Description
This package defines the enhanced node and graph classes; an enhanced
node is one embedded in a particular enhanced graph.
                        Provides default implementations for the abstractions defined in the 
                        
org.apache.jena.ontology package.This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
- 
Uses of Polymorphic in org.apache.jena.enhancedSubclasses of Polymorphic in org.apache.jena.enhancedModifier and TypeClassDescriptionclassA specialisation of Polymorphic that models an extended node in a an extended graph.Methods in org.apache.jena.enhanced with parameters of type PolymorphicModifier and TypeMethodDescriptionvoidPolymorphic.addView(Polymorphic<T> other) add another view for this object.Constructors in org.apache.jena.enhanced with parameters of type PolymorphicModifierConstructorDescriptionAlreadyLinkedViewException(Polymorphic<?> other) The polymorphicotherhas already been linked into a sibling ring and hence cannot be linked into a different one.
- 
Uses of Polymorphic in org.apache.jena.ontology.implSubclasses of Polymorphic in org.apache.jena.ontology.implModifier 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 Polymorphic in org.apache.jena.rdf.model.implSubclasses of Polymorphic in org.apache.jena.rdf.model.implModifier 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).