Uses of Class
net.officefloor.model.section.SectionManagedObjectSourceFlowToSubSectionInputModel
-
Packages that use SectionManagedObjectSourceFlowToSubSectionInputModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SectionManagedObjectSourceFlowToSubSectionInputModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SectionManagedObjectSourceFlowToSubSectionInputModel Modifier and Type Method Description Change<SectionManagedObjectSourceFlowToSubSectionInputModel>
SectionChangesImpl. linkSectionManagedObjectSourceFlowToSubSectionInput(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, SubSectionInputModel subSectionInput)
Change<SectionManagedObjectSourceFlowToSubSectionInputModel>
SectionChangesImpl. removeSectionManagedObjectSourceFlowToSubSectionInput(SectionManagedObjectSourceFlowToSubSectionInputModel managedObjectSourceFlowToSubSectionInput)
Methods in net.officefloor.model.impl.section with parameters of type SectionManagedObjectSourceFlowToSubSectionInputModel Modifier and Type Method Description Change<SectionManagedObjectSourceFlowToSubSectionInputModel>
SectionChangesImpl. removeSectionManagedObjectSourceFlowToSubSectionInput(SectionManagedObjectSourceFlowToSubSectionInputModel managedObjectSourceFlowToSubSectionInput)
-
Uses of SectionManagedObjectSourceFlowToSubSectionInputModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionManagedObjectSourceFlowToSubSectionInputModel Modifier and Type Method Description SectionManagedObjectSourceFlowToSubSectionInputModel
SectionManagedObjectSourceFlowModel. getSubSectionInput()
Methods in net.officefloor.model.section that return types with arguments of type SectionManagedObjectSourceFlowToSubSectionInputModel Modifier and Type Method Description java.util.List<SectionManagedObjectSourceFlowToSubSectionInputModel>
SubSectionInputModel. getSectionManagedObjectSourceFlows()
Change<SectionManagedObjectSourceFlowToSubSectionInputModel>
SectionChanges. linkSectionManagedObjectSourceFlowToSubSectionInput(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, SubSectionInputModel subSectionInput)
Links theSectionManagedObjectSourceFlowModel
to theExternalFlowModel
.Change<SectionManagedObjectSourceFlowToSubSectionInputModel>
SectionChanges. removeSectionManagedObjectSourceFlowToSubSectionInput(SectionManagedObjectSourceFlowToSubSectionInputModel managedObjectSourceFlowToSubSectionInput)
Removes theSectionManagedObjectSourceFlowToSubSectionInputModel
.Methods in net.officefloor.model.section with parameters of type SectionManagedObjectSourceFlowToSubSectionInputModel Modifier and Type Method Description void
SubSectionInputModel. addSectionManagedObjectSourceFlow(SectionManagedObjectSourceFlowToSubSectionInputModel sectionManagedObjectSourceFlow)
void
SubSectionInputModel. removeSectionManagedObjectSourceFlow(SectionManagedObjectSourceFlowToSubSectionInputModel sectionManagedObjectSourceFlow)
Change<SectionManagedObjectSourceFlowToSubSectionInputModel>
SectionChanges. removeSectionManagedObjectSourceFlowToSubSectionInput(SectionManagedObjectSourceFlowToSubSectionInputModel managedObjectSourceFlowToSubSectionInput)
Removes theSectionManagedObjectSourceFlowToSubSectionInputModel
.void
SectionManagedObjectSourceFlowModel. setSubSectionInput(SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput)
Constructors in net.officefloor.model.section with parameters of type SectionManagedObjectSourceFlowToSubSectionInputModel Constructor Description SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function)
Convenience constructor.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function, int x, int y)
Convenience constructor allowing XY initialising.SubSectionInputModel(java.lang.String subSectionInputName, java.lang.String parameterType, boolean isPublic, java.lang.String publicInputName, SubSectionOutputToSubSectionInputModel[] subSectionOutput, SectionManagedObjectSourceFlowToSubSectionInputModel[] sectionManagedObjectSourceFlow, FunctionToNextSubSectionInputModel[] previousFunction, FunctionFlowToSubSectionInputModel[] functionFlow, FunctionEscalationToSubSectionInputModel[] functionEscalation)
Convenience constructor.SubSectionInputModel(java.lang.String subSectionInputName, java.lang.String parameterType, boolean isPublic, java.lang.String publicInputName, SubSectionOutputToSubSectionInputModel[] subSectionOutput, SectionManagedObjectSourceFlowToSubSectionInputModel[] sectionManagedObjectSourceFlow, FunctionToNextSubSectionInputModel[] previousFunction, FunctionFlowToSubSectionInputModel[] functionFlow, FunctionEscalationToSubSectionInputModel[] functionEscalation, int x, int y)
Convenience constructor allowing XY initialising.
-