fr.orsay.lri.varna.models.rna
Class StructureTemp
java.lang.Object
fr.orsay.lri.varna.models.rna.StructureTemp
- All Implemented Interfaces:
- Serializable
public class StructureTemp
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
_struct
private ArrayList<ModeleStrand> _struct
StructureTemp
public StructureTemp()
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()