Uses of Class
net.officefloor.model.section.SubSectionObjectModel
-
Packages that use SubSectionObjectModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionObjectModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type SubSectionObjectModel Modifier and Type Method Description Change<SubSectionObjectToExternalManagedObjectModel>
SectionChangesImpl. linkSubSectionObjectToExternalManagedObject(SubSectionObjectModel subSectionObject, ExternalManagedObjectModel externalManagedObject)
Change<SubSectionObjectToSectionManagedObjectModel>
SectionChangesImpl. linkSubSectionObjectToSectionManagedObject(SubSectionObjectModel subSectionObject, SectionManagedObjectModel managedObject)
-
Uses of SubSectionObjectModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SubSectionObjectModel Modifier and Type Method Description SubSectionObjectModel
SubSectionObjectToExternalManagedObjectModel. getSubSectionObject()
SubSectionObjectModel
SubSectionObjectToSectionManagedObjectModel. getSubSectionObject()
Methods in net.officefloor.model.section that return types with arguments of type SubSectionObjectModel Modifier and Type Method Description java.util.List<SubSectionObjectModel>
SubSectionModel. getSubSectionObjects()
RemoveConnectionsAction<SubSectionObjectModel>
SubSectionObjectModel. removeConnections()
Remove Connections.Constructors in net.officefloor.model.section with parameters of type SubSectionObjectModel Constructor Description SubSectionModel(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyModel[] property, SubSectionInputModel[] subSectionInput, SubSectionOutputModel[] subSectionOutput, SubSectionObjectModel[] subSectionObject)
Convenience constructor.SubSectionModel(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyModel[] property, SubSectionInputModel[] subSectionInput, SubSectionOutputModel[] subSectionOutput, SubSectionObjectModel[] subSectionObject, int x, int y)
Convenience constructor allowing XY initialising.SubSectionObjectToExternalManagedObjectModel(java.lang.String externalManagedObjectName, SubSectionObjectModel subSectionObject, ExternalManagedObjectModel externalManagedObject)
Convenience constructor.SubSectionObjectToExternalManagedObjectModel(java.lang.String externalManagedObjectName, SubSectionObjectModel subSectionObject, ExternalManagedObjectModel externalManagedObject, int x, int y)
Convenience constructor allowing XY initialising.SubSectionObjectToSectionManagedObjectModel(java.lang.String sectionManagedObjectName, SubSectionObjectModel subSectionObject, SectionManagedObjectModel sectionManagedObject)
Convenience constructor.SubSectionObjectToSectionManagedObjectModel(java.lang.String sectionManagedObjectName, SubSectionObjectModel subSectionObject, SectionManagedObjectModel sectionManagedObject, int x, int y)
Convenience constructor allowing XY initialising.
-