Uses of Class
net.officefloor.model.section.SubSectionOutputModel
-
Packages that use SubSectionOutputModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionOutputModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return SubSectionOutputModel Modifier and Type Method Description SubSectionOutputModelSubSectionOutputItem. prototype()Methods in net.officefloor.gef.section with parameters of type SubSectionOutputModel Modifier and Type Method Description voidSubSectionOutputItem. loadToParent(SubSectionModel parentModel, SubSectionOutputModel itemModel)javafx.scene.layout.PaneSubSectionOutputItem. visual(SubSectionOutputModel model, AdaptedChildVisualFactoryContext<SubSectionOutputModel> context)Method parameters in net.officefloor.gef.section with type arguments of type SubSectionOutputModel Modifier and Type Method Description javafx.scene.layout.PaneSubSectionOutputItem. visual(SubSectionOutputModel model, AdaptedChildVisualFactoryContext<SubSectionOutputModel> context) -
Uses of SubSectionOutputModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type SubSectionOutputModel Modifier and Type Method Description Change<SubSectionOutputToExternalFlowModel>SectionChangesImpl. linkSubSectionOutputToExternalFlow(SubSectionOutputModel subSectionOutput, ExternalFlowModel externalFlow)Change<SubSectionOutputToFunctionModel>SectionChangesImpl. linkSubSectionOutputToFunction(SubSectionOutputModel subSectionOutput, FunctionModel function)Change<SubSectionOutputToSubSectionInputModel>SectionChangesImpl. linkSubSectionOutputToSubSectionInput(SubSectionOutputModel subSectionOutput, SubSectionInputModel subSectionInput) -
Uses of SubSectionOutputModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SubSectionOutputModel Modifier and Type Method Description SubSectionOutputModelSubSectionOutputToExternalFlowModel. getSubSectionOutput()SubSectionOutputModelSubSectionOutputToFunctionModel. getSubSectionOutput()SubSectionOutputModelSubSectionOutputToSubSectionInputModel. getSubSectionOutput()Methods in net.officefloor.model.section that return types with arguments of type SubSectionOutputModel Modifier and Type Method Description java.util.List<SubSectionOutputModel>SubSectionModel. getSubSectionOutputs()RemoveConnectionsAction<SubSectionOutputModel>SubSectionOutputModel. removeConnections()Remove Connections.Constructors in net.officefloor.model.section with parameters of type SubSectionOutputModel 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.SubSectionOutputToExternalFlowModel(java.lang.String externalFlowName, SubSectionOutputModel subSectionOutput, ExternalFlowModel externalFlow)Convenience constructor.SubSectionOutputToExternalFlowModel(java.lang.String externalFlowName, SubSectionOutputModel subSectionOutput, ExternalFlowModel externalFlow, int x, int y)Convenience constructor allowing XY initialising.SubSectionOutputToFunctionModel(java.lang.String functionName, SubSectionOutputModel subSectionOutput, FunctionModel function)Convenience constructor.SubSectionOutputToFunctionModel(java.lang.String functionName, SubSectionOutputModel subSectionOutput, FunctionModel function, int x, int y)Convenience constructor allowing XY initialising.SubSectionOutputToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SubSectionOutputModel subSectionOutput, SubSectionInputModel subSectionInput)Convenience constructor.SubSectionOutputToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SubSectionOutputModel subSectionOutput, SubSectionInputModel subSectionInput, int x, int y)Convenience constructor allowing XY initialising.
-