Uses of Interface
org.powertac.logtool.ifc.Analyzer
-
Packages that use Analyzer Package Description org.powertac.logtool org.powertac.logtool.common org.powertac.visualizer.logtool -
-
Uses of Analyzer in org.powertac.logtool
Methods in org.powertac.logtool with parameters of type Analyzer Modifier and Type Method Description protected voidLogtoolContext. cli(String inputFile, Analyzer analyzer)default command-line processor.StringLogtoolCore. readStateLog(File inputFile, Analyzer... tools)Reads state-log from given input file using the DomainObjectReader.StringLogtoolCore. readStateLog(InputStream inputStream, Analyzer... tools)Reads state-log from given input stream using the DomainObjectReader.StringLogtoolCore. readStateLog(String source, Analyzer... tools)Reads the given state-log source using the DomainObjectReader.StringLogtoolCore. readStateLog(URL inputURL, Analyzer... tools)Reads state-log from given input url using the DomainObjectReader. -
Uses of Analyzer in org.powertac.logtool.common
Classes in org.powertac.logtool.common that implement Analyzer Modifier and Type Class Description classDomainBuilderAn analyzer that populates repos, including brokers, tariffs, orderbooks, timeslots, and customersclassNoopAnalyzer -
Uses of Analyzer in org.powertac.visualizer.logtool
Classes in org.powertac.visualizer.logtool that implement Analyzer Modifier and Type Class Description classLogtoolExecutor
-