Interface Input
-
- All Known Implementing Classes:
InputImpl
public interface Input extends EObject
A representation of the model object 'Input'.The following features are supported:
- See Also:
ComputedUsagePackage.getInput()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<org.palladiosimulator.pcm.parameter.VariableUsage>
getParameterChacterisations_Input()
Returns the value of the 'Parameter Chacterisations Input' containment reference list.-
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
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getParameterChacterisations_Input
EList<org.palladiosimulator.pcm.parameter.VariableUsage> getParameterChacterisations_Input()
Returns the value of the 'Parameter Chacterisations Input' containment reference list. The list contents are of typeVariableUsage
.If the meaning of the 'Parameter Chacterisations Input' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Chacterisations Input' containment reference list.
- See Also:
ComputedUsagePackage.getInput_ParameterChacterisations_Input()
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
-