Uses of Class
net.officefloor.model.section.SectionManagedObjectPoolModel
-
Packages that use SectionManagedObjectPoolModel Package Description net.officefloor.model.section -
-
Uses of SectionManagedObjectPoolModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionManagedObjectPoolModel Modifier and Type Method Description SectionManagedObjectPoolModelSectionManagedObjectSourceToSectionManagedObjectPoolModel. getSectionManagedObjectPool()Methods in net.officefloor.model.section that return types with arguments of type SectionManagedObjectPoolModel Modifier and Type Method Description java.util.List<SectionManagedObjectPoolModel>SectionModel. getSectionManagedObjectPools()RemoveConnectionsAction<SectionManagedObjectPoolModel>SectionManagedObjectPoolModel. removeConnections()Remove Connections.Methods in net.officefloor.model.section with parameters of type SectionManagedObjectPoolModel Modifier and Type Method Description voidSectionModel. addSectionManagedObjectPool(SectionManagedObjectPoolModel sectionManagedObjectPool)voidSectionModel. removeSectionManagedObjectPool(SectionManagedObjectPoolModel sectionManagedObjectPool)voidSectionManagedObjectSourceToSectionManagedObjectPoolModel. setSectionManagedObjectPool(SectionManagedObjectPoolModel sectionManagedObjectPool)Constructors in net.officefloor.model.section with parameters of type SectionManagedObjectPoolModel Constructor Description SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, SectionManagedObjectSourceModel sectionManagedObjectSource, SectionManagedObjectPoolModel sectionManagedObjectPool)Convenience constructor.SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, SectionManagedObjectSourceModel sectionManagedObjectSource, SectionManagedObjectPoolModel sectionManagedObjectPool, int x, int y)Convenience constructor allowing XY initialising.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function)Convenience constructor.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function, int x, int y)Convenience constructor allowing XY initialising.
-