Uses of Class
org.apache.jena.enhanced.Implementation
Packages that use Implementation
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 Implementation in org.apache.jena.enhanced
Methods in org.apache.jena.enhanced that return ImplementationModifier and TypeMethodDescription<X extends T>
ImplementationPersonality.getImplementation(Class<X> t) get the implementation for the specified type, returning null if there isn't one available.Methods in org.apache.jena.enhanced with parameters of type ImplementationModifier and TypeMethodDescription<X extends T>
Personality<T>Personality.add(Class<X> interf, Implementation impl) Add a new interface and its implementation to this Personality. -
Uses of Implementation in org.apache.jena.ontology.impl
Fields in org.apache.jena.ontology.impl declared as ImplementationModifier and TypeFieldDescriptionstatic ImplementationAllDifferentImpl.factoryA factory for generating AllDifferent facets from nodes in enhanced graphs.static ImplementationAllValuesFromRestrictionImpl.factoryA factory for generating AllValuesFromRestriction facets from nodes in enhanced graphs.static ImplementationAnnotationPropertyImpl.factoryA factory for generating AnnotationProperty facets from nodes in enhanced graphs.static ImplementationCardinalityQRestrictionImpl.factoryA factory for generating QualifiedRestriction facets from nodes in enhanced graphs.static ImplementationCardinalityRestrictionImpl.factoryA factory for generating CardinalityRestriction facets from nodes in enhanced graphs.static ImplementationComplementClassImpl.factoryA factory for generating ComplementClass facets from nodes in enhanced graphs.static ImplementationDataRangeImpl.factoryA factory for generating DataRange facets from nodes in enhanced graphs.static ImplementationDatatypePropertyImpl.factoryA factory for generating DatatypeProperty facets from nodes in enhanced graphs.static ImplementationEnumeratedClassImpl.factoryA factory for generating EnumeratedClass facets from nodes in enhanced graphs.static ImplementationFunctionalPropertyImpl.factoryA factory for generating FunctionalProperty facets from nodes in enhanced graphs.static ImplementationHasValueRestrictionImpl.factoryA factory for generating HasValueRestriction facets from nodes in enhanced graphs.static ImplementationIndividualImpl.factoryA factory for generating Individual facets from nodes in enhanced graphs.static ImplementationIntersectionClassImpl.factoryA factory for generating IntersectionClass facets from nodes in enhanced graphs.static ImplementationInverseFunctionalPropertyImpl.factoryA factory for generating InverseFunctionalProperty facets from nodes in enhanced graphs.static ImplementationMaxCardinalityQRestrictionImpl.factoryA factory for generating QualifiedRestriction facets from nodes in enhanced graphs.static ImplementationMaxCardinalityRestrictionImpl.factoryA factory for generating MaxCardinalityRestriction facets from nodes in enhanced graphs.static ImplementationMinCardinalityQRestrictionImpl.factoryA factory for generating QualifiedRestriction facets from nodes in enhanced graphs.static ImplementationMinCardinalityRestrictionImpl.factoryA factory for generating MinCardinalityRestriction facets from nodes in enhanced graphs.static ImplementationObjectPropertyImpl.factoryA factory for generating ObjectProperty facets from nodes in enhanced graphs.static ImplementationOntClassImpl.factoryA factory for generating OntClass facets from nodes in enhanced graphs.static ImplementationOntologyImpl.factoryA factory for generating Ontology facets from nodes in enhanced graphs.static ImplementationOntPropertyImpl.factoryA factory for generating OntProperty facets from nodes in enhanced graphs.static ImplementationOntResourceImpl.factoryA factory for generating OntResource facets from nodes in enhanced graphs.static ImplementationQualifiedRestrictionImpl.factoryA factory for generating QualifiedRestriction facets from nodes in enhanced graphs.static ImplementationRestrictionImpl.factoryA factory for generating Restriction facets from nodes in enhanced graphs.static ImplementationSomeValuesFromRestrictionImpl.factoryA factory for generating SomeValuesFromRestriction facets from nodes in enhanced graphs.static ImplementationSymmetricPropertyImpl.factoryA factory for generating SymmetricProperty facets from nodes in enhanced graphs.static ImplementationTransitivePropertyImpl.factoryA factory for generating TransitiveProperty facets from nodes in enhanced graphs.static ImplementationUnionClassImpl.factoryA factory for generating UnionClass facets from nodes in enhanced graphs. -
Uses of Implementation in org.apache.jena.rdf.model.impl
Fields in org.apache.jena.rdf.model.impl declared as ImplementationModifier and TypeFieldDescriptionstatic final ImplementationAltImpl.factorystatic final ImplementationBagImpl.factorystatic final ImplementationLiteralImpl.factorystatic final ImplementationPropertyImpl.factorystatic ImplementationRDFListImpl.factoryA factory for generating RDFList facets from nodes in enhanced graphs.static final ImplementationResourceImpl.factorystatic final ImplementationSeqImpl.factorystatic final ImplementationStatementTermImpl.factorystatic final ImplementationResourceImpl.rdfNodeFactorystatic final ImplementationStatementTermImpl.rdfNodeFactory