org.eclipse.ocl.ecore
Interface SendSignalAction

All Known Implementing Classes:
SendSignalActionImpl

public interface SendSignalAction

A representation of the model object 'Send Signal Action'.

The following features are supported:

See Also:
EcorePackage.getSendSignalAction()

Method Summary
 EClass getSignal()
          Returns the value of the 'Signal' reference
 void setSignal(EClass value)
          Sets the value of the 'Signal' reference
 

Method Detail

getSignal

EClass getSignal()
Returns the value of the 'Signal' reference.

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

Returns:
the value of the 'Signal' reference.
See Also:
setSignal(EClass), EcorePackage.getSendSignalAction_Signal()

setSignal

void setSignal(EClass value)
Sets the value of the 'Signal' reference.

Parameters:
value - the new value of the 'Signal' reference.
See Also:
getSignal()

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.