Package | Description |
---|---|
desmoj.extensions.applicationDomains.production |
Example model components for production system simulation.
|
Modifier and Type | Method and Description |
---|---|
TransportJunction |
SimpleTransporter.getHomeBase()
Returns the home base
TransportJunction this
SimpleTransporter is associated to. |
TransportJunction |
TransportTerminal.getTransportJunction()
Returns the underlying
TransportJunction . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTransporter.setHomeBase(TransportJunction newHomeBase)
Sets a new
TransportJunction as the home base this
SimpleTransporter is associated to. |
Constructor and Description |
---|
SimpleTransporter(Model owner,
java.lang.String name,
int minLoad,
int capac,
Transportation transport,
TransportJunction homeBase,
NumericalDist<?> returnTime,
boolean showInTrace)
Constructs a SimpleTransporter which will carry around goods in a
manufacturing system, from and to a certain
TransportJunction . |
SimpleTransporter(Model owner,
java.lang.String name,
int capac,
Transportation transport,
TransportJunction homeBase,
NumericalDist<?> returnTime,
boolean showInTrace)
Constructs a SimpleTransporter which will carry around goods in a
manufacturing system, from and to a certain
TransportJunction . |