|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.model.impl.AbstractRegistry
helix.graph.model.impl.DelegateRegistry
public abstract class DelegateRegistry
Field Summary |
---|
Fields inherited from interface helix.graph.model.Registry |
---|
Color, Colors, Comment, IsDirect, Label, Orientation, Rank |
Constructor Summary | |
---|---|
DelegateRegistry()
|
Method Summary | |
---|---|
RegistryValue |
get(String key)
|
boolean |
has(String key)
|
Iterable<String> |
keys()
|
abstract Registry |
registry()
|
void |
remove(String key)
|
void |
set(String key,
RegistryValue value)
|
Methods inherited from class helix.graph.model.impl.AbstractRegistry |
---|
copy, set, set, set, set, set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegateRegistry()
Method Detail |
---|
public abstract Registry registry()
registry
in interface Registry
registry
in class AbstractRegistry
public boolean has(String key)
public RegistryValue get(String key)
public void set(String key, RegistryValue value)
public void remove(String key)
public Iterable<String> keys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |