Uses of Class
net.officefloor.model.section.ExternalFlowModel
-
Packages that use ExternalFlowModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of ExternalFlowModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return ExternalFlowModel Modifier and Type Method Description ExternalFlowModel
ExternalFlowItem. prototype()
Methods in net.officefloor.gef.section with parameters of type ExternalFlowModel Modifier and Type Method Description ExternalFlowItem
ExternalFlowItem. item(ExternalFlowModel model)
void
ExternalFlowItem. loadToParent(SectionModel parentModel, ExternalFlowModel itemModel)
javafx.scene.layout.Pane
ExternalFlowItem. visual(ExternalFlowModel model, AdaptedChildVisualFactoryContext<ExternalFlowModel> context)
Method parameters in net.officefloor.gef.section with type arguments of type ExternalFlowModel Modifier and Type Method Description javafx.scene.layout.Pane
ExternalFlowItem. visual(ExternalFlowModel model, AdaptedChildVisualFactoryContext<ExternalFlowModel> context)
-
Uses of ExternalFlowModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type ExternalFlowModel Modifier and Type Method Description Change<ExternalFlowModel>
SectionChangesImpl. addExternalFlow(java.lang.String externalFlowName, java.lang.String argumentType)
Change<ExternalFlowModel>
SectionChangesImpl. removeExternalFlow(ExternalFlowModel externalFlow)
Change<ExternalFlowModel>
SectionChangesImpl. renameExternalFlow(ExternalFlowModel externalFlow, java.lang.String newExternalFlowName)
Method parameters in net.officefloor.model.impl.section with type arguments of type ExternalFlowModel Modifier and Type Method Description static void
SectionChangesImpl. sortExternalFlows(java.util.List<ExternalFlowModel> externalFlows)
Sorts theExternalFlowModel
instances. -
Uses of ExternalFlowModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return ExternalFlowModel Modifier and Type Method Description ExternalFlowModel
FunctionEscalationToExternalFlowModel. getExternalFlow()
ExternalFlowModel
FunctionFlowToExternalFlowModel. getExternalFlow()
ExternalFlowModel
SectionManagedObjectSourceFlowToExternalFlowModel. getExternalFlow()
ExternalFlowModel
SubSectionOutputToExternalFlowModel. getExternalFlow()
ExternalFlowModel
FunctionToNextExternalFlowModel. getNextExternalFlow()
Methods in net.officefloor.model.section that return types with arguments of type ExternalFlowModel Modifier and Type Method Description Change<ExternalFlowModel>
SectionChanges. addExternalFlow(java.lang.String externalFlowName, java.lang.String argumentType)
Adds anExternalFlowModel
to theSectionModel
.java.util.List<ExternalFlowModel>
SectionModel. getExternalFlows()
RemoveConnectionsAction<ExternalFlowModel>
ExternalFlowModel. removeConnections()
Remove Connections.Change<ExternalFlowModel>
SectionChanges. removeExternalFlow(ExternalFlowModel externalFlow)
Removes theExternalFlowModel
from theSectionModel
.Change<ExternalFlowModel>
SectionChanges. renameExternalFlow(ExternalFlowModel externalFlow, java.lang.String newExternalFlowName)
Renames theExternalFlowModel
.Constructors in net.officefloor.model.section with parameters of type ExternalFlowModel Constructor Description FunctionEscalationToExternalFlowModel(java.lang.String externalFlowName, FunctionEscalationModel functionEscalation, ExternalFlowModel externalFlow)
Convenience constructor.FunctionEscalationToExternalFlowModel(java.lang.String externalFlowName, FunctionEscalationModel functionEscalation, ExternalFlowModel externalFlow, int x, int y)
Convenience constructor allowing XY initialising.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.FunctionToNextExternalFlowModel(java.lang.String externalFlowName, FunctionModel previousFunction, ExternalFlowModel nextExternalFlow)
Convenience constructor.FunctionToNextExternalFlowModel(java.lang.String externalFlowName, FunctionModel previousFunction, ExternalFlowModel nextExternalFlow, int x, int y)
Convenience constructor allowing XY initialising.SectionManagedObjectSourceFlowToExternalFlowModel(java.lang.String externalFlowName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, ExternalFlowModel externalFlow)
Convenience constructor.SectionManagedObjectSourceFlowToExternalFlowModel(java.lang.String externalFlowName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, ExternalFlowModel externalFlow, int x, int y)
Convenience constructor allowing XY initialising.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function)
Convenience constructor.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function, int x, int y)
Convenience constructor allowing XY initialising.SubSectionOutputToExternalFlowModel(java.lang.String externalFlowName, SubSectionOutputModel subSectionOutput, ExternalFlowModel externalFlow)
Convenience constructor.SubSectionOutputToExternalFlowModel(java.lang.String externalFlowName, SubSectionOutputModel subSectionOutput, ExternalFlowModel externalFlow, int x, int y)
Convenience constructor allowing XY initialising.
-