Class SubSectionOutputModel

    • Constructor Detail

      • SubSectionOutputModel

        public SubSectionOutputModel()
        Default constructor.
      • SubSectionOutputModel

        public SubSectionOutputModel​(java.lang.String subSectionOutputName,
                                     java.lang.String argumentType,
                                     boolean escalationOnly)
        Convenience constructor for new non-linked instance.
        Parameters:
        subSectionOutputName - Sub section output name.
        argumentType - Argument type.
        escalationOnly - Escalation only.
      • SubSectionOutputModel

        public SubSectionOutputModel​(java.lang.String subSectionOutputName,
                                     java.lang.String argumentType,
                                     boolean escalationOnly,
                                     int x,
                                     int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        subSectionOutputName - Sub section output name.
        argumentType - Argument type.
        escalationOnly - Escalation only.
        x - Horizontal location.
        y - Vertical location.
      • SubSectionOutputModel

        public SubSectionOutputModel​(java.lang.String subSectionOutputName,
                                     java.lang.String argumentType,
                                     boolean escalationOnly,
                                     SubSectionOutputToFunctionModel function,
                                     SubSectionOutputToSubSectionInputModel subSectionInput,
                                     SubSectionOutputToExternalFlowModel externalFlow)
        Convenience constructor.
        Parameters:
        subSectionOutputName - Sub section output name.
        argumentType - Argument type.
        escalationOnly - Escalation only.
        function - Function.
        subSectionInput - Sub section input.
        externalFlow - External flow.
      • SubSectionOutputModel

        public SubSectionOutputModel​(java.lang.String subSectionOutputName,
                                     java.lang.String argumentType,
                                     boolean escalationOnly,
                                     SubSectionOutputToFunctionModel function,
                                     SubSectionOutputToSubSectionInputModel subSectionInput,
                                     SubSectionOutputToExternalFlowModel externalFlow,
                                     int x,
                                     int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        subSectionOutputName - Sub section output name.
        argumentType - Argument type.
        escalationOnly - Escalation only.
        function - Function.
        subSectionInput - Sub section input.
        externalFlow - External flow.
        x - Horizontal location.
        y - Vertical location.