Uses of Class
net.officefloor.model.section.FunctionFlowToSubSectionInputModel
-
Packages that use FunctionFlowToSubSectionInputModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of FunctionFlowToSubSectionInputModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type FunctionFlowToSubSectionInputModel Modifier and Type Method Description Change<FunctionFlowToSubSectionInputModel>SectionChangesImpl. linkFunctionFlowToSubSectionInput(FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState)Change<FunctionFlowToSubSectionInputModel>SectionChangesImpl. removeFunctionFlowToSubSectionInput(FunctionFlowToSubSectionInputModel functionFlowToSubSectionInput)Methods in net.officefloor.model.impl.section with parameters of type FunctionFlowToSubSectionInputModel Modifier and Type Method Description Change<FunctionFlowToSubSectionInputModel>SectionChangesImpl. removeFunctionFlowToSubSectionInput(FunctionFlowToSubSectionInputModel functionFlowToSubSectionInput) -
Uses of FunctionFlowToSubSectionInputModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return FunctionFlowToSubSectionInputModel Modifier and Type Method Description FunctionFlowToSubSectionInputModelFunctionFlowModel. getSubSectionInput()Methods in net.officefloor.model.section that return types with arguments of type FunctionFlowToSubSectionInputModel Modifier and Type Method Description java.util.List<FunctionFlowToSubSectionInputModel>SubSectionInputModel. getFunctionFlows()Change<FunctionFlowToSubSectionInputModel>SectionChanges. linkFunctionFlowToSubSectionInput(FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState)Links theFunctionFlowModelto theSubSectionInputModel.Change<FunctionFlowToSubSectionInputModel>SectionChanges. removeFunctionFlowToSubSectionInput(FunctionFlowToSubSectionInputModel functionFlowToSubSectionInput)Removes theFunctionFlowToSubSectionInputModel.Methods in net.officefloor.model.section with parameters of type FunctionFlowToSubSectionInputModel Modifier and Type Method Description voidSubSectionInputModel. addFunctionFlow(FunctionFlowToSubSectionInputModel functionFlow)voidSubSectionInputModel. removeFunctionFlow(FunctionFlowToSubSectionInputModel functionFlow)Change<FunctionFlowToSubSectionInputModel>SectionChanges. removeFunctionFlowToSubSectionInput(FunctionFlowToSubSectionInputModel functionFlowToSubSectionInput)Removes theFunctionFlowToSubSectionInputModel.voidFunctionFlowModel. setSubSectionInput(FunctionFlowToSubSectionInputModel subSectionInput)Constructors in net.officefloor.model.section with parameters of type FunctionFlowToSubSectionInputModel Constructor Description FunctionFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, FunctionFlowToExternalFlowModel externalFlow, FunctionFlowToFunctionModel function, FunctionFlowToSubSectionInputModel subSectionInput)Convenience constructor.FunctionFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, FunctionFlowToExternalFlowModel externalFlow, FunctionFlowToFunctionModel function, FunctionFlowToSubSectionInputModel subSectionInput, 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.
-