Package main
Class AnalysisAgainstSpectra
- java.lang.Object
-
- main.AnalysisAgainstSpectra
-
public class AnalysisAgainstSpectra extends Object
-
-
Constructor Summary
Constructors Constructor Description AnalysisAgainstSpectra()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcalculateGenuineStatistics(List<owl.ltl.tlsf.Tlsf> sourceSolutions, List<owl.ltl.tlsf.Tlsf> targetSolutions)static voidmain(String[] args)static List<owl.ltl.tlsf.Tlsf>removeSameGuarantees(List<owl.ltl.tlsf.Tlsf> sourceSols)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
calculateGenuineStatistics
public static void calculateGenuineStatistics(List<owl.ltl.tlsf.Tlsf> sourceSolutions, List<owl.ltl.tlsf.Tlsf> targetSolutions) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
removeSameGuarantees
public static List<owl.ltl.tlsf.Tlsf> removeSameGuarantees(List<owl.ltl.tlsf.Tlsf> sourceSols) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-