IDataCollectorPlugIn Last update: 16.07.2025 interface IDataCollectorPlugIn This is the interface that must be implemented by all Java data collector plug-ins for ModelCenter. Please note that due to an issue in Java 8, we do not explicitly override toString here, but you still need to implement it. Functions Name Summary construct abstract fun construct(mc: ModelCenter, atm: AddToModel, dc: DataCollector)called when the plug-in is launched from ModelCenter fromString abstract fun fromString(state: String)Called to restore the state of a Plug-In. show abstract fun show(): Booleancalled to display the plug-in