Package | Description |
---|---|
org.polarsys.chess.core.constraint | |
org.polarsys.chess.core.preferences |
Modifier and Type | Class and Description |
---|---|
class |
DynamicConstraint
Implements the
IConstraint interface. |
class |
FilterableDynamicConstraint
Deprecated.
use the super class
DynamicConstraint instead. |
Modifier and Type | Method and Description |
---|---|
IConstraint |
FilterableConstraint.getConstraint()
Returns the wrapped constraint.
|
Constructor and Description |
---|
FilterableConstraint(IConstraint constraint)
Wraps the IConstraint passed as parameter and set its status accordingly to the one set in the preferences.
|