de.uka.ipd.sdq.spa.expression
Interface Acquire

All Superinterfaces:
Expression, Terminal
All Known Implementing Classes:
AcquireImpl

public interface Acquire
extends Terminal

A representation of the model object 'Acquire'.

The following features are supported:

See Also:
ExpressionPackage.getAcquire()

Method Summary
 PassiveResource getResource()
          Returns the value of the 'Resource' reference.
 void setResource(PassiveResource value)
          Sets the value of the 'Resource' reference.
 

Method Detail

getResource

PassiveResource getResource()
Returns the value of the 'Resource' reference.

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

Returns:
the value of the 'Resource' reference.
See Also:
setResource(PassiveResource), ExpressionPackage.getAcquire_Resource()

setResource

void setResource(PassiveResource value)
Sets the value of the 'Resource' reference.

Parameters:
value - the new value of the 'Resource' reference.
See Also:
getResource()