Package org.palladiosimulator.solver.lqn
Interface FirstPlotType
-
- All Known Implementing Classes:
FirstPlotTypeImpl
public interface FirstPlotType extends EObject
A representation of the model object 'First Plot Type'.The following features are supported:
- See Also:
LqnPackage.getFirstPlotType()- Generated class or method.
- EMF model class or method.
- extendedMetaData="name='first-plot_._type' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVariable()Returns the value of the 'Variable' attribute.voidsetVariable(String value)Sets the value of the 'Variable' 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
-
getVariable
String getVariable()
Returns the value of the 'Variable' attribute.If the meaning of the 'Variable' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Variable' attribute.
- See Also:
setVariable(String),LqnPackage.getFirstPlotType_Variable()- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='variable' namespace='##targetNamespace'"
-
setVariable
void setVariable(String value)
Sets the value of the 'Variable' attribute.- Parameters:
value- the new value of the 'Variable' attribute.- See Also:
getVariable()- Generated class or method.
-
-