Uses of Class
membranModel.MembranModel

Packages that use MembranModel
gui   
membranModel   
msg   
xml   
 

Uses of MembranModel in gui
 

Methods in gui with parameters of type MembranModel
 void Membran.initTree(MembranModel membraneModel)
          Constructs a tree of a MembranModel.
 

Uses of MembranModel in membranModel
 

Subclasses of MembranModel in membranModel
 class MembranModelSingleton
          This class generates an instance of the membrane model.
 

Methods in membranModel that return MembranModel
static MembranModel MembranModelSingleton.getInstance()
          If an instance of membrane model does not exist an instance will be generated.
 

Methods in membranModel with parameters of type MembranModel
static void MembranModelSingleton.setInstance(MembranModel membran)
          This function replaces the existing membrane model with a new one.
 

Uses of MembranModel in msg
 

Methods in msg that return MembranModel
 MembranModel ProteinMatrix.getMembranModel()
           
 

Methods in msg with parameters of type MembranModel
 void ProteinMatrix.setMembranModel(MembranModel membranModel)
           
 

Uses of MembranModel in xml
 

Methods in xml with parameters of type MembranModel
 org.jdom.Document XMLWriter.createFile(java.lang.String filename, MembranModel membranModel)
          Parse the data of the MembranModel object and create an document.
 void XMLReader.readingXML(java.lang.String path, MembranModel membranModel)
          Reads the XML file using the SAXBuilder()
 void XMLWriter.writer_start(java.lang.String filename, MembranModel membranModel)
          Creates a new document using the createFile and writeFile functions.
 

Constructors in xml with parameters of type MembranModel
XMLWriter(java.lang.String path, MembranModel membranModel)
          New constructor.