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

java.lang.Object
  extended by org.jboss.dna.graph.Graph.RemoveValueAction<T>
All Implemented Interfaces:
Graph.Conjunction<T>, Graph.FromName<Graph.On<T>>, Graph.RemoveValue<T>
Enclosing class:
Graph

public abstract class Graph.RemoveValueAction<T>
extends Object
implements Graph.RemoveValue<T>


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

Method Detail

andValue

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

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

from

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

from

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


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