jopt.csp.spi.search.actions
Class RemoveLongAction

java.lang.Object
  extended byjopt.csp.spi.search.actions.RemoveLongAction
All Implemented Interfaces:
jopt.csp.search.SearchAction

public class RemoveLongAction
extends java.lang.Object
implements jopt.csp.search.SearchAction

Action that removes a single value from the domain of a numeric variable


Constructor Summary
RemoveLongAction(jopt.csp.variable.CspLongVariable var, long val)
           
 
Method Summary
 jopt.csp.search.SearchAction performAction()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveLongAction

public RemoveLongAction(jopt.csp.variable.CspLongVariable var,
                        long val)
Method Detail

performAction

public jopt.csp.search.SearchAction performAction()
                                           throws jopt.csp.variable.PropagationFailureException
Specified by:
performAction in interface jopt.csp.search.SearchAction
Throws:
jopt.csp.variable.PropagationFailureException

toString

public java.lang.String toString()