scratch.scott.partition
Class VertexPartitionClass

java.lang.Object
  extended by scratch.scott.partition.AbstractPartitionClass
      extended by scratch.scott.partition.VertexPartitionClass

public class VertexPartitionClass
extends AbstractPartitionClass

Author:
Scott White

Constructor Summary
VertexPartitionClass(AbstractPartition p)
           
 
Method Summary
 ArchetypeGraph constructGraph()
           
 
Methods inherited from class scratch.scott.partition.AbstractPartitionClass
add, getElements, getUnderlyingPartition, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexPartitionClass

public VertexPartitionClass(AbstractPartition p)
Method Detail

constructGraph

public ArchetypeGraph constructGraph()
Specified by:
constructGraph in class AbstractPartitionClass