public interface MonotonicityInfo
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipesPackage.getMonotonicityInfo()| Modifier and Type | Method and Description |
|---|---|
Mask |
getCoreMask()
Returns the value of the 'Core Mask' containment reference.
|
java.lang.Object |
getPosetComparator()
Returns the value of the 'Poset Comparator' attribute.
|
Mask |
getPosetMask()
Returns the value of the 'Poset Mask' containment reference.
|
void |
setCoreMask(Mask value)
Sets the value of the '
Core Mask' containment reference. |
void |
setPosetComparator(java.lang.Object value)
Sets the value of the '
Poset Comparator' attribute. |
void |
setPosetMask(Mask value)
Sets the value of the '
Poset Mask' containment reference. |
Mask getCoreMask()
If the meaning of the 'Core Mask' containment reference isn't clear, there really should be more of a description here...
setCoreMask(Mask),
RecipesPackage.getMonotonicityInfo_CoreMask()void setCoreMask(Mask value)
Core Mask' containment reference.
value - the new value of the 'Core Mask' containment reference.getCoreMask()Mask getPosetMask()
If the meaning of the 'Poset Mask' containment reference isn't clear, there really should be more of a description here...
setPosetMask(Mask),
RecipesPackage.getMonotonicityInfo_PosetMask()void setPosetMask(Mask value)
Poset Mask' containment reference.
value - the new value of the 'Poset Mask' containment reference.getPosetMask()java.lang.Object getPosetComparator()
If the meaning of the 'Poset Comparator' attribute isn't clear, there really should be more of a description here...
setPosetComparator(Object),
RecipesPackage.getMonotonicityInfo_PosetComparator()void setPosetComparator(java.lang.Object value)
Poset Comparator' attribute.
value - the new value of the 'Poset Comparator' attribute.getPosetComparator()