Uses of Class
O2Plib.db.LMset

Packages that use LMset
O2Plib.db   
O2Plib.db.CSD   
 

Uses of LMset in O2Plib.db
 

Subclasses of LMset in O2Plib.db
 class DbLM
          Class DbLM is the Landmark database for Open2Dprot.
 

Methods in O2Plib.db that return LMset
 LMset LMset.cloneLMset()
          cloneLMset() - clone a new instance of this LM set.
 LMset DbLM.getLmsSetEntryFromDBtable(java.lang.String rsampleName, java.lang.String sampleName)
          getLmsSetEntryFromDBtable() - lookup and get landmark set in the database table in memory.
 LMset DbLM.getLmsSetEntryFromDBtable(java.lang.String rsampleName, java.lang.String sampleName, boolean forceSetBothFlag)
          getLmsSetEntryFromDBtable() - lookup and get landmark set in the database table in memory.
 

Methods in O2Plib.db with parameters of type LMset
 boolean LMset.copyLMset(LMset srcC)
          copyLMset() - copy specified LMset into this LM set.
 boolean LMset.copyRsampleLMset(LMset srcC)
          copyRsampleLMset() - copy only Rsample (x,y) data in specified LMset into this LM set.
 boolean LMset.copySampleLMset(LMset srcC)
          copySampleLMset() - copy only Sample (x,y) data in specified LMset into this LM set.
 boolean DbLM.saveLMsetInDBtable(LMset c)
          saveLMsetInDBtable() - save the LM set in the in-core landmark database table.
 boolean DbLM.saveLMsetInDBtable(LMset c, java.lang.String rsampleName, java.lang.String sampleName)
          saveLMsetInDBtable() - save the LM set in the in-core landmark database table.
 

Uses of LMset in O2Plib.db.CSD
 

Fields in O2Plib.db.CSD declared as LMset
 LMset[] CSDlms.lmSetsList
          list of LMsets [0:nLMsetsList-1]
 

Methods in O2Plib.db.CSD that return LMset
 LMset[] CSDlms.getListOfLMSlists()
          getListOfLMSlists() - get the list of LMset objects
 

Methods in O2Plib.db.CSD with parameters of type LMset
 boolean CSDlms.addLMS(LMset lms)
          addLMS() - add LMset to list of LMsets.
 boolean CSDlms.addLMS(LMset lms, java.lang.String sName)
          addLMS() - add LMset to list of LMsets.
 int CSDlms.lookupIdxByLMS(LMset lms)
          lookupIdxByLMS() - lookup index of LMset name in list of LMsets.