public interface MonotonicityInfo
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipesPackage.getMonotonicityInfo()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
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. |
static final java.lang.String copyright
Mask getCoreMask()
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()
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()
setPosetComparator(Object)
,
RecipesPackage.getMonotonicityInfo_PosetComparator()
void setPosetComparator(java.lang.Object value)
Poset Comparator
' attribute.
value
- the new value of the 'Poset Comparator' attribute.getPosetComparator()