info.aduna.clustermap.graph
Class ClassificationEdge
java.lang.Object
info.aduna.clustermap.graph.Edge
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassificationEdge
public ClassificationEdge(ClassificationVertex parentVertex,
ClassificationVertex childVertex)
- Create a new Create, pointing from the superclass to the subclass.
getParentVertex
public ClassificationVertex getParentVertex()
- Gets the parent ClassificationVertex.
getChildVertex
public ClassificationVertex getChildVertex()
- Gets the child ClassificationVertex.
Copyright © 1997-2008 Aduna. All Rights Reserved.