Package featureObjective
Interface FeatureGroup
- All Known Implementing Classes:
FeatureGroupImpl
A representation of the model object 'Feature Group'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
ALLImpliesCardinalitiesToBeMinusOne
(DiagnosticChain diagnostics, Map<Object, Object> context) true --self.groupType = GroupTypes::ALL implies (self.min = -1 and self.max = -1)Returns the value of the 'Features' containment reference list.Returns the value of the 'Operation' attribute.boolean
ORImpliesCardinalitiesMinToBeOneAndMaxToBeMinusOne
(DiagnosticChain diagnostics, Map<Object, Object> context) true --self.groupType = GroupTypes::OR implies (self.min = 1 and self.max = -1)void
setOperation
(LogicalOperation value) Sets the value of the 'Operation
' attribute.boolean
XORImpliesCardinalitiesToBeOne
(DiagnosticChain diagnostics, Map<Object, Object> context) true --self.groupType = GroupTypes::XOR implies (self.min = 1 and self.max = 1)boolean
XORorORImpliesChildrenAreMandatory
(DiagnosticChain diagnostics, Map<Object, Object> context) true --(self.groupType = GroupTypes::OR or self.groupType = GroupTypes::XOR) implies self.children->forAll(c|c.isMandatory)Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeatures
Returns the value of the 'Features' containment reference list. The list contents are of typeFeature
.If the meaning of the 'Features' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Features' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
getOperation
LogicalOperation getOperation()Returns the value of the 'Operation' attribute. The default value is"OR"
. The literals are from the enumerationLogicalOperation
.If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operation' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="OR" required="true"
-
setOperation
Sets the value of the 'Operation
' attribute.- Parameters:
value
- the new value of the 'Operation' attribute.- See Also:
- Generated class or method.
-
XORorORImpliesChildrenAreMandatory
true --(self.groupType = GroupTypes::OR or self.groupType = GroupTypes::XOR) implies self.children->forAll(c|c.isMandatory)- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='true \r\n--(self.groupType = GroupTypes::OR or self.groupType = GroupTypes::XOR) implies self.children->forAll(c|c.isMandatory)\r\n'"
-
ALLImpliesCardinalitiesToBeMinusOne
boolean ALLImpliesCardinalitiesToBeMinusOne(DiagnosticChain diagnostics, Map<Object, Object> context) true --self.groupType = GroupTypes::ALL implies (self.min = -1 and self.max = -1)- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='true \r\n --self.groupType = GroupTypes::ALL implies (self.min = -1 and self.max = -1)\r\n'"
-
ORImpliesCardinalitiesMinToBeOneAndMaxToBeMinusOne
boolean ORImpliesCardinalitiesMinToBeOneAndMaxToBeMinusOne(DiagnosticChain diagnostics, Map<Object, Object> context) true --self.groupType = GroupTypes::OR implies (self.min = 1 and self.max = -1)- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='true \r\n--self.groupType = GroupTypes::OR implies (self.min = 1 and self.max = -1)'"
-
XORImpliesCardinalitiesToBeOne
true --self.groupType = GroupTypes::XOR implies (self.min = 1 and self.max = 1)- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='true \r\n --self.groupType = GroupTypes::XOR implies (self.min = 1 and self.max = 1)\r\n'"
-