Skip to content
Brian Tsau edited this page Jun 11, 2019 · 1 revision

Config (package edu.columbia.cs.psl.ioclones.config)

IOCloneConfig

A config reader/writer that checks to see if an existing config exists; if not, one is created. Currently, only holds information regarding:

  • boolean debug - whether or not current run is a debug run.
  • int callLimit - call limit of a method.
  • int floatScale - seems to be a weight in computation somewhere (perhaps similarity), but is unused.

Documentation belonging to the development of HitoshiIO can be found here. However, some files are still poorly documented, and some are not used at all in the current version of the system and exist for further development/research.

Below is the organization of HitoshiIO's source code:

  1. Root
  2. Analysis
  3. Config
  4. Driver
  5. Instrument
  6. Pojo
  7. Premain
  8. Similarity
  9. Utilities
  10. Xml Converter
Clone this wiki locally