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 red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<Signal> getIncomp()
          Returns the value of the 'Incomp' reference list.
 
Methods inherited from interface de.cau.cs.kieler.esterel.esterel.RelationType
getType, setType
 
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

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