Uses of Class
net.officefloor.model.section.FunctionFlowModel
-
Packages that use FunctionFlowModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of FunctionFlowModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return FunctionFlowModel Modifier and Type Method Description FunctionFlowModel
FunctionFlowItem. prototype()
Methods in net.officefloor.gef.section with parameters of type FunctionFlowModel Modifier and Type Method Description void
FunctionFlowItem. loadToParent(FunctionModel parentModel, FunctionFlowModel itemModel)
javafx.scene.layout.Pane
FunctionFlowItem. visual(FunctionFlowModel model, AdaptedChildVisualFactoryContext<FunctionFlowModel> context)
Method parameters in net.officefloor.gef.section with type arguments of type FunctionFlowModel Modifier and Type Method Description javafx.scene.layout.Pane
FunctionFlowItem. visual(FunctionFlowModel model, AdaptedChildVisualFactoryContext<FunctionFlowModel> context)
-
Uses of FunctionFlowModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type FunctionFlowModel Modifier and Type Method Description Change<FunctionFlowToExternalFlowModel>
SectionChangesImpl. linkFunctionFlowToExternalFlow(FunctionFlowModel functionFlow, ExternalFlowModel externalFlow, boolean isSpawnThreadState)
Change<FunctionFlowToFunctionModel>
SectionChangesImpl. linkFunctionFlowToFunction(FunctionFlowModel functionFlow, FunctionModel function, boolean isSpawnThreadState)
Change<FunctionFlowToSubSectionInputModel>
SectionChangesImpl. linkFunctionFlowToSubSectionInput(FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState)
-
Uses of FunctionFlowModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return FunctionFlowModel Modifier and Type Method Description FunctionFlowModel
FunctionFlowToExternalFlowModel. getFunctionFlow()
FunctionFlowModel
FunctionFlowToFunctionModel. getFunctionFlow()
FunctionFlowModel
FunctionFlowToSubSectionInputModel. getFunctionFlow()
Methods in net.officefloor.model.section that return types with arguments of type FunctionFlowModel Modifier and Type Method Description java.util.List<FunctionFlowModel>
FunctionModel. getFunctionFlows()
RemoveConnectionsAction<FunctionFlowModel>
FunctionFlowModel. removeConnections()
Remove Connections.Constructors in net.officefloor.model.section with parameters of type FunctionFlowModel Constructor Description FunctionFlowToExternalFlowModel(java.lang.String externalFlowName, FunctionFlowModel functionFlow, ExternalFlowModel externalFlow, boolean isSpawnThreadState)
Convenience constructor.FunctionFlowToExternalFlowModel(java.lang.String externalFlowName, FunctionFlowModel functionFlow, ExternalFlowModel externalFlow, boolean isSpawnThreadState, int x, int y)
Convenience constructor allowing XY initialising.FunctionFlowToFunctionModel(java.lang.String functionName, FunctionFlowModel functionFlow, FunctionModel function, boolean isSpawnThreadState)
Convenience constructor.FunctionFlowToFunctionModel(java.lang.String functionName, FunctionFlowModel functionFlow, FunctionModel function, boolean isSpawnThreadState, int x, int y)
Convenience constructor allowing XY initialising.FunctionFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState)
Convenience constructor.FunctionFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState, int x, int y)
Convenience constructor allowing XY initialising.FunctionModel(java.lang.String functionName, boolean isPublic, java.lang.String functionNamespaceName, java.lang.String managedFunctionName, java.lang.String returnType, ManagedFunctionToFunctionModel managedFunction, FunctionToNextFunctionModel nextFunction, FunctionToNextExternalFlowModel nextExternalFlow, FunctionToNextSubSectionInputModel nextSubSectionInput, FunctionToNextFunctionModel[] previousFunction, FunctionFlowModel[] functionFlow, FunctionEscalationModel[] functionEscalation, FunctionFlowToFunctionModel[] functionFlowInput, FunctionEscalationToFunctionModel[] functionEscalationInput, SubSectionOutputToFunctionModel[] subSectionOutput, SectionManagedObjectSourceFlowToFunctionModel[] sectionManagedObjectSourceFlow)
Convenience constructor.FunctionModel(java.lang.String functionName, boolean isPublic, java.lang.String functionNamespaceName, java.lang.String managedFunctionName, java.lang.String returnType, ManagedFunctionToFunctionModel managedFunction, FunctionToNextFunctionModel nextFunction, FunctionToNextExternalFlowModel nextExternalFlow, FunctionToNextSubSectionInputModel nextSubSectionInput, FunctionToNextFunctionModel[] previousFunction, FunctionFlowModel[] functionFlow, FunctionEscalationModel[] functionEscalation, FunctionFlowToFunctionModel[] functionFlowInput, FunctionEscalationToFunctionModel[] functionEscalationInput, SubSectionOutputToFunctionModel[] subSectionOutput, SectionManagedObjectSourceFlowToFunctionModel[] sectionManagedObjectSourceFlow, int x, int y)
Convenience constructor allowing XY initialising.
-