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

All Superinterfaces:
CalmObject, DirectPropertyContainer, Instance, PortPropertyContainer

public interface ScenarioInstance
extends Instance

A representation of the model object 'Instance'.

The following features are supported:

See Also:
ScenarioPackage.getScenarioInstance()

Method Summary
 Scenario getScenario()
          Returns the value of the 'Scenario' container reference.
 Scenario getSubScenario()
          Returns the value of the 'Sub Scenario' reference.
 void setScenario(Scenario value)
          Sets the value of the 'Scenario' container reference.
 void setSubScenario(Scenario value)
          Sets the value of the 'Sub Scenario' reference.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.scenario.Instance
getConnections, getName, getNumAllConnections, getPorts, setName
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.property.DirectPropertyContainer
getAllPropertyDeclarations, getProperties, getPropertyValue, isPropertyLocal, removeProperty
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.property.PortPropertyContainer
getAllPorts, getAllPropertyDeclarations, getPortProperties, getPortProperties, getPortProperty, isPortPropertyLocal, removePortProperty, setPortProperty
 

Method Detail

getSubScenario

Scenario getSubScenario()
Returns the value of the 'Sub Scenario' reference.

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

Returns:
the value of the 'Sub Scenario' reference.
See Also:
setSubScenario(Scenario), ScenarioPackage.getScenarioInstance_SubScenario()

setSubScenario

void setSubScenario(Scenario value)
Sets the value of the 'Sub Scenario' reference.

Parameters:
value - the new value of the 'Sub Scenario' reference.
See Also:
getSubScenario()

getScenario

Scenario getScenario()
Returns the value of the 'Scenario' container reference. It is bidirectional and its opposite is 'Scenario Instances'.

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

Returns:
the value of the 'Scenario' container reference.
See Also:
setScenario(Scenario), ScenarioPackage.getScenarioInstance_Scenario(), Scenario.getScenarioInstances()

setScenario

void setScenario(Scenario value)
Sets the value of the 'Scenario' container reference.

Parameters:
value - the new value of the 'Scenario' container reference.
See Also:
getScenario()