fr.orsay.lri.varna.models.rna
Class ModeleStrand

java.lang.Object
  extended by fr.orsay.lri.varna.models.rna.ModeleStrand

public class ModeleStrand
extends Object


Field Summary
private  ArrayList<ModeleBase> _strand
           
private  boolean hasBeenPlaced
           
private  int levelPosition
           
private  boolean strandLeft
           
private  boolean strandRight
           
 
Constructor Summary
ModeleStrand()
           
 
Method Summary
 void addBase(int index, ModeleBase mb)
           
 void addBase(ModeleBase mb)
           
 boolean existInStrand(int a)
           
 ArrayList<ModeleBase> getArrayListMB()
           
 int getLevelPosition()
           
 ModeleBase getMB(int a)
           
 boolean getStrandLeft()
           
 boolean getStrandRight()
           
 boolean hasBeenPlaced()
           
 void setHasBeenPlaced(boolean bool)
           
 void setLevelPosition(int a)
           
 void setStrandLeft(boolean bool)
           
 void setStrandRight(boolean bool)
           
 int sizeStrand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_strand

private ArrayList<ModeleBase> _strand

hasBeenPlaced

private boolean hasBeenPlaced

strandLeft

private boolean strandLeft

strandRight

private boolean strandRight

levelPosition

private int levelPosition
Constructor Detail

ModeleStrand

public ModeleStrand()
Method Detail

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)