Uses of Class
net.officefloor.model.section.FunctionFlowToExternalFlowModel
- 
Packages that use FunctionFlowToExternalFlowModel Package Description net.officefloor.model.impl.section net.officefloor.model.section 
- 
- 
Uses of FunctionFlowToExternalFlowModel in net.officefloor.model.impl.sectionMethods in net.officefloor.model.impl.section that return types with arguments of type FunctionFlowToExternalFlowModel Modifier and Type Method Description Change<FunctionFlowToExternalFlowModel>SectionChangesImpl. linkFunctionFlowToExternalFlow(FunctionFlowModel functionFlow, ExternalFlowModel externalFlow, boolean isSpawnThreadState)Change<FunctionFlowToExternalFlowModel>SectionChangesImpl. removeFunctionFlowToExternalFlow(FunctionFlowToExternalFlowModel functionFlowToExternalFlow)Methods in net.officefloor.model.impl.section with parameters of type FunctionFlowToExternalFlowModel Modifier and Type Method Description Change<FunctionFlowToExternalFlowModel>SectionChangesImpl. removeFunctionFlowToExternalFlow(FunctionFlowToExternalFlowModel functionFlowToExternalFlow)
- 
Uses of FunctionFlowToExternalFlowModel in net.officefloor.model.sectionMethods in net.officefloor.model.section that return FunctionFlowToExternalFlowModel Modifier and Type Method Description FunctionFlowToExternalFlowModelFunctionFlowModel. getExternalFlow()Methods in net.officefloor.model.section that return types with arguments of type FunctionFlowToExternalFlowModel Modifier and Type Method Description java.util.List<FunctionFlowToExternalFlowModel>ExternalFlowModel. getFunctionFlows()Change<FunctionFlowToExternalFlowModel>SectionChanges. linkFunctionFlowToExternalFlow(FunctionFlowModel functionFlow, ExternalFlowModel externalFlow, boolean isSpawnThreadState)Links theFunctionFlowModelto theExternalFlowModel.Change<FunctionFlowToExternalFlowModel>SectionChanges. removeFunctionFlowToExternalFlow(FunctionFlowToExternalFlowModel functionFlowToExternalFlow)Removes theFunctionFlowToExternalFlowModel.Methods in net.officefloor.model.section with parameters of type FunctionFlowToExternalFlowModel Modifier and Type Method Description voidExternalFlowModel. addFunctionFlow(FunctionFlowToExternalFlowModel functionFlow)voidExternalFlowModel. removeFunctionFlow(FunctionFlowToExternalFlowModel functionFlow)Change<FunctionFlowToExternalFlowModel>SectionChanges. removeFunctionFlowToExternalFlow(FunctionFlowToExternalFlowModel functionFlowToExternalFlow)Removes theFunctionFlowToExternalFlowModel.voidFunctionFlowModel. setExternalFlow(FunctionFlowToExternalFlowModel externalFlow)Constructors in net.officefloor.model.section with parameters of type FunctionFlowToExternalFlowModel Constructor Description ExternalFlowModel(java.lang.String externalFlowName, java.lang.String argumentType, SubSectionOutputToExternalFlowModel[] subSectionOutput, SectionManagedObjectSourceFlowToExternalFlowModel[] sectionManagedObjectSourceFlow, FunctionFlowToExternalFlowModel[] functionFlow, FunctionToNextExternalFlowModel[] previousFunction, FunctionEscalationToExternalFlowModel[] functionEscalation)Convenience constructor.ExternalFlowModel(java.lang.String externalFlowName, java.lang.String argumentType, SubSectionOutputToExternalFlowModel[] subSectionOutput, SectionManagedObjectSourceFlowToExternalFlowModel[] sectionManagedObjectSourceFlow, FunctionFlowToExternalFlowModel[] functionFlow, FunctionToNextExternalFlowModel[] previousFunction, FunctionEscalationToExternalFlowModel[] functionEscalation, int x, int y)Convenience constructor allowing XY initialising.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.
 
-