Uses of Class
net.officefloor.model.section.SubSectionInputModel
-
Packages that use SubSectionInputModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionInputModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return SubSectionInputModel Modifier and Type Method Description SubSectionInputModel
SubSectionInputItem. prototype()
Methods in net.officefloor.gef.section with parameters of type SubSectionInputModel Modifier and Type Method Description void
SubSectionInputItem. loadToParent(SubSectionModel parentModel, SubSectionInputModel itemModel)
javafx.scene.layout.Pane
SubSectionInputItem. visual(SubSectionInputModel model, AdaptedChildVisualFactoryContext<SubSectionInputModel> context)
Method parameters in net.officefloor.gef.section with type arguments of type SubSectionInputModel Modifier and Type Method Description javafx.scene.layout.Pane
SubSectionInputItem. visual(SubSectionInputModel model, AdaptedChildVisualFactoryContext<SubSectionInputModel> context)
-
Uses of SubSectionInputModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SubSectionInputModel Modifier and Type Method Description Change<SubSectionInputModel>
SectionChangesImpl. setSubSectionInputPublic(boolean isPublic, java.lang.String publicName, SubSectionInputModel input)
-
Uses of SubSectionInputModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SubSectionInputModel Modifier and Type Method Description SubSectionInputModel
FunctionToNextSubSectionInputModel. getNextSubSectionInput()
SubSectionInputModel
FunctionEscalationToSubSectionInputModel. getSubSectionInput()
SubSectionInputModel
FunctionFlowToSubSectionInputModel. getSubSectionInput()
SubSectionInputModel
SectionManagedObjectSourceFlowToSubSectionInputModel. getSubSectionInput()
SubSectionInputModel
SubSectionOutputToSubSectionInputModel. getSubSectionInput()
Methods in net.officefloor.model.section that return types with arguments of type SubSectionInputModel Modifier and Type Method Description java.util.List<SubSectionInputModel>
SubSectionModel. getSubSectionInputs()
RemoveConnectionsAction<SubSectionInputModel>
SubSectionInputModel. removeConnections()
Remove Connections.Change<SubSectionInputModel>
SectionChanges. setSubSectionInputPublic(boolean isPublic, java.lang.String publicName, SubSectionInputModel input)
Sets theSubSectionInputModel
public/private.Constructors in net.officefloor.model.section with parameters of type SubSectionInputModel Constructor Description FunctionEscalationToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionEscalationModel functionEscalation, SubSectionInputModel subSectionInput)
Convenience constructor.FunctionEscalationToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionEscalationModel functionEscalation, SubSectionInputModel subSectionInput, int x, int y)
Convenience constructor allowing XY initialising.FunctionFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState)
Convenience constructor.FunctionFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState, int x, int y)
Convenience constructor allowing XY initialising.FunctionToNextSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionModel previousFunction, SubSectionInputModel nextSubSectionInput)
Convenience constructor.FunctionToNextSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionModel previousFunction, SubSectionInputModel nextSubSectionInput, int x, int y)
Convenience constructor allowing XY initialising.SectionManagedObjectSourceFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, SubSectionInputModel subSectionInput)
Convenience constructor.SectionManagedObjectSourceFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, SubSectionInputModel subSectionInput, int x, int y)
Convenience constructor allowing XY initialising.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.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.
-