Uses of Class
net.officefloor.model.section.FunctionEscalationModel
-
Packages that use FunctionEscalationModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of FunctionEscalationModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return FunctionEscalationModel Modifier and Type Method Description FunctionEscalationModel
FunctionEscalationItem. prototype()
Methods in net.officefloor.gef.section with parameters of type FunctionEscalationModel Modifier and Type Method Description void
FunctionEscalationItem. loadToParent(FunctionModel parentModel, FunctionEscalationModel itemModel)
javafx.scene.layout.Pane
FunctionEscalationItem. visual(FunctionEscalationModel model, AdaptedChildVisualFactoryContext<FunctionEscalationModel> context)
Method parameters in net.officefloor.gef.section with type arguments of type FunctionEscalationModel Modifier and Type Method Description javafx.scene.layout.Pane
FunctionEscalationItem. visual(FunctionEscalationModel model, AdaptedChildVisualFactoryContext<FunctionEscalationModel> context)
-
Uses of FunctionEscalationModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type FunctionEscalationModel Modifier and Type Method Description Change<FunctionEscalationToExternalFlowModel>
SectionChangesImpl. linkFunctionEscalationToExternalFlow(FunctionEscalationModel functionEscalation, ExternalFlowModel externalFlow)
Change<FunctionEscalationToFunctionModel>
SectionChangesImpl. linkFunctionEscalationToFunction(FunctionEscalationModel functionEscalation, FunctionModel function)
Change<FunctionEscalationToSubSectionInputModel>
SectionChangesImpl. linkFunctionEscalationToSubSectionInput(FunctionEscalationModel functionEscalation, SubSectionInputModel subSectionInput)
-
Uses of FunctionEscalationModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return FunctionEscalationModel Modifier and Type Method Description FunctionEscalationModel
FunctionEscalationToFunctionModel. getEscalation()
FunctionEscalationModel
FunctionEscalationToExternalFlowModel. getFunctionEscalation()
FunctionEscalationModel
FunctionEscalationToSubSectionInputModel. getFunctionEscalation()
Methods in net.officefloor.model.section that return types with arguments of type FunctionEscalationModel Modifier and Type Method Description java.util.List<FunctionEscalationModel>
FunctionModel. getFunctionEscalations()
RemoveConnectionsAction<FunctionEscalationModel>
FunctionEscalationModel. removeConnections()
Remove Connections.Constructors in net.officefloor.model.section with parameters of type FunctionEscalationModel 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.FunctionEscalationToFunctionModel(java.lang.String functionName, FunctionEscalationModel escalation, FunctionModel function)
Convenience constructor.FunctionEscalationToFunctionModel(java.lang.String functionName, FunctionEscalationModel escalation, FunctionModel function, int x, int y)
Convenience constructor allowing XY initialising.FunctionEscalationToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionEscalationModel functionEscalation, SubSectionInputModel subSectionInput)
Convenience constructor.FunctionEscalationToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionEscalationModel functionEscalation, SubSectionInputModel subSectionInput, 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.
-