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 OfficeSectionOutputModelOfficeSectionOutputToOfficeSectionInputModel. 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 voidOfficeSectionModel. addOfficeSectionOutput(OfficeSectionOutputModel officeSectionOutput)Change<OfficeSectionOutputToOfficeSectionInputModel>OfficeChanges. linkOfficeSectionOutputToOfficeSectionInput(OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput)Links theOfficeSectionOutputModelto theOfficeSectionInputModel.voidOfficeSectionModel. removeOfficeSectionOutput(OfficeSectionOutputModel officeSectionOutput)voidOfficeSectionOutputToOfficeSectionInputModel. 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.
-