info.aduna.clustermap.graph
Class ClusterVertex

java.lang.Object
  extended by info.aduna.clustermap.graph.Vertex
      extended by info.aduna.clustermap.graph.ClusterVertex

public class ClusterVertex
extends Vertex

A ClusterVertex represents a Cluster in a Graph.


Constructor Summary
ClusterVertex(Cluster cluster)
          Creates a new ClusterVertex representing the specified Cluster.
 
Method Summary
 Cluster getCluster()
           
 
Methods inherited from class info.aduna.clustermap.graph.Vertex
add, getConnectedVertices, getEdges, getLayoutAttribute, setLayoutAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterVertex

public ClusterVertex(Cluster cluster)
Creates a new ClusterVertex representing the specified Cluster.

Method Detail

getCluster

public Cluster getCluster()


Copyright © 1997-2008 Aduna. All Rights Reserved.