Uses of Class
net.officefloor.model.office.OfficeSectionObjectModel
-
Packages that use OfficeSectionObjectModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeSectionObjectModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type OfficeSectionObjectModel Modifier and Type Method Description Change<OfficeSectionObjectToExternalManagedObjectModel>
OfficeChangesImpl. linkOfficeSectionObjectToExternalManagedObject(OfficeSectionObjectModel officeSectionObject, ExternalManagedObjectModel externalManagedObject)
Change<OfficeSectionObjectToOfficeManagedObjectModel>
OfficeChangesImpl. linkOfficeSectionObjectToOfficeManagedObject(OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject)
-
Uses of OfficeSectionObjectModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeSectionObjectModel Modifier and Type Method Description OfficeSectionObjectModel
OfficeSectionObjectToExternalManagedObjectModel. getOfficeSectionObject()
OfficeSectionObjectModel
OfficeSectionObjectToOfficeManagedObjectModel. getOfficeSectionObject()
Methods in net.officefloor.model.office that return types with arguments of type OfficeSectionObjectModel Modifier and Type Method Description java.util.List<OfficeSectionObjectModel>
OfficeSectionModel. getOfficeSectionObjects()
RemoveConnectionsAction<OfficeSectionObjectModel>
OfficeSectionObjectModel. removeConnections()
Remove Connections.Constructors in net.officefloor.model.office with parameters of type OfficeSectionObjectModel Constructor Description OfficeSectionModel(java.lang.String officeSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, OfficeSubSectionModel officeSubSection, PropertyModel[] property, OfficeSectionInputModel[] officeSectionInput, OfficeSectionOutputModel[] officeSectionOutput, OfficeSectionObjectModel[] officeSectionObject)
Convenience constructor.OfficeSectionModel(java.lang.String officeSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, OfficeSubSectionModel officeSubSection, PropertyModel[] property, OfficeSectionInputModel[] officeSectionInput, OfficeSectionOutputModel[] officeSectionOutput, OfficeSectionObjectModel[] officeSectionObject, int x, int y)
Convenience constructor allowing XY initialising.OfficeSectionObjectToExternalManagedObjectModel(java.lang.String externalManagedObjectName, OfficeSectionObjectModel officeSectionObject, ExternalManagedObjectModel externalManagedObject)
Convenience constructor.OfficeSectionObjectToExternalManagedObjectModel(java.lang.String externalManagedObjectName, OfficeSectionObjectModel officeSectionObject, ExternalManagedObjectModel externalManagedObject, int x, int y)
Convenience constructor allowing XY initialising.OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName, OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject)
Convenience constructor.OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName, OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject, int x, int y)
Convenience constructor allowing XY initialising.
-