Marker interface to mark MATSim extension points. As a first approximation, they should eventually correspond to those mentioned in the "own extensions" chapter of the MATSim book. The marker thus serves as a reminder for the following things:
-
Everything marked by this marker interface should not be renamed.
-
Everything marked by this marker interface should, in its javadoc, point to example code how it can be put to use. In most cases, corresponding code should already exist in the tutorial section of the matsim repository. (Please write to us if such a pointer to example code does not exist.)
- Author
- nagel
Definition at line 34 of file MatsimExtensionPoint.java.