java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
tools.mdsd.modelingfoundations.identifier.impl.IdentifierImplGen
tools.mdsd.modelingfoundations.identifier.impl.IdentifierImpl
tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
org.palladiosimulator.envdyn.environment.templatevariable.impl.TemplateFactorImpl
All Implemented Interfaces:
Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, TemplateFactor, tools.mdsd.modelingfoundations.identifier.Entity, tools.mdsd.modelingfoundations.identifier.Identifier, tools.mdsd.modelingfoundations.identifier.NamedElement
Direct Known Subclasses:
ProbabilisticTemplateFactorImpl

public abstract class TemplateFactorImpl extends tools.mdsd.modelingfoundations.identifier.impl.EntityImpl implements TemplateFactor
An implementation of the model object 'Template Factor'.

The following features are implemented:

Generated class or method.
  • Field Details

    • scope

      protected EList<TemplateVariable> scope
      The cached value of the 'Scope' reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • TEMPORAL_EDEFAULT

      protected static final boolean TEMPORAL_EDEFAULT
      The default value of the 'Temporal' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • temporal

      protected boolean temporal
      The cached value of the 'Temporal' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
  • Constructor Details

    • TemplateFactorImpl

      protected TemplateFactorImpl()
      Generated class or method.
  • Method Details

    • eStaticClass

      protected EClass eStaticClass()
      Overrides:
      eStaticClass in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • getScope

      public EList<TemplateVariable> getScope()
      Specified by:
      getScope in interface TemplateFactor
      Returns:
      the value of the 'Scope' reference list.
      See Also:
      Generated class or method.
    • isTemporal

      public boolean isTemporal()
      Specified by:
      isTemporal in interface TemplateFactor
      Returns:
      the value of the 'Temporal' attribute.
      See Also:
      Generated class or method.
    • setTemporal

      public void setTemporal(boolean newTemporal)
      Specified by:
      setTemporal in interface TemplateFactor
      Parameters:
      newTemporal - the new value of the 'Temporal' attribute.
      See Also:
      Generated class or method.
    • eGet

      public Object eGet(int featureID, boolean resolve, boolean coreType)
      Specified by:
      eGet in interface InternalEObject
      Overrides:
      eGet in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • eSet

      public void eSet(int featureID, Object newValue)
      Specified by:
      eSet in interface InternalEObject
      Overrides:
      eSet in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • eUnset

      public void eUnset(int featureID)
      Specified by:
      eUnset in interface InternalEObject
      Overrides:
      eUnset in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • eIsSet

      public boolean eIsSet(int featureID)
      Specified by:
      eIsSet in interface InternalEObject
      Overrides:
      eIsSet in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • toString

      public String toString()
      Overrides:
      toString in class BasicEObjectImpl
      Generated class or method.