|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RegionInterface is used by regions. It requires that each region implementing this interface allows another object to add an actor to the region.
(c) copyright 2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
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 are proprietary information
of Delft University of Technology.
Method Summary | |
void |
addStatisticHandler(java.lang.Class contentClass,
nl.tudelft.simulation.content.HandlerInterface handler)
adds a statistic handler to a region |
boolean |
addSupplyChainActor(nl.tudelft.simulation.supplychain.actor.SupplyChainActor actor)
adds a supply chain actor to a region |
java.lang.String |
getName()
|
java.util.List |
getStatisticHandlers()
|
Method Detail |
public boolean addSupplyChainActor(nl.tudelft.simulation.supplychain.actor.SupplyChainActor actor)
actor
- the actor to add
public void addStatisticHandler(java.lang.Class contentClass, nl.tudelft.simulation.content.HandlerInterface handler)
contentClass
- the class of the content to get statistics forhandler
- the handler to process the content and compose statisticspublic java.lang.String getName()
public java.util.List getStatisticHandlers()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |