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.section
Methods 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.section
Methods in net.officefloor.model.section that return FunctionFlowToExternalFlowModel Modifier and Type Method Description FunctionFlowToExternalFlowModel
FunctionFlowModel. 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 theFunctionFlowModel
to 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 void
ExternalFlowModel. addFunctionFlow(FunctionFlowToExternalFlowModel functionFlow)
void
ExternalFlowModel. removeFunctionFlow(FunctionFlowToExternalFlowModel functionFlow)
Change<FunctionFlowToExternalFlowModel>
SectionChanges. removeFunctionFlowToExternalFlow(FunctionFlowToExternalFlowModel functionFlowToExternalFlow)
Removes theFunctionFlowToExternalFlowModel
.void
FunctionFlowModel. 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.
-