|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Personality | |
|---|---|
| com.hp.hpl.jena.enhanced | This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph. |
| Uses of Personality in com.hp.hpl.jena.enhanced |
|---|
| Subclasses of Personality in com.hp.hpl.jena.enhanced | |
|---|---|
class |
GraphPersonality
Personalities for Graphs. |
class |
NodePersonality
Personalities for nodes. |
| Fields in com.hp.hpl.jena.enhanced declared as Personality | |
|---|---|
static Personality<RDFNode> |
BuiltinPersonalities.model
|
| Methods in com.hp.hpl.jena.enhanced that return Personality | ||
|---|---|---|
|
Personality.add(Class<X> interf,
Implementation impl)
Add a new interface and its implementation to this Personality. |
|
Personality<T> |
Personality.add(Personality<T> p)
extend this personality by adding in all the mappins from the argument _p_. |
|
Personality<T> |
Personality.copy()
create a new Personality copying this one; the _types_ state is copied, not shared. |
|
| Methods in com.hp.hpl.jena.enhanced with parameters of type Personality | |
|---|---|
Personality<T> |
Personality.add(Personality<T> p)
extend this personality by adding in all the mappins from the argument _p_. |
| Constructors in com.hp.hpl.jena.enhanced with parameters of type Personality | |
|---|---|
EnhGraph(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_ |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||