Class CausePrinter
- java.lang.Object
-
- org.opentrafficsim.trafficcontrol.trafcod.CausePrinter
-
class CausePrinter extends Object
Class that can print a text version describing why a variable changed. Any work that has to be done (such as a call toTrafCOD.printRule
) is deferred until thetoString
method is called.
-
-
Constructor Summary
Constructors Constructor Description CausePrinter(Object cause)
Construct a new CausePrinter object.
-