Uses of Class
net.officefloor.model.section.FunctionModel
-
Packages that use FunctionModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of FunctionModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return FunctionModel Modifier and Type Method Description FunctionModel
FunctionItem. prototype()
Methods in net.officefloor.gef.section with parameters of type FunctionModel Modifier and Type Method Description FunctionItem
FunctionItem. item(FunctionModel model)
void
FunctionEscalationItem. loadToParent(FunctionModel parentModel, FunctionEscalationModel itemModel)
void
FunctionFlowItem. loadToParent(FunctionModel parentModel, FunctionFlowModel itemModel)
void
FunctionItem. loadToParent(SectionModel parentModel, FunctionModel itemModel)
javafx.scene.layout.Pane
FunctionItem. visual(FunctionModel model, AdaptedChildVisualFactoryContext<FunctionModel> context)
Method parameters in net.officefloor.gef.section with type arguments of type FunctionModel Modifier and Type Method Description javafx.scene.layout.Pane
FunctionItem. visual(FunctionModel model, AdaptedChildVisualFactoryContext<FunctionModel> context)
-
Uses of FunctionModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type FunctionModel Modifier and Type Method Description <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Change<FunctionModel>SectionChangesImpl. addFunction(java.lang.String functionName, ManagedFunctionModel managedFunction, ManagedFunctionType<M,F> functionType)
Change<FunctionModel>
SectionChangesImpl. removeFunction(FunctionModel function)
Change<FunctionModel>
SectionChangesImpl. renameFunction(FunctionModel function, java.lang.String newFunctionName)
Change<FunctionModel>
SectionChangesImpl. setFunctionAsPublic(boolean isPublic, FunctionModel function)
Method parameters in net.officefloor.model.impl.section with type arguments of type FunctionModel Modifier and Type Method Description static void
SectionChangesImpl. sortFunctionModels(java.util.List<FunctionModel> functionModels)
Sorts theFunctionModel
instances. -
Uses of FunctionModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return FunctionModel Modifier and Type Method Description FunctionModel
FunctionEscalationToFunctionModel. getFunction()
FunctionModel
FunctionFlowToFunctionModel. getFunction()
FunctionModel
ManagedFunctionToFunctionModel. getFunction()
FunctionModel
SectionManagedObjectSourceFlowToFunctionModel. getFunction()
FunctionModel
SubSectionOutputToFunctionModel. getFunction()
FunctionModel
FunctionToNextFunctionModel. getNextFunction()
FunctionModel
FunctionToNextExternalFlowModel. getPreviousFunction()
FunctionModel
FunctionToNextFunctionModel. getPreviousFunction()
FunctionModel
FunctionToNextSubSectionInputModel. getPreviousFunction()
Methods in net.officefloor.model.section that return types with arguments of type FunctionModel Modifier and Type Method Description <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Change<FunctionModel>SectionChanges. addFunction(java.lang.String functionName, ManagedFunctionModel managedFunctionModel, ManagedFunctionType<M,F> managedFunctionType)
java.util.List<FunctionModel>
SectionModel. getFunctions()
RemoveConnectionsAction<FunctionModel>
FunctionModel. removeConnections()
Remove Connections.Change<FunctionModel>
SectionChanges. removeFunction(FunctionModel functionModel)
Removes theFunctionModel
from theSectionModel
.Change<FunctionModel>
SectionChanges. renameFunction(FunctionModel functionModel, java.lang.String newFunctionName)
Renames theFunctionModel
.Change<FunctionModel>
SectionChanges. setFunctionAsPublic(boolean isPublic, FunctionModel functionModel)
Specifies aFunctionModel
as public/private.Constructors in net.officefloor.model.section with parameters of type FunctionModel Constructor Description 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.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.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.FunctionToNextFunctionModel(java.lang.String nextFunctionName, FunctionModel previousFunction, FunctionModel nextFunction)
Convenience constructor.FunctionToNextFunctionModel(java.lang.String nextFunctionName, FunctionModel previousFunction, FunctionModel nextFunction, int x, int y)
Convenience constructor allowing XY initialising.FunctionToNextSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionModel previousFunction, SubSectionInputModel nextSubSectionInput)
Convenience constructor.FunctionToNextSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionModel previousFunction, SubSectionInputModel nextSubSectionInput, int x, int y)
Convenience constructor allowing XY initialising.ManagedFunctionToFunctionModel(FunctionModel function, ManagedFunctionModel managedFunction)
Convenience constructor.ManagedFunctionToFunctionModel(FunctionModel function, ManagedFunctionModel managedFunction, int x, int y)
Convenience constructor allowing XY initialising.SectionManagedObjectSourceFlowToFunctionModel(java.lang.String functionName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, FunctionModel function)
Convenience constructor.SectionManagedObjectSourceFlowToFunctionModel(java.lang.String functionName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, FunctionModel function, 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.SubSectionOutputToFunctionModel(java.lang.String functionName, SubSectionOutputModel subSectionOutput, FunctionModel function)
Convenience constructor.SubSectionOutputToFunctionModel(java.lang.String functionName, SubSectionOutputModel subSectionOutput, FunctionModel function, int x, int y)
Convenience constructor allowing XY initialising.
-