classycle
Class PackageVertex

java.lang.Object
  extended by classycle.graph.Vertex
      extended by classycle.graph.AtomicVertex
          extended by classycle.PackageVertex
All Implemented Interfaces:
java.lang.Comparable

public class PackageVertex
extends AtomicVertex

Author:
Franz-Josef Elmer

Constructor Summary
PackageVertex(java.lang.String name)
           
 
Method Summary
 void addClass(ClassAttributes classAttributes)
           
 
Methods inherited from class classycle.graph.AtomicVertex
getLow, getOrder, isGraphVertex, reset, setDefaultValueOfGraphVertexFlag, setLow, setOrder
 
Methods inherited from class classycle.graph.Vertex
addIncomingArcTo, addOutgoingArcTo, compareTo, getAttributes, getHeadVertex, getNumberOfIncomingArcs, getNumberOfOutgoingArcs, getTailVertex, isVisited, toString, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageVertex

public PackageVertex(java.lang.String name)
Method Detail

addClass

public void addClass(ClassAttributes classAttributes)