Uses of Class
net.officefloor.woof.model.objects.WoofStartAfterModel
-
Packages that use WoofStartAfterModel Package Description net.officefloor.woof.model.objects -
-
Uses of WoofStartAfterModel in net.officefloor.woof.model.objects
Methods in net.officefloor.woof.model.objects that return types with arguments of type WoofStartAfterModel Modifier and Type Method Description java.util.List<WoofStartAfterModel>
WoofManagedObjectModel. getStartAfters()
RemoveConnectionsAction<WoofStartAfterModel>
WoofStartAfterModel. removeConnections()
Remove Connections.Methods in net.officefloor.woof.model.objects with parameters of type WoofStartAfterModel Modifier and Type Method Description void
WoofManagedObjectModel. addStartAfter(WoofStartAfterModel startAfter)
void
WoofManagedObjectModel. removeStartAfter(WoofStartAfterModel startAfter)
Constructors in net.officefloor.woof.model.objects with parameters of type WoofStartAfterModel 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.
-