Uses of Class
net.officefloor.model.section.SubSectionOutputToFunctionModel
-
Packages that use SubSectionOutputToFunctionModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionOutputToFunctionModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SubSectionOutputToFunctionModel Modifier and Type Method Description Change<SubSectionOutputToFunctionModel>
SectionChangesImpl. linkSubSectionOutputToFunction(SubSectionOutputModel subSectionOutput, FunctionModel function)
Change<SubSectionOutputToFunctionModel>
SectionChangesImpl. removeSubSectionOutputToFunction(SubSectionOutputToFunctionModel subSectionOutputToFunction)
Methods in net.officefloor.model.impl.section with parameters of type SubSectionOutputToFunctionModel Modifier and Type Method Description Change<SubSectionOutputToFunctionModel>
SectionChangesImpl. removeSubSectionOutputToFunction(SubSectionOutputToFunctionModel subSectionOutputToFunction)
-
Uses of SubSectionOutputToFunctionModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SubSectionOutputToFunctionModel Modifier and Type Method Description SubSectionOutputToFunctionModel
SubSectionOutputModel. getFunction()
Methods in net.officefloor.model.section that return types with arguments of type SubSectionOutputToFunctionModel Modifier and Type Method Description java.util.List<SubSectionOutputToFunctionModel>
FunctionModel. getSubSectionOutputs()
Change<SubSectionOutputToFunctionModel>
SectionChanges. linkSubSectionOutputToFunction(SubSectionOutputModel subSectionOutput, FunctionModel function)
Links theSubSectionOutputModel
to theFunctionModel
.Change<SubSectionOutputToFunctionModel>
SectionChanges. removeSubSectionOutputToFunction(SubSectionOutputToFunctionModel subSectionOutputToFunction)
Removes theSubSectionOutputToFunctionModel
.Methods in net.officefloor.model.section with parameters of type SubSectionOutputToFunctionModel Modifier and Type Method Description void
FunctionModel. addSubSectionOutput(SubSectionOutputToFunctionModel subSectionOutput)
void
FunctionModel. removeSubSectionOutput(SubSectionOutputToFunctionModel subSectionOutput)
Change<SubSectionOutputToFunctionModel>
SectionChanges. removeSubSectionOutputToFunction(SubSectionOutputToFunctionModel subSectionOutputToFunction)
Removes theSubSectionOutputToFunctionModel
.void
SubSectionOutputModel. setFunction(SubSectionOutputToFunctionModel function)
Constructors in net.officefloor.model.section with parameters of type SubSectionOutputToFunctionModel 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.SubSectionOutputModel(java.lang.String subSectionOutputName, java.lang.String argumentType, boolean escalationOnly, SubSectionOutputToFunctionModel function, SubSectionOutputToSubSectionInputModel subSectionInput, SubSectionOutputToExternalFlowModel externalFlow)
Convenience constructor.SubSectionOutputModel(java.lang.String subSectionOutputName, java.lang.String argumentType, boolean escalationOnly, SubSectionOutputToFunctionModel function, SubSectionOutputToSubSectionInputModel subSectionInput, SubSectionOutputToExternalFlowModel externalFlow, int x, int y)
Convenience constructor allowing XY initialising.
-