oryanfuchs / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Create PerfumeMain #362

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The overarching process of model inference and available features in Perfume 
vs. Synoptic is diverging slowly over time. To make the code simpler and 
cleaner, we should create a main class for Perfume specifically.

One strategy is to create AbstractMain, an abstract class that includes most of 
the methods currently present in SynopticMain that all projects use. 
SynopticMain and PerfumeMain will extend this and include any functionality 
specific to one or the other. Perfume will use PerfumeOptions for its flags so 
that Perfume isn't cluttered with flags that are Synoptic-only and vice versa.

Original issue reported on code.google.com by tonyohm...@gmail.com on 4 Feb 2014 at 1:59

GoogleCodeExporter commented 9 years ago
Issue 360 has been merged into this issue.

Original comment by tonyohm...@gmail.com on 6 Feb 2014 at 7:12

GoogleCodeExporter commented 9 years ago
Solution in revision 68670d9ef142.

Original comment by tonyohm...@gmail.com on 24 Feb 2014 at 12:50