info.aduna.clustermap.graph
Class ClassificationEdge

java.lang.Object
  extended by info.aduna.clustermap.graph.Edge
      extended by info.aduna.clustermap.graph.ClassificationEdge

public class ClassificationEdge
extends Edge

A ClassificationEdge is an Edge that connects a ClassificationVertex to another ClassificationVertex representing one of its Classification's subclasses.


Constructor Summary
ClassificationEdge(ClassificationVertex parentVertex, ClassificationVertex childVertex)
          Create a new Create, pointing from the superclass to the subclass.
 
Method Summary
 ClassificationVertex getChildVertex()
          Gets the child ClassificationVertex.
 ClassificationVertex getParentVertex()
          Gets the parent ClassificationVertex.
 
Methods inherited from class info.aduna.clustermap.graph.Edge
connects, getDestination, getLayoutAttribute, getOtherVertex, getSource, isConnectedTo, setDestination, setLayoutAttribute, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassificationEdge

public ClassificationEdge(ClassificationVertex parentVertex,
                          ClassificationVertex childVertex)
Create a new Create, pointing from the superclass to the subclass.

Method Detail

getParentVertex

public ClassificationVertex getParentVertex()
Gets the parent ClassificationVertex.


getChildVertex

public ClassificationVertex getChildVertex()
Gets the child ClassificationVertex.



Copyright © 1997-2008 Aduna. All Rights Reserved.