com.novell.zos.jdl
Class ContainerConstraint

java.lang.Object
  extended by com.novell.zos.jdl.Constraint
      extended by com.novell.zos.jdl.ContainerConstraint
Direct Known Subclasses:
AndConstraint, NotConstraint, OrConstraint

public class ContainerConstraint
extends Constraint

Representation of a Constraint that contains other Constraints. This is a base class and is not directly constructed.


Method Summary
 void add(Constraint constraint)
          Add a constraint as a child of this constraint.
 
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
 

Method Detail

add

public void add(Constraint constraint)
Add a constraint as a child of this constraint.

Parameters:
constraint - Child constraint to add


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