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 FunctionModelFunctionItem. prototype()Methods in net.officefloor.gef.section with parameters of type FunctionModel Modifier and Type Method Description FunctionItemFunctionItem. item(FunctionModel model)voidFunctionEscalationItem. loadToParent(FunctionModel parentModel, FunctionEscalationModel itemModel)voidFunctionFlowItem. loadToParent(FunctionModel parentModel, FunctionFlowModel itemModel)voidFunctionItem. loadToParent(SectionModel parentModel, FunctionModel itemModel)javafx.scene.layout.PaneFunctionItem. 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.PaneFunctionItem. 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 voidSectionChangesImpl. sortFunctionModels(java.util.List<FunctionModel> functionModels)Sorts theFunctionModelinstances. -
Uses of FunctionModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return FunctionModel Modifier and Type Method Description FunctionModelFunctionEscalationToFunctionModel. getFunction()FunctionModelFunctionFlowToFunctionModel. getFunction()FunctionModelManagedFunctionToFunctionModel. getFunction()FunctionModelSectionManagedObjectSourceFlowToFunctionModel. getFunction()FunctionModelSubSectionOutputToFunctionModel. getFunction()FunctionModelFunctionToNextFunctionModel. getNextFunction()FunctionModelFunctionToNextExternalFlowModel. getPreviousFunction()FunctionModelFunctionToNextFunctionModel. getPreviousFunction()FunctionModelFunctionToNextSubSectionInputModel. 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 theFunctionModelfrom theSectionModel.Change<FunctionModel>SectionChanges. renameFunction(FunctionModel functionModel, java.lang.String newFunctionName)Renames theFunctionModel.Change<FunctionModel>SectionChanges. setFunctionAsPublic(boolean isPublic, FunctionModel functionModel)Specifies aFunctionModelas 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.
-