org.jboss.dna.graph
Class Graph.AddValueAction<T>

java.lang.Object
  extended by org.jboss.dna.graph.Graph.AddValueAction<T>
All Implemented Interfaces:
Graph.AddValue<T>, Graph.Conjunction<T>, Graph.ToName<Graph.On<T>>
Enclosing class:
Graph

public abstract class Graph.AddValueAction<T>
extends Object
implements Graph.AddValue<T>


Method Summary
 Graph.AddValue<T> andValue(Object nextValue)
          Specifies an additional value to be added
 Graph.On<T> to(Name name)
           
 Graph.On<T> to(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

andValue

public Graph.AddValue<T> andValue(Object nextValue)
Description copied from interface: Graph.AddValue
Specifies an additional value to be added

Specified by:
andValue in interface Graph.AddValue<T>
Parameters:
nextValue - the value to be added
Returns:
an object that allows additional values to be specified for removal or for their location to be specified

to

public Graph.On<T> to(String name)
Specified by:
to in interface Graph.ToName<Graph.On<T>>

to

public Graph.On<T> to(Name name)
Specified by:
to in interface Graph.ToName<Graph.On<T>>


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.