jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

bpsim
Interface Scenario

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ScenarioImpl

public interface Scenario
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Scenario'.

The following features are supported:

See Also:
BpsimPackage.getScenario()

Method Summary
 String getAuthor()
          Returns the value of the 'Author' attribute
 org.eclipse.emf.common.util.EList<Calendar> getCalendar()
          Returns the value of the 'Calendar' containment reference list.
 Object getCreated()
          Returns the value of the 'Created' attribute
 String getDescription()
          Returns the value of the 'Description' attribute
 org.eclipse.emf.common.util.EList<ElementParameters> getElementParameters()
          Returns the value of the 'Element Parameters' containment reference list.
 String getId()
          Returns the value of the 'Id' attribute
 String getInherits()
          Returns the value of the 'Inherits' attribute
 Object getModified()
          Returns the value of the 'Modified' attribute
 String getName()
          Returns the value of the 'Name' attribute
 String getResult()
          Returns the value of the 'Result' attribute
 ScenarioParameters getScenarioParameters()
          Returns the value of the 'Scenario Parameters' containment reference
 String getVendor()
          Returns the value of the 'Vendor' attribute
 org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
          Returns the value of the 'Vendor Extension' containment reference list.
 String getVersion()
          Returns the value of the 'Version' attribute
 void setAuthor(String value)
          Sets the value of the 'Author' attribute
 void setCreated(Object value)
          Sets the value of the 'Created' attribute
 void setDescription(String value)
          Sets the value of the 'Description' attribute
 void setId(String value)
          Sets the value of the 'Id' attribute
 void setInherits(String value)
          Sets the value of the 'Inherits' attribute
 void setModified(Object value)
          Sets the value of the 'Modified' attribute
 void setName(String value)
          Sets the value of the 'Name' attribute
 void setResult(String value)
          Sets the value of the 'Result' attribute
 void setScenarioParameters(ScenarioParameters value)
          Sets the value of the 'Scenario Parameters' containment reference
 void setVendor(String value)
          Sets the value of the 'Vendor' attribute
 void setVersion(String value)
          Sets the value of the 'Version' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getScenarioParameters

ScenarioParameters getScenarioParameters()
Returns the value of the 'Scenario Parameters' containment reference.

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

Returns:
the value of the 'Scenario Parameters' containment reference.
See Also:
setScenarioParameters(ScenarioParameters), BpsimPackage.getScenario_ScenarioParameters()

setScenarioParameters

void setScenarioParameters(ScenarioParameters value)
Sets the value of the 'Scenario Parameters' containment reference.

Parameters:
value - the new value of the 'Scenario Parameters' containment reference.
See Also:
getScenarioParameters()

getElementParameters

org.eclipse.emf.common.util.EList<ElementParameters> getElementParameters()
Returns the value of the 'Element Parameters' containment reference list. The list contents are of type ElementParameters.

If the meaning of the 'Element Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element Parameters' containment reference list.
See Also:
BpsimPackage.getScenario_ElementParameters()

getCalendar

org.eclipse.emf.common.util.EList<Calendar> getCalendar()
Returns the value of the 'Calendar' containment reference list. The list contents are of type Calendar.

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

Returns:
the value of the 'Calendar' containment reference list.
See Also:
BpsimPackage.getScenario_Calendar()

getVendorExtension

org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
Returns the value of the 'Vendor Extension' containment reference list. The list contents are of type VendorExtension.

If the meaning of the 'Vendor Extension' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Vendor Extension' containment reference list.
See Also:
BpsimPackage.getScenario_VendorExtension()

getAuthor

String getAuthor()
Returns the value of the 'Author' attribute.

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

Returns:
the value of the 'Author' attribute.
See Also:
setAuthor(String), BpsimPackage.getScenario_Author()

setAuthor

void setAuthor(String value)
Sets the value of the 'Author' attribute.

Parameters:
value - the new value of the 'Author' attribute.
See Also:
getAuthor()

getCreated

Object getCreated()
Returns the value of the 'Created' attribute.

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

Returns:
the value of the 'Created' attribute.
See Also:
setCreated(Object), BpsimPackage.getScenario_Created()

setCreated

void setCreated(Object value)
Sets the value of the 'Created' attribute.

Parameters:
value - the new value of the 'Created' attribute.
See Also:
getCreated()

getDescription

String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), BpsimPackage.getScenario_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), BpsimPackage.getScenario_Id()

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getInherits

String getInherits()
Returns the value of the 'Inherits' attribute.

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

Returns:
the value of the 'Inherits' attribute.
See Also:
setInherits(String), BpsimPackage.getScenario_Inherits()

setInherits

void setInherits(String value)
Sets the value of the 'Inherits' attribute.

Parameters:
value - the new value of the 'Inherits' attribute.
See Also:
getInherits()

getModified

Object getModified()
Returns the value of the 'Modified' attribute.

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

Returns:
the value of the 'Modified' attribute.
See Also:
setModified(Object), BpsimPackage.getScenario_Modified()

setModified

void setModified(Object value)
Sets the value of the 'Modified' attribute.

Parameters:
value - the new value of the 'Modified' attribute.
See Also:
getModified()

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BpsimPackage.getScenario_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getResult

String getResult()
Returns the value of the 'Result' attribute.

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

Returns:
the value of the 'Result' attribute.
See Also:
setResult(String), BpsimPackage.getScenario_Result()

setResult

void setResult(String value)
Sets the value of the 'Result' attribute.

Parameters:
value - the new value of the 'Result' attribute.
See Also:
getResult()

getVendor

String getVendor()
Returns the value of the 'Vendor' attribute.

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

Returns:
the value of the 'Vendor' attribute.
See Also:
setVendor(String), BpsimPackage.getScenario_Vendor()

setVendor

void setVendor(String value)
Sets the value of the 'Vendor' attribute.

Parameters:
value - the new value of the 'Vendor' attribute.
See Also:
getVendor()

getVersion

String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), BpsimPackage.getScenario_Version()

setVersion

void setVersion(String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.