fr.orsay.lri.varna.models.rna
Class ModeleStrand
java.lang.Object
fr.orsay.lri.varna.models.rna.ModeleStrand
public class ModeleStrand
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_strand
private ArrayList<ModeleBase> _strand
hasBeenPlaced
private boolean hasBeenPlaced
strandLeft
private boolean strandLeft
strandRight
private boolean strandRight
levelPosition
private int levelPosition
ModeleStrand
public ModeleStrand()
addBase
public void addBase(ModeleBase mb)
addBase
public void addBase(int index,
ModeleBase mb)
sizeStrand
public int sizeStrand()
getMB
public ModeleBase getMB(int a)
getArrayListMB
public ArrayList<ModeleBase> getArrayListMB()
getLevelPosition
public int getLevelPosition()
setLevelPosition
public void setLevelPosition(int a)
getStrandRight
public boolean getStrandRight()
setStrandRight
public void setStrandRight(boolean bool)
getStrandLeft
public boolean getStrandLeft()
setStrandLeft
public void setStrandLeft(boolean bool)
hasBeenPlaced
public boolean hasBeenPlaced()
setHasBeenPlaced
public void setHasBeenPlaced(boolean bool)
existInStrand
public boolean existInStrand(int a)