com.novell.zos.constraint
Interface UndefinedConstraint
- All Superinterfaces:
- Constraint, Serializable
public interface UndefinedConstraint
- extends 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.
Fields inherited from interface com.novell.zos.constraint.Constraint |
TYPE_ACCEPT, TYPE_ALLOCATION, TYPE_CONTINUE, TYPE_DEFAULT, TYPE_HEALTH, TYPE_PROVISION, TYPE_REPOSITORY, TYPE_RESET, TYPE_RESOURCE, TYPE_START, TYPE_TRIGGER, TYPE_VMHOST, TYPES |
Method Summary |
String |
getFactName()
Retrieve the name of the fact used in the left hand side of the
constraint. |
void |
setFactName(String factname)
Set the left hand side of the constraint. |
getFactName
String getFactName()
- Retrieve the name of the fact used in the left hand side of the
constraint.
- Returns:
- the fact name
setFactName
void setFactName(String factname)
- Set the left hand side of the constraint.
- Parameters:
factname
- the fact name
Copyright (c) 2009 Novell, Inc. All rights reserved.