de.cau.cs.kieler.esterel.esterel
Interface RelationImplication

All Superinterfaces:
EObject, Notifier, RelationType
All Known Implementing Classes:
RelationImplicationImpl

public interface RelationImplication
extends RelationType

A representation of the model object 'Relation Implication'.

The following features are supported:

See Also:
EsterelPackage.getRelationImplication()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 Signal getFirst()
          Returns the value of the 'First' reference.
 Signal getSecond()
          Returns the value of the 'Second' reference.
 void setFirst(Signal value)
          Sets the value of the 'First' reference.
 void setSecond(Signal value)
          Sets the value of the 'Second' reference.
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFirst

Signal getFirst()
Returns the value of the 'First' reference.

If the meaning of the 'First' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'First' reference.
See Also:
setFirst(Signal), EsterelPackage.getRelationImplication_First()
Generated:
This code was automatically generated.
Model element

setFirst

void setFirst(Signal value)
Sets the value of the 'First' reference.

Parameters:
value - the new value of the 'First' reference.
See Also:
getFirst()
Generated:
This code was automatically generated.

getSecond

Signal getSecond()
Returns the value of the 'Second' reference.

If the meaning of the 'Second' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Second' reference.
See Also:
setSecond(Signal), EsterelPackage.getRelationImplication_Second()
Generated:
This code was automatically generated.
Model element

setSecond

void setSecond(Signal value)
Sets the value of the 'Second' reference.

Parameters:
value - the new value of the 'Second' reference.
See Also:
getSecond()
Generated:
This code was automatically generated.