nl.tudelft.simulation.supplychain.roles
Class StockKeepingRole

java.lang.Object
  extended bynl.tudelft.simulation.event.EventProducer
      extended bynl.tudelft.simulation.supplychain.roles.Role
          extended bynl.tudelft.simulation.supplychain.roles.StockKeepingRole
All Implemented Interfaces:
nl.tudelft.simulation.event.EventProducerInterface, nl.tudelft.simulation.content.HandlerInterface, java.io.Serializable

public class StockKeepingRole
extends Role


Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Version:
$$Revision: 1.3 $$ $$Date: 2005/04/08 12:00:56 $$
Author:
Alexander Verbraeck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class nl.tudelft.simulation.supplychain.roles.Role
contentHandlers, owner, simulator, stream
 
Fields inherited from class nl.tudelft.simulation.event.EventProducer
listeners
 
Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface
FIRST_POSITION, LAST_POSITION
 
Constructor Summary
StockKeepingRole(SupplyChainActor owner, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
           
 
Methods inherited from class nl.tudelft.simulation.supplychain.roles.Role
addContentHandler, getOwner, handleContent, removeContentHandler, resolveContentHandlers
 
Methods inherited from class nl.tudelft.simulation.event.EventProducer
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StockKeepingRole

public StockKeepingRole(SupplyChainActor owner,
                        nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
Parameters:
owner - the actor of this role
simulator - the simulator to schedule on


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