edu.ksu.cis.cadena.core.specification.scenario
Interface InstanceRole

All Superinterfaces:
CalmObject

public interface InstanceRole
extends CalmObject

A representation of the model object 'Instance Role'.

The following features are supported:

See Also:
ScenarioPackage.getInstanceRole()

Method Summary
 Instance getInstance()
          Returns the value of the 'Instance' reference.
 Port getPort()
          Returns the value of the 'Port' reference.
 void setInstance(Instance value)
          Sets the value of the 'Instance' reference.
 void setPort(Port value)
          Sets the value of the 'Port' reference.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference
 

Method Detail

getInstance

Instance getInstance()
Returns the value of the 'Instance' reference.

Returns:
the value of the 'Instance' reference.
See Also:
setInstance(Instance), ScenarioPackage.getInstanceRole_Instance()

setInstance

void setInstance(Instance value)
Sets the value of the 'Instance' reference.

Parameters:
value - the new value of the 'Instance' reference.
See Also:
getInstance()

getPort

Port getPort()
Returns the value of the 'Port' reference.

Returns:
the value of the 'Port' reference.
See Also:
setPort(Port), ScenarioPackage.getInstanceRole_Port()

setPort

void setPort(Port value)
Sets the value of the 'Port' reference.

Parameters:
value - the new value of the 'Port' reference.
See Also:
getPort()