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

java.lang.Object
  extended by fr.orsay.lri.varna.models.rna.StructureTemp
All Implemented Interfaces:
Serializable

public class StructureTemp
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  ArrayList<ModeleStrand> _struct
           
private static long serialVersionUID
           
 
Constructor Summary
StructureTemp()
           
 
Method Summary
 void addStrand(ModeleStrand ms)
           
 void clearListStrands()
           
 ArrayList<ModeleStrand> getListStrands()
           
 ModeleStrand getStrand(int a)
           
 boolean isEmpty()
           
 int sizeStruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

_struct

private ArrayList<ModeleStrand> _struct
Constructor Detail

StructureTemp

public StructureTemp()
Method Detail

addStrand

public void addStrand(ModeleStrand ms)

sizeStruct

public int sizeStruct()

getStrand

public ModeleStrand getStrand(int a)

getListStrands

public ArrayList<ModeleStrand> getListStrands()

clearListStrands

public void clearListStrands()

isEmpty

public boolean isEmpty()