info.aduna.clustermap.graph
Class ClusterEdge

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

public class ClusterEdge
extends Edge

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

ClusterEdge

public ClusterEdge(ClassificationVertex classificationVertex,
                   ClusterVertex clusterVertex)
Create a new ClusterEdge pointing from a ClassificationVertex to a ClusterVertex.

Method Detail

getClassificationVertex

public ClassificationVertex getClassificationVertex()
Gets the ClassificationVertex that this ClusterEdge is connected to.


getClusterVertex

public ClusterVertex getClusterVertex()
Gets the ClusterVertex that this ClusterEdge is connected to.


getClassification

public Classification getClassification()
Gets the Classification represented by the ClassificationVertex connected to this edge.


getCluster

public Cluster getCluster()
Gets the Cluster represented by the ClusterVertex connected to this edge.



Copyright © 1997-2008 Aduna. All Rights Reserved.