helix.graph.model.impl
Class AbstractRegistry

java.lang.Object
  extended by helix.graph.model.impl.AbstractRegistry
All Implemented Interfaces:
Registry
Direct Known Subclasses:
DelegateRegistry, MemRegistry

public abstract class AbstractRegistry
extends Object
implements Registry


Field Summary
 
Fields inherited from interface helix.graph.model.Registry
Color, Colors, Comment, IsDirect, Label, Orientation, Rank
 
Constructor Summary
AbstractRegistry()
           
 
Method Summary
 void copy(Registry src)
           
 Registry registry()
           
 void set(String key)
           
 void set(String key, boolean value)
           
 void set(String key, float value)
           
 void set(String key, int value)
           
 void set(String key, String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface helix.graph.model.Registry
get, has, keys, remove, set
 

Constructor Detail

AbstractRegistry

public AbstractRegistry()
Method Detail

registry

public Registry registry()
Specified by:
registry in interface Registry

copy

public void copy(Registry src)
Specified by:
copy in interface Registry

set

public void set(String key)
Specified by:
set in interface Registry

set

public void set(String key,
                String value)
Specified by:
set in interface Registry

set

public void set(String key,
                int value)
Specified by:
set in interface Registry

set

public void set(String key,
                float value)
Specified by:
set in interface Registry

set

public void set(String key,
                boolean value)
Specified by:
set in interface Registry