Uses of Class
net.officefloor.model.section.PropertyModel
-
Packages that use PropertyModel Package Description net.officefloor.model.section -
-
Uses of PropertyModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return types with arguments of type PropertyModel Modifier and Type Method Description java.util.List<PropertyModel>
FunctionNamespaceModel. getProperties()
java.util.List<PropertyModel>
SectionManagedObjectPoolModel. getProperties()
java.util.List<PropertyModel>
SectionManagedObjectSourceModel. getProperties()
java.util.List<PropertyModel>
SubSectionModel. getProperties()
RemoveConnectionsAction<PropertyModel>
PropertyModel. removeConnections()
Remove Connections.Methods in net.officefloor.model.section with parameters of type PropertyModel Modifier and Type Method Description void
FunctionNamespaceModel. addProperty(PropertyModel property)
void
SectionManagedObjectPoolModel. addProperty(PropertyModel property)
void
SectionManagedObjectSourceModel. addProperty(PropertyModel property)
void
SubSectionModel. addProperty(PropertyModel property)
void
FunctionNamespaceModel. removeProperty(PropertyModel property)
void
SectionManagedObjectPoolModel. removeProperty(PropertyModel property)
void
SectionManagedObjectSourceModel. removeProperty(PropertyModel property)
void
SubSectionModel. removeProperty(PropertyModel property)
Constructors in net.officefloor.model.section with parameters of type PropertyModel Constructor Description FunctionNamespaceModel(java.lang.String functionNamespaceName, java.lang.String managedFunctionSourceClassName, ManagedFunctionModel[] managedFunction, PropertyModel[] property)
Convenience constructor.FunctionNamespaceModel(java.lang.String functionNamespaceName, java.lang.String managedFunctionSourceClassName, ManagedFunctionModel[] managedFunction, PropertyModel[] property, int x, int y)
Convenience constructor allowing XY initialising.SectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, java.lang.String managedObjectPoolSourceClassName, PropertyModel[] property, SectionManagedObjectSourceToSectionManagedObjectPoolModel[] sectionManagedObjectSource)
Convenience constructor.SectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, java.lang.String managedObjectPoolSourceClassName, PropertyModel[] property, SectionManagedObjectSourceToSectionManagedObjectPoolModel[] sectionManagedObjectSource, int x, int y)
Convenience constructor allowing XY initialising.SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool, PropertyModel[] property, SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject, SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow)
Convenience constructor.SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool, PropertyModel[] property, SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject, SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow, 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.
-