Modifier and Type | Class and Description |
---|---|
class |
OptionData
This class holds all the data for an option.
|
class |
OptionSet
This class holds the information for a set of options.
|
Modifier and Type | Method and Description |
---|---|
void |
ExclusiveConstraint.init(Constrainable constrainable,
java.util.List<org.jdom.Element> list)
This method is used to initialize this constraint based on data read from an XML configuration
file.
|
void |
ValueConstraint.init(Constrainable constrainable,
java.util.List<org.jdom.Element> list)
This method is used to initialize this constraint based on data read from an XML configuration
file.
|
void |
XMLConstraint.init(Constrainable constrainable,
java.util.List<org.jdom.Element> list)
This method is used to initialize a constraint based on data read from an XML configuration
file.
|
boolean |
Constraint.supports(Constrainable constrainable)
Indicates whether a constraint supports a given type of
Constrainable |
boolean |
ExclusiveConstraint.supports(Constrainable constrainable)
Indicates whether a constraint supports a given type of
Constrainable |
boolean |
ValueConstraint.supports(Constrainable constrainable)
Indicates whether a constraint supports a given type of
Constrainable |