Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.math.symmetry
Class SymStatistic  view SymStatistic download SymStatistic.java

java.lang.Object
  extended byjoelib.math.symmetry.SymStatistic

public class SymStatistic
extends java.lang.Object

SymStatistic.


Field Summary
 long accepted
           
 long earlyRemovedCandidates
           
 long removedDuplicates
           
 long removedInitialMating
           
 long removedUnsuccOpt
           
 long removedWrongTransOrder
           
 long totalExaminedCandidates
           
 
Constructor Summary
SymStatistic()
          Constructor for the AtomIntInt object
 
Method Summary
 void clear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accepted

public long accepted

earlyRemovedCandidates

public long earlyRemovedCandidates

removedDuplicates

public long removedDuplicates

removedInitialMating

public long removedInitialMating

removedUnsuccOpt

public long removedUnsuccOpt

removedWrongTransOrder

public long removedWrongTransOrder

totalExaminedCandidates

public long totalExaminedCandidates
Constructor Detail

SymStatistic

public SymStatistic()
Constructor for the AtomIntInt object

Method Detail

clear

public void clear()