Class SectionManagedObjectSourceFlowToSubSectionInputModel

    • Constructor Detail

      • SectionManagedObjectSourceFlowToSubSectionInputModel

        public SectionManagedObjectSourceFlowToSubSectionInputModel()
        Default constructor.
      • SectionManagedObjectSourceFlowToSubSectionInputModel

        public SectionManagedObjectSourceFlowToSubSectionInputModel​(java.lang.String subSectionName,
                                                                    java.lang.String subSectionInputName)
        Convenience constructor for new non-linked instance.
        Parameters:
        subSectionName - Sub section name.
        subSectionInputName - Sub section input name.
      • SectionManagedObjectSourceFlowToSubSectionInputModel

        public SectionManagedObjectSourceFlowToSubSectionInputModel​(java.lang.String subSectionName,
                                                                    java.lang.String subSectionInputName,
                                                                    int x,
                                                                    int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        subSectionName - Sub section name.
        subSectionInputName - Sub section input name.
        x - Horizontal location.
        y - Vertical location.
      • SectionManagedObjectSourceFlowToSubSectionInputModel

        public SectionManagedObjectSourceFlowToSubSectionInputModel​(java.lang.String subSectionName,
                                                                    java.lang.String subSectionInputName,
                                                                    SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow,
                                                                    SubSectionInputModel subSectionInput)
        Convenience constructor.
        Parameters:
        subSectionName - Sub section name.
        subSectionInputName - Sub section input name.
        sectionManagedObjectSourceFlow - Section managed object source flow.
        subSectionInput - Sub section input.
      • SectionManagedObjectSourceFlowToSubSectionInputModel

        public SectionManagedObjectSourceFlowToSubSectionInputModel​(java.lang.String subSectionName,
                                                                    java.lang.String subSectionInputName,
                                                                    SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow,
                                                                    SubSectionInputModel subSectionInput,
                                                                    int x,
                                                                    int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        subSectionName - Sub section name.
        subSectionInputName - Sub section input name.
        sectionManagedObjectSourceFlow - Section managed object source flow.
        subSectionInput - Sub section input.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getSubSectionName

        public java.lang.String getSubSectionName()
        Returns:
        Sub section name.
      • setSubSectionName

        public void setSubSectionName​(java.lang.String subSectionName)
        Parameters:
        subSectionName - Sub section name.
      • getSubSectionInputName

        public java.lang.String getSubSectionInputName()
        Returns:
        Sub section input name.
      • setSubSectionInputName

        public void setSubSectionInputName​(java.lang.String subSectionInputName)
        Parameters:
        subSectionInputName - Sub section input name.
      • setSectionManagedObjectSourceFlow

        public void setSectionManagedObjectSourceFlow​(SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow)
        Parameters:
        sectionManagedObjectSourceFlow - Section managed object source flow.
      • setSubSectionInput

        public void setSubSectionInput​(SubSectionInputModel subSectionInput)
        Parameters:
        subSectionInput - Sub section input.
      • isRemovable

        public boolean isRemovable()
        Description copied from interface: ConnectionModel
        Indicates if this connection is removable.
        Specified by:
        isRemovable in interface ConnectionModel
        Returns:
        Indicates if removable.