de.cau.cs.kieler.esterel.esterel
Interface RelationIncompatibility
- All Superinterfaces:
- EObject, Notifier, RelationType
- All Known Implementing Classes:
- RelationIncompatibilityImpl
public interface RelationIncompatibility
- extends RelationType
A representation of the model object 'Relation Incompatibility'.
The following features are supported:
- See Also:
EsterelPackage.getRelationIncompatibility()
- Rating

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
getIncomp
EList<Signal> getIncomp()
- Returns the value of the 'Incomp' reference list.
The list contents are of type
Signal
.
If the meaning of the 'Incomp' reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Incomp' reference list.
- See Also:
EsterelPackage.getRelationIncompatibility_Incomp()
- Generated:
- This code was automatically generated.
- Model element