Uses of Interface
nl.tudelft.simulation.dsol.formalisms.ResourceRequestorInterface

Packages that use ResourceRequestorInterface
nl.tudelft.simulation.dsol.formalisms   
nl.tudelft.simulation.dsol.formalisms.flow Flow package. 
 

Uses of ResourceRequestorInterface in nl.tudelft.simulation.dsol.formalisms
 

Methods in nl.tudelft.simulation.dsol.formalisms that return ResourceRequestorInterface
 ResourceRequestorInterface Resource.Request.getRequestor()
          gets the requestor.
 

Methods in nl.tudelft.simulation.dsol.formalisms with parameters of type ResourceRequestorInterface
 void Resource.requestCapacity(double amount, ResourceRequestorInterface requestor)
          requests an amount of capacity from the resource \
 void Resource.requestCapacity(double amount, ResourceRequestorInterface requestor, int priority)
          requests an amount of capacity from the resource \
 

Constructors in nl.tudelft.simulation.dsol.formalisms with parameters of type ResourceRequestorInterface
Resource.Request(ResourceRequestorInterface requestor, double amount, int priority)
          constructs a new Request
 

Uses of ResourceRequestorInterface in nl.tudelft.simulation.dsol.formalisms.flow
 

Classes in nl.tudelft.simulation.dsol.formalisms.flow that implement ResourceRequestorInterface
 class Seize
          The Seize requests a resource and releases an entity whenever this resource is actually claimed.
 



Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.