com.hp.hpl.jena.enhanced
Class GraphPersonality

java.lang.Object
  extended bycom.hp.hpl.jena.enhanced.Personality
      extended bycom.hp.hpl.jena.enhanced.GraphPersonality

public class GraphPersonality
extends Personality

Author:
jjc + kers

Constructor Summary
GraphPersonality()
           
GraphPersonality(GraphPersonality base, Personality forNodes)
           
GraphPersonality(Personality p)
           
 
Method Summary
 Personality add(java.lang.Class interf, Implementation t)
          Add a new interface and its implementation to this Personality.
 Personality copy()
          create a new Personality copying this one; the _types_ state is copied, not shared.
 Personality nodePersonality()
           
 
Methods inherited from class com.hp.hpl.jena.enhanced.Personality
newInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPersonality

public GraphPersonality()

GraphPersonality

public GraphPersonality(Personality p)

GraphPersonality

public GraphPersonality(GraphPersonality base,
                        Personality forNodes)
Method Detail

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.