Uses of Class
net.officefloor.model.section.SubSectionOutputToExternalFlowModel
-
Packages that use SubSectionOutputToExternalFlowModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionOutputToExternalFlowModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SubSectionOutputToExternalFlowModel Modifier and Type Method Description Change<SubSectionOutputToExternalFlowModel>
SectionChangesImpl. linkSubSectionOutputToExternalFlow(SubSectionOutputModel subSectionOutput, ExternalFlowModel externalFlow)
Change<SubSectionOutputToExternalFlowModel>
SectionChangesImpl. removeSubSectionOutputToExternalFlow(SubSectionOutputToExternalFlowModel subSectionOutputToExternalFlow)
Methods in net.officefloor.model.impl.section with parameters of type SubSectionOutputToExternalFlowModel Modifier and Type Method Description Change<SubSectionOutputToExternalFlowModel>
SectionChangesImpl. removeSubSectionOutputToExternalFlow(SubSectionOutputToExternalFlowModel subSectionOutputToExternalFlow)
-
Uses of SubSectionOutputToExternalFlowModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SubSectionOutputToExternalFlowModel Modifier and Type Method Description SubSectionOutputToExternalFlowModel
SubSectionOutputModel. getExternalFlow()
Methods in net.officefloor.model.section that return types with arguments of type SubSectionOutputToExternalFlowModel Modifier and Type Method Description java.util.List<SubSectionOutputToExternalFlowModel>
ExternalFlowModel. getSubSectionOutputs()
Change<SubSectionOutputToExternalFlowModel>
SectionChanges. linkSubSectionOutputToExternalFlow(SubSectionOutputModel subSectionOutput, ExternalFlowModel externalFlow)
Links theSubSectionOutputModel
to theExternalFlowModel
.Change<SubSectionOutputToExternalFlowModel>
SectionChanges. removeSubSectionOutputToExternalFlow(SubSectionOutputToExternalFlowModel subSectionOutputToExternalFlow)
Removes theSubSectionOutputToExternalFlowModel
.Methods in net.officefloor.model.section with parameters of type SubSectionOutputToExternalFlowModel Modifier and Type Method Description void
ExternalFlowModel. addSubSectionOutput(SubSectionOutputToExternalFlowModel subSectionOutput)
void
ExternalFlowModel. removeSubSectionOutput(SubSectionOutputToExternalFlowModel subSectionOutput)
Change<SubSectionOutputToExternalFlowModel>
SectionChanges. removeSubSectionOutputToExternalFlow(SubSectionOutputToExternalFlowModel subSectionOutputToExternalFlow)
Removes theSubSectionOutputToExternalFlowModel
.void
SubSectionOutputModel. setExternalFlow(SubSectionOutputToExternalFlowModel externalFlow)
Constructors in net.officefloor.model.section with parameters of type SubSectionOutputToExternalFlowModel Constructor Description ExternalFlowModel(java.lang.String externalFlowName, java.lang.String argumentType, SubSectionOutputToExternalFlowModel[] subSectionOutput, SectionManagedObjectSourceFlowToExternalFlowModel[] sectionManagedObjectSourceFlow, FunctionFlowToExternalFlowModel[] functionFlow, FunctionToNextExternalFlowModel[] previousFunction, FunctionEscalationToExternalFlowModel[] functionEscalation)
Convenience constructor.ExternalFlowModel(java.lang.String externalFlowName, java.lang.String argumentType, SubSectionOutputToExternalFlowModel[] subSectionOutput, SectionManagedObjectSourceFlowToExternalFlowModel[] sectionManagedObjectSourceFlow, FunctionFlowToExternalFlowModel[] functionFlow, FunctionToNextExternalFlowModel[] previousFunction, FunctionEscalationToExternalFlowModel[] 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.
-