Uses of Class
net.officefloor.model.section.SectionManagedObjectSourceFlowModel
-
Packages that use SectionManagedObjectSourceFlowModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SectionManagedObjectSourceFlowModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type SectionManagedObjectSourceFlowModel Modifier and Type Method Description Change<SectionManagedObjectSourceFlowToExternalFlowModel>
SectionChangesImpl. linkSectionManagedObjectSourceFlowToExternalFlow(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, ExternalFlowModel externalFlow)
Change<SectionManagedObjectSourceFlowToFunctionModel>
SectionChangesImpl. linkSectionManagedObjectSourceFlowToFunction(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, FunctionModel function)
Change<SectionManagedObjectSourceFlowToSubSectionInputModel>
SectionChangesImpl. linkSectionManagedObjectSourceFlowToSubSectionInput(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, SubSectionInputModel subSectionInput)
-
Uses of SectionManagedObjectSourceFlowModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionManagedObjectSourceFlowModel Modifier and Type Method Description SectionManagedObjectSourceFlowModel
SectionManagedObjectSourceFlowToExternalFlowModel. getSectionManagedObjectSourceFlow()
SectionManagedObjectSourceFlowModel
SectionManagedObjectSourceFlowToFunctionModel. getSectionManagedObjectSourceFlow()
SectionManagedObjectSourceFlowModel
SectionManagedObjectSourceFlowToSubSectionInputModel. getSectionManagedObjectSourceFlow()
Methods in net.officefloor.model.section that return types with arguments of type SectionManagedObjectSourceFlowModel Modifier and Type Method Description java.util.List<SectionManagedObjectSourceFlowModel>
SectionManagedObjectSourceModel. getSectionManagedObjectSourceFlows()
RemoveConnectionsAction<SectionManagedObjectSourceFlowModel>
SectionManagedObjectSourceFlowModel. removeConnections()
Remove Connections.Constructors in net.officefloor.model.section with parameters of type SectionManagedObjectSourceFlowModel Constructor Description SectionManagedObjectSourceFlowToExternalFlowModel(java.lang.String externalFlowName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, ExternalFlowModel externalFlow)
Convenience constructor.SectionManagedObjectSourceFlowToExternalFlowModel(java.lang.String externalFlowName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, ExternalFlowModel externalFlow, int x, int y)
Convenience constructor allowing XY initialising.SectionManagedObjectSourceFlowToFunctionModel(java.lang.String functionName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, FunctionModel function)
Convenience constructor.SectionManagedObjectSourceFlowToFunctionModel(java.lang.String functionName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, FunctionModel function, int x, int y)
Convenience constructor allowing XY initialising.SectionManagedObjectSourceFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, SubSectionInputModel subSectionInput)
Convenience constructor.SectionManagedObjectSourceFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, SubSectionInputModel subSectionInput, int x, int y)
Convenience constructor allowing XY initialising.SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool, PropertyModel[] property, SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject, SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow)
Convenience constructor.SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool, PropertyModel[] property, SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject, SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow, int x, int y)
Convenience constructor allowing XY initialising.
-