Uses of Class
net.officefloor.model.office.OfficeSectionOutputModel
-
Packages that use OfficeSectionOutputModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeSectionOutputModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type OfficeSectionOutputModel Modifier and Type Method Description Change<OfficeSectionOutputToOfficeSectionInputModel>
OfficeChangesImpl. linkOfficeSectionOutputToOfficeSectionInput(OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput)
-
Uses of OfficeSectionOutputModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeSectionOutputModel Modifier and Type Method Description OfficeSectionOutputModel
OfficeSectionOutputToOfficeSectionInputModel. getOfficeSectionOutput()
Methods in net.officefloor.model.office that return types with arguments of type OfficeSectionOutputModel Modifier and Type Method Description java.util.List<OfficeSectionOutputModel>
OfficeSectionModel. getOfficeSectionOutputs()
RemoveConnectionsAction<OfficeSectionOutputModel>
OfficeSectionOutputModel. removeConnections()
Remove Connections.Methods in net.officefloor.model.office with parameters of type OfficeSectionOutputModel Modifier and Type Method Description void
OfficeSectionModel. addOfficeSectionOutput(OfficeSectionOutputModel officeSectionOutput)
Change<OfficeSectionOutputToOfficeSectionInputModel>
OfficeChanges. linkOfficeSectionOutputToOfficeSectionInput(OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput)
Links theOfficeSectionOutputModel
to theOfficeSectionInputModel
.void
OfficeSectionModel. removeOfficeSectionOutput(OfficeSectionOutputModel officeSectionOutput)
void
OfficeSectionOutputToOfficeSectionInputModel. setOfficeSectionOutput(OfficeSectionOutputModel officeSectionOutput)
Constructors in net.officefloor.model.office with parameters of type OfficeSectionOutputModel 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.OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput)
Convenience constructor.OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.
-