public class AlignStructMol extends Object implements Comparator<AlignStructMol>
AlignStructMol class.
Modifier and Type | Field and Description |
---|---|
boolean |
Aligned |
boolean |
ransacAlsoInLiers |
boolean |
ransacMaybeInLiers |
FeatureTableRow |
row1 |
FeatureTableRow |
row2 |
double |
RT |
double |
RT2 |
Constructor and Description |
---|
AlignStructMol(FeatureTableRow row1,
FeatureTableRow row2)
Constructor for AlignStructMol.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(AlignStructMol arg0,
AlignStructMol arg1)
compare.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public FeatureTableRow row1
public FeatureTableRow row2
public double RT
public double RT2
public boolean Aligned
public boolean ransacMaybeInLiers
public boolean ransacAlsoInLiers
public AlignStructMol(FeatureTableRow row1, FeatureTableRow row2)
Constructor for AlignStructMol.
row1
- a FeatureTableRow
object.row2
- a FeatureTableRow
object.public int compare(AlignStructMol arg0, AlignStructMol arg1)
compare.
compare
in interface Comparator<AlignStructMol>
arg0
- a AlignStructMol
object.arg1
- a AlignStructMol
object.Copyright © 2019. All rights reserved.