public interface InvisibleObjectInterface
extends org.opentrafficsim.base.Identifyable
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
InvisibleObjectInterface |
clone(OTSSimulatorInterface newSimulator,
Network newNetwork)
Duplicate the invisibleObject in a new simulator and network.
|
String |
getFullId() |
InvisibleObjectInterface clone(OTSSimulatorInterface newSimulator, Network newNetwork) throws NetworkException
newSimulator
- OTSSimulatorInterface; the new simulatornewNetwork
- Network; the new networkNetworkException
- when the new Network is not compatibleString getFullId()
Copyright © 2014–2017 Delft University of Technology. All rights reserved.