Package org.catais.veriso.postprocessing

Examples of org.catais.veriso.postprocessing.PostProcessing


                IliReader iliReader = new IliReader(params);
                iliReader.startTransaction();
                iliReader.read();
                iliReader.commitTransaction();

                PostProcessing postProcessing = new PostProcessing(params);
                postProcessing.run();

                Vacuum vacuum = new Vacuum(params);
                vacuum.run();

                Reindex reindex = new Reindex(params);
View Full Code Here

TOP

Related Classes of org.catais.veriso.postprocessing.PostProcessing

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.