Uses of Class
net.officefloor.model.section.SectionManagedObjectSourceFlowToExternalFlowModel
-
Packages that use SectionManagedObjectSourceFlowToExternalFlowModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SectionManagedObjectSourceFlowToExternalFlowModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SectionManagedObjectSourceFlowToExternalFlowModel Modifier and Type Method Description Change<SectionManagedObjectSourceFlowToExternalFlowModel>
SectionChangesImpl. linkSectionManagedObjectSourceFlowToExternalFlow(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, ExternalFlowModel externalFlow)
Change<SectionManagedObjectSourceFlowToExternalFlowModel>
SectionChangesImpl. removeSectionManagedObjectSourceFlowToExternalFlow(SectionManagedObjectSourceFlowToExternalFlowModel managedObjectSourceFlowToExternalFlow)
Methods in net.officefloor.model.impl.section with parameters of type SectionManagedObjectSourceFlowToExternalFlowModel Modifier and Type Method Description Change<SectionManagedObjectSourceFlowToExternalFlowModel>
SectionChangesImpl. removeSectionManagedObjectSourceFlowToExternalFlow(SectionManagedObjectSourceFlowToExternalFlowModel managedObjectSourceFlowToExternalFlow)
-
Uses of SectionManagedObjectSourceFlowToExternalFlowModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionManagedObjectSourceFlowToExternalFlowModel Modifier and Type Method Description SectionManagedObjectSourceFlowToExternalFlowModel
SectionManagedObjectSourceFlowModel. getExternalFlow()
Methods in net.officefloor.model.section that return types with arguments of type SectionManagedObjectSourceFlowToExternalFlowModel Modifier and Type Method Description java.util.List<SectionManagedObjectSourceFlowToExternalFlowModel>
ExternalFlowModel. getSectionManagedObjectSourceFlows()
Change<SectionManagedObjectSourceFlowToExternalFlowModel>
SectionChanges. linkSectionManagedObjectSourceFlowToExternalFlow(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, ExternalFlowModel externalFlow)
Links theSectionManagedObjectSourceFlowModel
to theExternalFlowModel
.Change<SectionManagedObjectSourceFlowToExternalFlowModel>
SectionChanges. removeSectionManagedObjectSourceFlowToExternalFlow(SectionManagedObjectSourceFlowToExternalFlowModel managedObjectSourceFlowToExternalFlow)
Removes theSectionManagedObjectSourceFlowToExternalFlowModel
.Methods in net.officefloor.model.section with parameters of type SectionManagedObjectSourceFlowToExternalFlowModel Modifier and Type Method Description void
ExternalFlowModel. addSectionManagedObjectSourceFlow(SectionManagedObjectSourceFlowToExternalFlowModel sectionManagedObjectSourceFlow)
void
ExternalFlowModel. removeSectionManagedObjectSourceFlow(SectionManagedObjectSourceFlowToExternalFlowModel sectionManagedObjectSourceFlow)
Change<SectionManagedObjectSourceFlowToExternalFlowModel>
SectionChanges. removeSectionManagedObjectSourceFlowToExternalFlow(SectionManagedObjectSourceFlowToExternalFlowModel managedObjectSourceFlowToExternalFlow)
Removes theSectionManagedObjectSourceFlowToExternalFlowModel
.void
SectionManagedObjectSourceFlowModel. setExternalFlow(SectionManagedObjectSourceFlowToExternalFlowModel externalFlow)
Constructors in net.officefloor.model.section with parameters of type SectionManagedObjectSourceFlowToExternalFlowModel 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.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function)
Convenience constructor.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function, int x, int y)
Convenience constructor allowing XY initialising.
-