Class DataFlowDiagramCharacterizedValidatorGen

    • Field Detail

      • DIAGNOSTIC_CODE_COUNT

        protected static final int DIAGNOSTIC_CODE_COUNT
        A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.
        See Also:
        Constant Field Values
        Generated class or method.
      • CHARACTERIZED_STORE__STORE_HAS_NO_ASSIGNMENTS_IN_BEHAVIOR__EEXPRESSION

        protected static final String CHARACTERIZED_STORE__STORE_HAS_NO_ASSIGNMENTS_IN_BEHAVIOR__EEXPRESSION
        The cached validation expression for the storeHasNoAssignmentsInBehavior constraint of 'Characterized Store'.
        See Also:
        Constant Field Values
        Generated class or method.
      • CHARACTERIZED_STORE__STORE_HAS_EXACTLY_ONE_INPUT_AND_ONE_OUTPUT_PIN__EEXPRESSION

        protected static final String CHARACTERIZED_STORE__STORE_HAS_EXACTLY_ONE_INPUT_AND_ONE_OUTPUT_PIN__EEXPRESSION
        The cached validation expression for the storeHasExactlyOneInputAndOneOutputPin constraint of 'Characterized Store'.
        See Also:
        Constant Field Values
        Generated class or method.
      • CHARACTERIZED_DATA_FLOW__SOURCE_PIN_IS_ENTITY_OUTPUT_PIN__EEXPRESSION

        protected static final String CHARACTERIZED_DATA_FLOW__SOURCE_PIN_IS_ENTITY_OUTPUT_PIN__EEXPRESSION
        The cached validation expression for the sourcePinIsEntityOutputPin constraint of 'Characterized Data Flow'.
        See Also:
        Constant Field Values
        Generated class or method.
      • CHARACTERIZED_DATA_FLOW__DESTINATION_PIN_IS_ENTITY_INPUT_PIN__EEXPRESSION

        protected static final String CHARACTERIZED_DATA_FLOW__DESTINATION_PIN_IS_ENTITY_INPUT_PIN__EEXPRESSION
        The cached validation expression for the destinationPinIsEntityInputPin constraint of 'Characterized Data Flow'.
        See Also:
        Constant Field Values
        Generated class or method.
      • CHARACTERIZED_DATA_FLOW__SOURCE_PIN_OWNER_MATCHES_SOURCE__EEXPRESSION

        protected static final String CHARACTERIZED_DATA_FLOW__SOURCE_PIN_OWNER_MATCHES_SOURCE__EEXPRESSION
        The cached validation expression for the sourcePinOwnerMatchesSource constraint of 'Characterized Data Flow'.
        See Also:
        Constant Field Values
        Generated class or method.
      • CHARACTERIZED_DATA_FLOW__DESTINATION_PIN_OWNER_MATCHES_DESTINATION__EEXPRESSION

        protected static final String CHARACTERIZED_DATA_FLOW__DESTINATION_PIN_OWNER_MATCHES_DESTINATION__EEXPRESSION
        The cached validation expression for the destinationPinOwnerMatchesDestination constraint of 'Characterized Data Flow'.
        See Also:
        Constant Field Values
        Generated class or method.
      • CHARACTERIZED_DATA_FLOW__NOT_PART_OF_LOOP__EEXPRESSION

        protected static final String CHARACTERIZED_DATA_FLOW__NOT_PART_OF_LOOP__EEXPRESSION
        The cached validation expression for the notPartOfLoop constraint of 'Characterized Data Flow'.
        See Also:
        Constant Field Values
        Generated class or method.
      • CHARACTERIZED_NODE__AT_LEAST_ONE_INPUT_FLOW_FOR_EACH_INPUT_PIN__EEXPRESSION

        protected static final String CHARACTERIZED_NODE__AT_LEAST_ONE_INPUT_FLOW_FOR_EACH_INPUT_PIN__EEXPRESSION
        The cached validation expression for the atLeastOneInputFlowForEachInputPin constraint of 'Characterized Node'.
        See Also:
        Constant Field Values
        Generated class or method.
      • BEHAVING__EXACTLY_ONE_BEHAVIOR_HAS_TO_BE_SPECIFIED__EEXPRESSION

        protected static final String BEHAVING__EXACTLY_ONE_BEHAVIOR_HAS_TO_BE_SPECIFIED__EEXPRESSION
        The cached validation expression for the exactlyOneBehaviorHasToBeSpecified constraint of 'Behaving'.
        See Also:
        Constant Field Values
        Generated class or method.
    • Constructor Detail

      • DataFlowDiagramCharacterizedValidatorGen

        public DataFlowDiagramCharacterizedValidatorGen()
        Creates an instance of the switch.
        Generated class or method.
    • Method Detail

      • validateCharacterizedStore_storeHasNoAssignmentsInBehavior

        public boolean validateCharacterizedStore_storeHasNoAssignmentsInBehavior​(CharacterizedStore characterizedStore,
                                                                                  DiagnosticChain diagnostics,
                                                                                  Map<Object,​Object> context)
        Validates the storeHasNoAssignmentsInBehavior constraint of 'Characterized Store'.
        Generated class or method.
      • validateCharacterizedStore_storeHasExactlyOneInputAndOneOutputPin

        public boolean validateCharacterizedStore_storeHasExactlyOneInputAndOneOutputPin​(CharacterizedStore characterizedStore,
                                                                                         DiagnosticChain diagnostics,
                                                                                         Map<Object,​Object> context)
        Validates the storeHasExactlyOneInputAndOneOutputPin constraint of 'Characterized Store'.
        Generated class or method.
      • validateCharacterizedDataFlow_sourcePinIsEntityOutputPin

        public boolean validateCharacterizedDataFlow_sourcePinIsEntityOutputPin​(CharacterizedDataFlow characterizedDataFlow,
                                                                                DiagnosticChain diagnostics,
                                                                                Map<Object,​Object> context)
        Validates the sourcePinIsEntityOutputPin constraint of 'Characterized Data Flow'.
        Generated class or method.
      • validateCharacterizedDataFlow_destinationPinIsEntityInputPin

        public boolean validateCharacterizedDataFlow_destinationPinIsEntityInputPin​(CharacterizedDataFlow characterizedDataFlow,
                                                                                    DiagnosticChain diagnostics,
                                                                                    Map<Object,​Object> context)
        Validates the destinationPinIsEntityInputPin constraint of 'Characterized Data Flow'.
        Generated class or method.
      • validateCharacterizedDataFlow_sourcePinOwnerMatchesSource

        public boolean validateCharacterizedDataFlow_sourcePinOwnerMatchesSource​(CharacterizedDataFlow characterizedDataFlow,
                                                                                 DiagnosticChain diagnostics,
                                                                                 Map<Object,​Object> context)
        Validates the sourcePinOwnerMatchesSource constraint of 'Characterized Data Flow'.
        Generated class or method.
      • validateCharacterizedDataFlow_destinationPinOwnerMatchesDestination

        public boolean validateCharacterizedDataFlow_destinationPinOwnerMatchesDestination​(CharacterizedDataFlow characterizedDataFlow,
                                                                                           DiagnosticChain diagnostics,
                                                                                           Map<Object,​Object> context)
        Validates the destinationPinOwnerMatchesDestination constraint of 'Characterized Data Flow'.
        Generated class or method.
      • validateCharacterizedDataFlow_notPartOfLoop

        public boolean validateCharacterizedDataFlow_notPartOfLoop​(CharacterizedDataFlow characterizedDataFlow,
                                                                   DiagnosticChain diagnostics,
                                                                   Map<Object,​Object> context)
        Validates the notPartOfLoop constraint of 'Characterized Data Flow'.
        Generated class or method.
      • validateCharacterizedNode_atLeastOneInputFlowForEachInputPin

        public boolean validateCharacterizedNode_atLeastOneInputFlowForEachInputPin​(CharacterizedNode characterizedNode,
                                                                                    DiagnosticChain diagnostics,
                                                                                    Map<Object,​Object> context)
        Validates the atLeastOneInputFlowForEachInputPin constraint of 'Characterized Node'.
        Generated class or method.
      • validateBehaving_exactlyOneBehaviorHasToBeSpecified

        public boolean validateBehaving_exactlyOneBehaviorHasToBeSpecified​(Behaving behaving,
                                                                           DiagnosticChain diagnostics,
                                                                           Map<Object,​Object> context)
        Validates the exactlyOneBehaviorHasToBeSpecified constraint of 'Behaving'.
        Generated class or method.
      • getResourceLocator

        public ResourceLocator getResourceLocator()
        Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
        Overrides:
        getResourceLocator in class EObjectValidator
        Generated class or method.