|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.clustermap.graph.Edge
info.aduna.clustermap.graph.ClusterEdge
public class ClusterEdge
A ClusterEdge is an Edge that connects a ClassificationVertex to a ClusterVertex containing a subset of its Objects.
| Constructor Summary | |
|---|---|
ClusterEdge(ClassificationVertex classificationVertex,
ClusterVertex clusterVertex)
Create a new ClusterEdge pointing from a ClassificationVertex to a ClusterVertex. |
|
| Method Summary | |
|---|---|
Classification |
getClassification()
Gets the Classification represented by the ClassificationVertex connected to this edge. |
ClassificationVertex |
getClassificationVertex()
Gets the ClassificationVertex that this ClusterEdge is connected to. |
Cluster |
getCluster()
Gets the Cluster represented by the ClusterVertex connected to this edge. |
ClusterVertex |
getClusterVertex()
Gets the ClusterVertex that this ClusterEdge is connected to. |
| 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 |
|---|
public ClusterEdge(ClassificationVertex classificationVertex,
ClusterVertex clusterVertex)
| Method Detail |
|---|
public ClassificationVertex getClassificationVertex()
public ClusterVertex getClusterVertex()
public Classification getClassification()
public Cluster getCluster()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||