org.apache.commons.graph.domain.dependency
Class DependencyVertex

java.lang.Object
  extended byorg.apache.commons.graph.domain.dependency.DependencyVertex
All Implemented Interfaces:
Vertex

public class DependencyVertex
extends java.lang.Object
implements Vertex

Description of the Class


Field Summary
private  java.lang.Object value
           
 
Constructor Summary
DependencyVertex(java.lang.Object value)
          Constructor for the DependencyVertex object
 
Method Summary
 java.lang.Object getValue()
          Gets the value attribute of the DependencyVertex object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private java.lang.Object value
Constructor Detail

DependencyVertex

public DependencyVertex(java.lang.Object value)
Constructor for the DependencyVertex object

Parameters:
value -
Method Detail

getValue

public java.lang.Object getValue()
Gets the value attribute of the DependencyVertex object