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
|