Class ExpressionItemProviderAdapterFactory.ExpressionsChildCreationExtender.CreationSwitch

  • Enclosing class:
    ExpressionItemProviderAdapterFactory.ExpressionsChildCreationExtender

    protected static class ExpressionItemProviderAdapterFactory.ExpressionsChildCreationExtender.CreationSwitch
    extends org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.expressions.util.ExpressionsSwitch<Object>
    The switch for creating child descriptors specific to each extended class.
    Generated class or method.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected EditingDomain editingDomain
      The domain in which to create the children.
      protected List<Object> newChildDescriptors
      The child descriptors being populated.
      • Fields inherited from class org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.expressions.util.ExpressionsSwitch

        modelPackage
    • Field Detail

      • newChildDescriptors

        protected List<Object> newChildDescriptors
        The child descriptors being populated.
        Generated class or method.
      • editingDomain

        protected EditingDomain editingDomain
        The domain in which to create the children.
        Generated class or method.
    • Method Detail

      • caseUnaryLogicTerm

        public Object caseUnaryLogicTerm​(org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.expressions.UnaryLogicTerm object)
        Overrides:
        caseUnaryLogicTerm in class org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.expressions.util.ExpressionsSwitch<Object>
        Generated class or method.
      • caseBinaryLogicTerm

        public Object caseBinaryLogicTerm​(org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.expressions.BinaryLogicTerm object)
        Overrides:
        caseBinaryLogicTerm in class org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.expressions.util.ExpressionsSwitch<Object>
        Generated class or method.