Uses of Class
net.officefloor.model.section.SubSectionOutputToSubSectionInputModel
-
Packages that use SubSectionOutputToSubSectionInputModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionOutputToSubSectionInputModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SubSectionOutputToSubSectionInputModel Modifier and Type Method Description Change<SubSectionOutputToSubSectionInputModel>
SectionChangesImpl. linkSubSectionOutputToSubSectionInput(SubSectionOutputModel subSectionOutput, SubSectionInputModel subSectionInput)
Change<SubSectionOutputToSubSectionInputModel>
SectionChangesImpl. removeSubSectionOutputToSubSectionInput(SubSectionOutputToSubSectionInputModel subSectionOutputToSubSectionInput)
Methods in net.officefloor.model.impl.section with parameters of type SubSectionOutputToSubSectionInputModel Modifier and Type Method Description Change<SubSectionOutputToSubSectionInputModel>
SectionChangesImpl. removeSubSectionOutputToSubSectionInput(SubSectionOutputToSubSectionInputModel subSectionOutputToSubSectionInput)
-
Uses of SubSectionOutputToSubSectionInputModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SubSectionOutputToSubSectionInputModel Modifier and Type Method Description SubSectionOutputToSubSectionInputModel
SubSectionOutputModel. getSubSectionInput()
Methods in net.officefloor.model.section that return types with arguments of type SubSectionOutputToSubSectionInputModel Modifier and Type Method Description java.util.List<SubSectionOutputToSubSectionInputModel>
SubSectionInputModel. getSubSectionOutputs()
Change<SubSectionOutputToSubSectionInputModel>
SectionChanges. linkSubSectionOutputToSubSectionInput(SubSectionOutputModel subSectionOutput, SubSectionInputModel subSectionInput)
Links theSubSectionOutputModel
to theSubSectionInputModel
.Change<SubSectionOutputToSubSectionInputModel>
SectionChanges. removeSubSectionOutputToSubSectionInput(SubSectionOutputToSubSectionInputModel subSectionOutputToSubSectionInput)
Removes theSubSectionOutputToSubSectionInputModel
.Methods in net.officefloor.model.section with parameters of type SubSectionOutputToSubSectionInputModel Modifier and Type Method Description void
SubSectionInputModel. addSubSectionOutput(SubSectionOutputToSubSectionInputModel subSectionOutput)
void
SubSectionInputModel. removeSubSectionOutput(SubSectionOutputToSubSectionInputModel subSectionOutput)
Change<SubSectionOutputToSubSectionInputModel>
SectionChanges. removeSubSectionOutputToSubSectionInput(SubSectionOutputToSubSectionInputModel subSectionOutputToSubSectionInput)
Removes theSubSectionOutputToSubSectionInputModel
.void
SubSectionOutputModel. setSubSectionInput(SubSectionOutputToSubSectionInputModel subSectionInput)
Constructors in net.officefloor.model.section with parameters of type SubSectionOutputToSubSectionInputModel Constructor Description 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.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.
-