scratch.scott.partition
Class EdgePartition

java.lang.Object
  extended by scratch.scott.partition.AbstractPartition
      extended by scratch.scott.partition.EdgePartition

public class EdgePartition
extends AbstractPartition

Author:
Scott White

Constructor Summary
EdgePartition(ArchetypeGraph g)
           
 
Method Summary
protected  void initialize(ArchetypeGraph g)
           
 
Methods inherited from class scratch.scott.partition.AbstractPartition
addNewPartitionClass, addNewPartitionClasses, classify, classify, getElement, getElementToClassMap, getNthClass, getUnderlyingGraph, numClasses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgePartition

public EdgePartition(ArchetypeGraph g)
Method Detail

initialize

protected void initialize(ArchetypeGraph g)
Overrides:
initialize in class AbstractPartition