info.aduna.clustermap.graph
Class ClusterVertex
java.lang.Object
info.aduna.clustermap.graph.Vertex
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterVertex
public ClusterVertex(Cluster cluster)
- Creates a new ClusterVertex representing the specified Cluster.
getCluster
public Cluster getCluster()
Copyright © 1997-2008 Aduna. All Rights Reserved.