Package jsl.modeling.elements.entity
Interface SeizeIfc
- 
- All Known Implementing Classes:
- MobileResource,- Resource,- ResourceSet,- SpatialResource
 
 public interface SeizeIfc
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidseize(Request request)Seizes the resource using the request.
 
- 
- 
- 
Method Detail- 
seizevoid 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-
 
 
- 
 
-