lmf.formula.csp.node
Class PValue

java.lang.Object
  extended by lmf.formula.csp.node.Node
      extended by lmf.formula.csp.node.PValue
All Implemented Interfaces:
java.lang.Cloneable, Switchable
Direct Known Subclasses:
ACspNumberValue, ACspParenthesedValue, ACspSequenceValue, ACspSetValue, ACspTupleValue

public abstract class PValue
extends Node


Constructor Summary
PValue()
           
 
Method Summary
 
Methods inherited from class lmf.formula.csp.node.Node
clone, parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lmf.formula.csp.node.Switchable
apply
 

Constructor Detail

PValue

public PValue()