Interface CharacteristicApplicationRule
- 
- All Known Subinterfaces:
 TypeBasedCharacteristicApplicationRule
- All Known Implementing Classes:
 CharacteristicApplicationRuleImpl,TypeBasedCharacteristicApplicationRuleImpl
public interface CharacteristicApplicationRule extends EObject
A representation of the model object 'Application Rule'.The following features are supported:
- See Also:
 CharacteristicPackage.getCharacteristicApplicationRule()- Generated class or method.
 - EMF model class or method.
 - abstract="true"
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicApplicabilitydetermineApplicability(EObject element)EList<Characteristic>getAllowedCharacteristics()Returns the value of the 'Allowed Characteristics' reference list.- 
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 Detail
- 
getAllowedCharacteristics
EList<Characteristic> getAllowedCharacteristics()
Returns the value of the 'Allowed Characteristics' reference list. The list contents are of typeCharacteristic.- Returns:
 - the value of the 'Allowed Characteristics' reference list.
 - See Also:
 CharacteristicPackage.getCharacteristicApplicationRule_AllowedCharacteristics()- Generated class or method.
 - EMF model class or method.
 - required="true"
 
 
- 
determineApplicability
CharacteristicApplicability determineApplicability(EObject element)
- Generated class or method.
 - EMF model class or method.
 - required="true"
 
 
 - 
 
 -