Uses of Class
net.officefloor.model.section.FunctionToNextSubSectionInputModel
-
Packages that use FunctionToNextSubSectionInputModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of FunctionToNextSubSectionInputModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type FunctionToNextSubSectionInputModel Modifier and Type Method Description Change<FunctionToNextSubSectionInputModel>
SectionChangesImpl. linkFunctionToNextSubSectionInput(FunctionModel function, SubSectionInputModel nextSubSectionInput)
Change<FunctionToNextSubSectionInputModel>
SectionChangesImpl. removeFunctionToNextSubSectionInput(FunctionToNextSubSectionInputModel functionToNextSubSectionInput)
Methods in net.officefloor.model.impl.section with parameters of type FunctionToNextSubSectionInputModel Modifier and Type Method Description Change<FunctionToNextSubSectionInputModel>
SectionChangesImpl. removeFunctionToNextSubSectionInput(FunctionToNextSubSectionInputModel functionToNextSubSectionInput)
-
Uses of FunctionToNextSubSectionInputModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return FunctionToNextSubSectionInputModel Modifier and Type Method Description FunctionToNextSubSectionInputModel
FunctionModel. getNextSubSectionInput()
Methods in net.officefloor.model.section that return types with arguments of type FunctionToNextSubSectionInputModel Modifier and Type Method Description java.util.List<FunctionToNextSubSectionInputModel>
SubSectionInputModel. getPreviousFunctions()
Change<FunctionToNextSubSectionInputModel>
SectionChanges. linkFunctionToNextSubSectionInput(FunctionModel function, SubSectionInputModel nextSubSectionInput)
LinksFunctionModel
to nextSubSectionInputModel
.Change<FunctionToNextSubSectionInputModel>
SectionChanges. removeFunctionToNextSubSectionInput(FunctionToNextSubSectionInputModel functionToNextSubSectionInput)
Removes theFunctionToNextSubSectionInputModel
.Methods in net.officefloor.model.section with parameters of type FunctionToNextSubSectionInputModel Modifier and Type Method Description void
SubSectionInputModel. addPreviousFunction(FunctionToNextSubSectionInputModel previousFunction)
Change<FunctionToNextSubSectionInputModel>
SectionChanges. removeFunctionToNextSubSectionInput(FunctionToNextSubSectionInputModel functionToNextSubSectionInput)
Removes theFunctionToNextSubSectionInputModel
.void
SubSectionInputModel. removePreviousFunction(FunctionToNextSubSectionInputModel previousFunction)
void
FunctionModel. setNextSubSectionInput(FunctionToNextSubSectionInputModel nextSubSectionInput)
Constructors in net.officefloor.model.section with parameters of type FunctionToNextSubSectionInputModel Constructor Description 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.SubSectionInputModel(java.lang.String subSectionInputName, java.lang.String parameterType, boolean isPublic, java.lang.String publicInputName, SubSectionOutputToSubSectionInputModel[] subSectionOutput, SectionManagedObjectSourceFlowToSubSectionInputModel[] sectionManagedObjectSourceFlow, FunctionToNextSubSectionInputModel[] previousFunction, FunctionFlowToSubSectionInputModel[] functionFlow, FunctionEscalationToSubSectionInputModel[] functionEscalation)
Convenience constructor.SubSectionInputModel(java.lang.String subSectionInputName, java.lang.String parameterType, boolean isPublic, java.lang.String publicInputName, SubSectionOutputToSubSectionInputModel[] subSectionOutput, SectionManagedObjectSourceFlowToSubSectionInputModel[] sectionManagedObjectSourceFlow, FunctionToNextSubSectionInputModel[] previousFunction, FunctionFlowToSubSectionInputModel[] functionFlow, FunctionEscalationToSubSectionInputModel[] functionEscalation, int x, int y)
Convenience constructor allowing XY initialising.
-