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 void
LogtoolContext. cli(String inputFile, Analyzer analyzer)
default command-line processor.String
LogtoolCore. readStateLog(File inputFile, Analyzer... tools)
Reads state-log from given input file using the DomainObjectReader.String
LogtoolCore. readStateLog(InputStream inputStream, Analyzer... tools)
Reads state-log from given input stream using the DomainObjectReader.String
LogtoolCore. readStateLog(String source, Analyzer... tools)
Reads the given state-log source using the DomainObjectReader.String
LogtoolCore. 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 class
DomainBuilder
An analyzer that populates repos, including brokers, tariffs, orderbooks, timeslots, and customersclass
NoopAnalyzer
-
Uses of Analyzer in org.powertac.visualizer.logtool
Classes in org.powertac.visualizer.logtool that implement Analyzer Modifier and Type Class Description class
LogtoolExecutor
-