public class AlignedPosition extends Object
Modifier and Type | Field and Description |
---|---|
static int |
EQUIVALENT
flag if this position is equivalent
|
static int |
NOT_ALIGNED
they can be shown in the same column (for a compact display)
, but they are not structurally equivalent
|
Constructor and Description |
---|
AlignedPosition() |
Modifier and Type | Method and Description |
---|---|
int |
getEquivalent() |
int |
getPos(int position) |
int |
getPos1() |
int |
getPos2() |
void |
setEquivalent(int equivalent) |
void |
setPos(int position,
int pos) |
void |
setPos1(int pos1) |
void |
setPos2(int pos2) |
String |
toString() |
public static final int EQUIVALENT
public static final int NOT_ALIGNED
public AlignedPosition()
public int getPos(int position)
public void setPos(int position, int pos)
public int getPos1()
public void setPos1(int pos1)
public int getPos2()
public void setPos2(int pos2)
public int getEquivalent()
public void setEquivalent(int equivalent)
Copyright © 2000–2019 BioJava. All rights reserved.