scratch.scott.registry
Class VertexRegistry

java.lang.Object
  extended by scratch.scott.registry.UserDataRegistry
      extended by scratch.scott.registry.VertexRegistry

public class VertexRegistry
extends UserDataRegistry

Author:
Scott White

Constructor Summary
VertexRegistry(Graph graph)
           
 
Method Summary
 boolean allDataIsDecorated(Decorator decorator)
           
 
Methods inherited from class scratch.scott.registry.UserDataRegistry
checkDecoratorType, getDecoratorIterator, getDecorators, getDefaultDecorator, getGraph, hasDecoratorType, registerDecorator, registerDecoratorAsDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexRegistry

public VertexRegistry(Graph graph)
Method Detail

allDataIsDecorated

public boolean allDataIsDecorated(Decorator decorator)
Specified by:
allDataIsDecorated in class UserDataRegistry