com.hp.hpl.jena.enhanced
Class GraphPersonality
java.lang.Object
com.hp.hpl.jena.enhanced.Personality
com.hp.hpl.jena.enhanced.GraphPersonality
- public class GraphPersonality
- extends Personality
- Author:
- jjc + kers
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphPersonality
public GraphPersonality()
GraphPersonality
public GraphPersonality(Personality p)
GraphPersonality
public GraphPersonality(GraphPersonality base,
Personality forNodes)
nodePersonality
public Personality nodePersonality()
add
public Personality add(java.lang.Class interf,
Implementation t)
- Description copied from class:
Personality
- Add a new interface and its implementation to this Personality.
- Overrides:
add
in class Personality
- Parameters:
interf
- The interface to add, expressed as a Type object.t
- A way of implementing _interf_.
copy
public Personality copy()
- Description copied from class:
Personality
- create a new Personality copying this one; the _types_ state is
copied, not shared.
- Overrides:
copy
in class Personality
Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.