Package bpsim
Interface ConstantParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValue
- All Known Subinterfaces:
BooleanParameterType,DateTimeParameterType,DurationParameterType,FloatingParameterType,NumericParameterType,StringParameterType
- All Known Implementing Classes:
BooleanParameterTypeImpl,ConstantParameterImpl,DateTimeParameterTypeImpl,DurationParameterTypeImpl,FloatingParameterTypeImpl,NumericParameterTypeImpl,StringParameterTypeImpl
public interface ConstantParameter extends ParameterValue
A representation of the model object 'Constant Parameter'.- See Also:
BpsimPackage.getConstantParameter()- Generated code
- Model
- extendedMetaData="name='ConstantParameter' kind='empty'"
-
-
Method Summary
-
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
-
Methods inherited from interface bpsim.ParameterValue
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
-
-