com.novell.zos.jdl
Class UndefinedConstraint

java.lang.Object
  extended by com.novell.zos.jdl.Constraint
      extended by com.novell.zos.jdl.UndefinedConstraint

public class UndefinedConstraint
extends Constraint

Representation of the Undefined Constraint. Evaluates to true only if the left side fact is not defined in the match contect. If the left side is not defined, this will evaluate to false. This constraint can be used independently or added to a And, Or, Not constraint to combine with other constraints.


Constructor Summary
UndefinedConstraint()
           
 
Method Summary
 
Methods inherited from class com.novell.zos.jdl.Constraint
getFact, getFactValue, getReason, getValue, setFact, setFactValue, setReason, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndefinedConstraint

public UndefinedConstraint()


Copyright (c) 2011 Novell, Inc. All rights reserved.