Uses of Class
net.officefloor.woof.model.objects.WoofStartBeforeModel
-
Packages that use WoofStartBeforeModel Package Description net.officefloor.woof.model.objects -
-
Uses of WoofStartBeforeModel in net.officefloor.woof.model.objects
Methods in net.officefloor.woof.model.objects that return types with arguments of type WoofStartBeforeModel Modifier and Type Method Description java.util.List<WoofStartBeforeModel>
WoofManagedObjectModel. getStartBefores()
RemoveConnectionsAction<WoofStartBeforeModel>
WoofStartBeforeModel. removeConnections()
Remove Connections.Methods in net.officefloor.woof.model.objects with parameters of type WoofStartBeforeModel Modifier and Type Method Description void
WoofManagedObjectModel. addStartBefore(WoofStartBeforeModel startBefore)
void
WoofManagedObjectModel. removeStartBefore(WoofStartBeforeModel startBefore)
Constructors in net.officefloor.woof.model.objects with parameters of type WoofStartBeforeModel Constructor Description WoofManagedObjectModel(java.lang.String managedObjectSourceClassName, java.lang.String classManagedObjectSourceClass, long timeout, java.lang.String qualifier, java.lang.String type, java.lang.String scope, WoofPoolModel pool, PropertySourceModel[] propertySource, TypeQualificationModel[] typeQualification, WoofFlowModel[] flow, WoofDependencyModel[] dependency, WoofStartBeforeModel[] startBefore, WoofStartAfterModel[] startAfter)
Convenience constructor.WoofManagedObjectModel(java.lang.String managedObjectSourceClassName, java.lang.String classManagedObjectSourceClass, long timeout, java.lang.String qualifier, java.lang.String type, java.lang.String scope, WoofPoolModel pool, PropertySourceModel[] propertySource, TypeQualificationModel[] typeQualification, WoofFlowModel[] flow, WoofDependencyModel[] dependency, WoofStartBeforeModel[] startBefore, WoofStartAfterModel[] startAfter, int x, int y)
Convenience constructor allowing XY initialising.
-