Package jsl.modeling.elements.entity
Interface SeizeIfc
-
- All Known Implementing Classes:
MobileResource
,Resource
,ResourceSet
,SpatialResource
public interface SeizeIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
seize(Request request)
Seizes the resource using the request.
-
-
-
Method Detail
-
seize
void seize(Request request)
Seizes the resource using the request. Conditions: 1) request must not be null 2) request.getEntity() must not be null 3) The request must not have been seized with another resource 4) The request must have a ResourceAllocationListener attached.- Parameters:
request
-
-
-