scratch.scott.registry
Class UserDataRegistry
java.lang.Object
scratch.scott.registry.UserDataRegistry
- Direct Known Subclasses:
- EdgeRegistry, VertexRegistry
public abstract class UserDataRegistry
- extends Object
- Author:
- Scott White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDataRegistry
protected UserDataRegistry(Graph graph)
checkDecoratorType
protected void checkDecoratorType(Class type)
getGraph
protected Graph getGraph()
hasDecoratorType
public boolean hasDecoratorType(Class type)
registerDecorator
public void registerDecorator(Decorator decorator)
registerDecoratorAsDefault
public void registerDecoratorAsDefault(Decorator decorator)
getDecorators
public RegistryDecoratorSet getDecorators(Class type)
getDefaultDecorator
public Decorator getDefaultDecorator(Class type)
getDecoratorIterator
public Iterator getDecoratorIterator(Class type)
allDataIsDecorated
public abstract boolean allDataIsDecorated(Decorator decorator)