de.uka.ipd.sdq.pcm.protocol
Interface ServiceCall

All Known Implementing Classes:
ServiceCallImpl

public interface ServiceCall

A representation of the model object 'Service Call'. Interfaces may also contains protocol specifications, which restrict the order of calling its services, or QoS specifications, which describe their extra-functional properties. TODO

The following features are supported:

See Also:
ProtocolPackage.getServiceCall()

Field Summary
static String copyright
           
 
Method Summary
 Signature getSignature__ServiceCall()
          Returns the value of the 'Signature Service Call' reference.
 void setSignature__ServiceCall(Signature value)
          Sets the value of the 'Signature Service Call' reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getSignature__ServiceCall

Signature getSignature__ServiceCall()
Returns the value of the 'Signature Service Call' reference.

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

TODO

Returns:
the value of the 'Signature Service Call' reference.
See Also:
setSignature__ServiceCall(Signature), ProtocolPackage.getServiceCall_Signature__ServiceCall()

setSignature__ServiceCall

void setSignature__ServiceCall(Signature value)
Sets the value of the 'Signature Service Call' reference.

Parameters:
value - the new value of the 'Signature Service Call' reference.
See Also:
getSignature__ServiceCall()