org.jboss.kernel.plugins.deployment.props.vertex
Class ValueVertex

java.lang.Object
  extended by org.jboss.util.graph.Vertex<String>
      extended by org.jboss.kernel.plugins.deployment.props.TreeVertex<org.jboss.util.graph.Vertex<String>>
          extended by org.jboss.kernel.plugins.deployment.props.vertex.ValueVertex

public class ValueVertex
extends TreeVertex<org.jboss.util.graph.Vertex<String>>

Value vertex.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.kernel.plugins.deployment.props.TreeVertex
log
 
Constructor Summary
ValueVertex(String value)
           
 
Method Summary
 void visit(org.jboss.util.graph.Vertex<String> parent, Set<org.jboss.util.graph.Vertex<String>> children)
          Do the visit.
 
Methods inherited from class org.jboss.kernel.plugins.deployment.props.TreeVertex
getChildren, getLastToken, getNext, getParent, getPrevious, visit
 
Methods inherited from class org.jboss.util.graph.Vertex
addEdge, addIncomingEdge, addOutgoingEdge, clearMark, cost, findEdge, findEdge, getData, getIncomingEdge, getIncomingEdgeCount, getIncomingEdges, getMarkState, getName, getOutgoingEdge, getOutgoingEdgeCount, getOutgoingEdges, hasEdge, hasEdge, mark, remove, setData, setMarkState, toString, visited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueVertex

public ValueVertex(String value)
Method Detail

visit

public void visit(org.jboss.util.graph.Vertex<String> parent,
                  Set<org.jboss.util.graph.Vertex<String>> children)
Description copied from class: TreeVertex
Do the visit.

Specified by:
visit in class TreeVertex<org.jboss.util.graph.Vertex<String>>
Parameters:
parent - the parent vertex
children - the children vertices


Copyright ? 2007 JBoss Inc.. All Rights Reserved.