Uses of Class
org.apache.jena.enhanced.Personality
Packages that use Personality
Package
Description
This package defines the enhanced node and graph classes; an enhanced
node is one embedded in a particular enhanced graph.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of Personality in org.apache.jena.enhanced
Subclasses of Personality in org.apache.jena.enhancedModifier and TypeClassDescriptionclass
Personalities for Graphs.class
Personalities for nodes.Fields in org.apache.jena.enhanced declared as PersonalityMethods in org.apache.jena.enhanced that return PersonalityModifier and TypeMethodDescription<X extends T>
Personality<T>Personality.add
(Class<X> interf, Implementation impl) Add a new interface and its implementation to this Personality.Personality.add
(Personality<T> p) extend this personality by adding in all the mappings from the argument _p_.Personality.copy()
create a new Personality copying this one; the _types_ state is copied, not shared.Methods in org.apache.jena.enhanced with parameters of type PersonalityModifier and TypeMethodDescriptionPersonality.add
(Personality<T> p) extend this personality by adding in all the mappings from the argument _p_.Constructors in org.apache.jena.enhanced with parameters of type PersonalityModifierConstructorDescriptionEnhGraph
(Graph g, Personality<RDFNode> p) Construct an enhanced graph from the given underlying graph, and a factory for generating enhanced nodes.Personality
(Personality<T> other) initialise this personality with the bindings from _other_ -
Uses of Personality in org.apache.jena.rdf.model.impl
Constructors in org.apache.jena.rdf.model.impl with parameters of type Personality