nmrshiftdb-devel Mailing List for NMRShiftDB (Page 231)
Brought to you by:
steinbeck
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
(170) |
Mar
(120) |
Apr
(191) |
May
(231) |
Jun
(147) |
Jul
(202) |
Aug
(132) |
Sep
(91) |
Oct
(43) |
Nov
(87) |
Dec
(75) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(111) |
Feb
(194) |
Mar
(102) |
Apr
(107) |
May
(88) |
Jun
(121) |
Jul
(166) |
Aug
(75) |
Sep
(89) |
Oct
(116) |
Nov
(117) |
Dec
(52) |
| 2004 |
Jan
(138) |
Feb
(150) |
Mar
(144) |
Apr
(144) |
May
(54) |
Jun
(116) |
Jul
(73) |
Aug
(29) |
Sep
(135) |
Oct
(96) |
Nov
(72) |
Dec
(28) |
| 2005 |
Jan
(32) |
Feb
(9) |
Mar
(69) |
Apr
(108) |
May
(130) |
Jun
(195) |
Jul
(104) |
Aug
(116) |
Sep
(106) |
Oct
(58) |
Nov
(74) |
Dec
(64) |
| 2006 |
Jan
(110) |
Feb
(63) |
Mar
(45) |
Apr
(11) |
May
(122) |
Jun
(106) |
Jul
(26) |
Aug
(48) |
Sep
(67) |
Oct
(105) |
Nov
(81) |
Dec
(6) |
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(11) |
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Stefan K. <sk...@us...> - 2002-02-27 13:09:55
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/util/db/map
In directory usw-pr-cvs1:/tmp/cvs-serv1612
Added Files:
TurbineMapBuilderAdapter.java
Log Message:
added TurbineMapBuilderAdapter.java
--- NEW FILE: TurbineMapBuilderAdapter.java ---
package org.openscience.nmrshiftdb.util.db.map;
import java.util.Date;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.TableMap;
import org.apache.turbine.util.db.map.TurbineMapBuilder;
public class TurbineMapBuilderAdapter extends TurbineMapBuilder
{
public String getTitle()
{
return "TITLE";
}
public String getUser_Title()
{
return getTableUser() + '.' +getTitle();
}
public void doBuild() throws java.lang.Exception
{
super.doBuild();
// Make some objects
String string = new String("");
Integer integer = new Integer(0);
java.util.Date date = new Date();
// Add extra User columns.
TableMap tMap = TurbineDB.getDatabaseMap().getTable(getTableUser());
tMap.addColumn(getTitle(), string);
tMap.addColumn(getAddress(), string);
tMap.addColumn(getCity(), string);
tMap.addColumn(getState(), string);
tMap.addColumn(getZipCode(), string);
tMap.addColumn(getCountry(), string);
tMap.addColumn(getWebPage(), string);
tMap.addColumn(getAffiliation(), string);
}
public String getAddress()
{
return "ADDRESS";
}
public String getUser_Address()
{
return getTableUser() + '.' +getAddress();
}
public String getCity()
{
return "CITY";
}
public String getUser_City()
{
return getTableUser() + '.' +getCity();
}
public String getState()
{
return "STATE";
}
public String getUser_State()
{
return getTableUser() + '.' +getState();
}
public String getZipCode()
{
return "ZIP_CODE";
}
public String getUser_ZipCode()
{
return getTableUser() + '.' +getZipCode();
}
public String getCountry()
{
return "COUNTRY";
}
public String getUser_Country()
{
return getTableUser() + '.' +getCountry();
}
public String getWebPage()
{
return "WEB_PAGE";
}
public String getUser_WebPage()
{
return getTableUser() + '.' +getWebPage();
}
public String getAffiliation()
{
return "AFFILIATION";
}
public String getUser_Affiliation()
{
return getTableUser() + '.' +getAffiliation();
}
}
|
|
From: Stefan K. <sh...@us...> - 2002-02-27 13:08:54
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/portlets In directory usw-pr-cvs1:/tmp/cvs-serv1426/src/java/org/openscience/nmrshiftdb/portlets Modified Files: SubmitPortlet.java Log Message: New version Index: SubmitPortlet.java =================================================================== RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/portlets/SubmitPortlet.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** SubmitPortlet.java 26 Feb 2002 17:01:23 -0000 1.4 --- SubmitPortlet.java 27 Feb 2002 13:08:51 -0000 1.5 *************** *** 11,15 **** import javax.servlet.http.*; ! import org.openscience.nmrshiftdb.utils.*; import java.io.*; --- 11,17 ---- import javax.servlet.http.*; ! import org.openscience.nmrshiftdb.util.*; ! import org.openscience.cdk.*; ! import org.openscience.cdk.io.*; import java.io.*; *************** *** 26,30 **** * *@param runData Created by turbine ! *@return The content value */ public ConcreteElement getContent(RunData runData) { --- 28,32 ---- * *@param runData Created by turbine ! *@return The content to be displayed as the portlet */ public ConcreteElement getContent(RunData runData) { *************** *** 33,41 **** HttpSession session= req.getSession(); SubmittingData subData = (SubmittingData)session.getAttribute("subData"); ! String messages=""; if(subData==null){ subData=new SubmittingData(); session.setAttribute("subData",subData); } if(action!=null&&action.equals("submitSpectrumForAssignment")){ String spectrum=req.getParameter("spectrum")+'\n'; --- 35,46 ---- HttpSession session= req.getSession(); SubmittingData subData = (SubmittingData)session.getAttribute("subData"); ! String messages="";//Here all sort of error messages areappended ! String returnValue=""; ! //Create new SubmittingData object in case there is none in the session, i. e. no submission currently going on if(subData==null){ subData=new SubmittingData(); session.setAttribute("subData",subData); } + //User submittet new values for the spectrum if(action!=null&&action.equals("submitSpectrumForAssignment")){ String spectrum=req.getParameter("spectrum")+'\n'; *************** *** 45,48 **** --- 50,54 ---- ArrayList numberSpectrum=new ArrayList(); boolean addingShift=true; + //The string is parsed for(int i=0;i<charSpectrum.length;i++){ if(charSpectrum[i]==';'){ *************** *** 75,96 **** } } for(int i=0;i<numberSpectrum.size();i++){ subData.addToSignalstable(numberSpectrum.get(i)); } } if(action!=null&&action.equals("submitAssignments")){ for(int i=0;i<subData.getSignalstable().size();i++){ ((IntTriple)subData.getSignalstable().get(i)).value3=new Integer(req.getParameter("atomSelect"+i).trim()).intValue(); } } if(action!=null&&action.equals("submitMolecule")){ subData.setMolecule(req.getParameter("MolTxt")); } ! int tableSize; if(subData.getSignalstable().size()<10) tableSize=10; else tableSize=subData.getSignalstable().size()+2; ! String returnValue="<html><body>"; returnValue+="<p><bold>"+messages+"</bold></p>"; returnValue+="<table border=\"3\"><tr><th>Draw your structure</th><th colspan=\"3\">Here the assignment which will be uploaded</th><th>Enter your spectral data here</th></tr><tr><td rowspan=\""; --- 81,132 ---- } } + //Values added to the signals table for(int i=0;i<numberSpectrum.size();i++){ subData.addToSignalstable(numberSpectrum.get(i)); } + returnValue=submitPage(messages, subData); } + //User submitted new assignments if(action!=null&&action.equals("submitAssignments")){ for(int i=0;i<subData.getSignalstable().size();i++){ ((IntTriple)subData.getSignalstable().get(i)).value3=new Integer(req.getParameter("atomSelect"+i).trim()).intValue(); } + returnValue=submitPage(messages, subData); } + //User submitted a molecule in marvin if(action!=null&&action.equals("submitMolecule")){ subData.setMolecule(req.getParameter("MolTxt")); + returnValue=submitPage(messages, subData); } ! if(action!=null&&action.equals("submitSpectrumForDB")){ ! MDLReader mdlreader=new MDLReader(new StringReader(subData.getMolecule())); ! try{ ! Molecule mol=(Molecule)mdlreader.read(new Molecule()); ! } ! catch(Exception ex){ ! System.out.println(ex.getMessage()); ! } ! ! returnValue="Your spectrum has been submitted and will be reviewed shortly! Thanks for your contribution!"; ! } ! if(action==null)returnValue=submitPage(messages,subData); ! return(new StringElement(returnValue)); ! } ! ! /** ! * Puts together the submit page ! * ! *@param messages Collected messages for the user ! *@param subData submittingData object from session ! *@return The content to be displayed as the portlet ! */ ! private String submitPage(String messages, SubmittingData subData){ ! String returnValue=""; ! int tableSize;//the number of rows the table for the assignments will have (10 is minimum) if(subData.getSignalstable().size()<10) tableSize=10; else tableSize=subData.getSignalstable().size()+2; ! //The return string is put together (better would be a jsp, butthat's not working returnValue+="<p><bold>"+messages+"</bold></p>"; returnValue+="<table border=\"3\"><tr><th>Draw your structure</th><th colspan=\"3\">Here the assignment which will be uploaded</th><th>Enter your spectral data here</th></tr><tr><td rowspan=\""; *************** *** 120,123 **** --- 156,160 ---- returnValue+="mview_name = \"MView\";\n"; returnValue+="mview_begin(\"/jetspeed/nmrshiftdb\", 300, 300);\n"; + //The mol is put into the MView applet via a file (Problem: If two people write at the same time, the files are messed up) File outputFile = new File("/usr/local/jakarta-tomcat-3.3a/webapps/jetspeed/nmrshiftdb/temp.mol"); try{ *************** *** 154,159 **** } returnValue+="<tr><td colspan=\"3\"><input type=\"submit\" value=\"Submit assignments\"></td></tr></form>"; ! returnValue+="</table><br><center><form action=\"/jetspeed/portal/\" method=\"post\"><input type=\"hidden\" name=\"nmrshiftdbaction\" value=\"submitSpectrumForDB\"><input type=\"submit\" value=\"Write to Database\"></form></center></body></html>"; ! return (new StringElement(returnValue)); } } --- 191,196 ---- } returnValue+="<tr><td colspan=\"3\"><input type=\"submit\" value=\"Submit assignments\"></td></tr></form>"; ! returnValue+="</table><br><form action=\"/jetspeed/portal/\" method=\"post\"><input type=\"hidden\" name=\"nmrshiftdbaction\" value=\"submitSpectrumForDB\"><center>Chemical name:<input type=\"text\" name=\"chemName\"></center><br><center>Measurement conditions - temperature (in <sup>0</sup>K):<input type=\"text\" name=\"temperature\"> -Field strength:<input type=\"text\" name=\"fieldStrength\"> -Solvent:<input type=\"text\" name=\"solvent\"></center><br><center><input type=\"submit\" value=\"Write to Database\"></center></form>"; ! return (returnValue); } } |
|
From: Stefan K. <sk...@us...> - 2002-02-27 13:08:28
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/util/db/map In directory usw-pr-cvs1:/tmp/cvs-serv1347/map Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/util/db/map added to the repository |
|
From: Stefan K. <sk...@us...> - 2002-02-27 13:08:01
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/util/db In directory usw-pr-cvs1:/tmp/cvs-serv1200/db Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/util/db added to the repository |
|
From: Stefan K. <sk...@us...> - 2002-02-27 13:07:35
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/util In directory usw-pr-cvs1:/tmp/cvs-serv1038/util Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/util added to the repository |
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/om/map
In directory usw-pr-cvs1:/tmp/cvs-serv26399
Added Files:
AtomsMapBuilder.java BondsAtomsMapBuilder.java
BondsMapBuilder.java CanonicalNameMapBuilder.java
ChemicalNameMapBuilder.java
MeasurementConditionsMapBuilder.java MoleculeMapBuilder.java
MoleculeNmrshiftdbUserMapBuilder.java
SignalAtomsMapBuilder.java SignalMapBuilder.java
SpectrumMapBuilder.java SpectrumTypeMapBuilder.java
Log Message:
added om map files
--- NEW FILE: AtomsMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class AtomsMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.AtomsMapBuilder";
/** item */
public static String getTable( )
{
return "ATOMS";
}
/** ATOMS.ATOMS_ID */
public static String getAtoms_AtomsId()
{
return getTable() + ".ATOMS_ID";
}
/** ATOMS.SYMBOL */
public static String getAtoms_Symbol()
{
return getTable() + ".SYMBOL";
}
/** ATOMS.SERIALIZED_ATOMS */
public static String getAtoms_SerializedAtoms()
{
return getTable() + ".SERIALIZED_ATOMS";
}
/** ATOMS.MOLECULE_ID */
public static String getAtoms_MoleculeId()
{
return getTable() + ".MOLECULE_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getAtoms_AtomsId(), new Integer(0) );
tMap.addColumn ( getAtoms_Symbol(), new String() );
tMap.addColumn ( getAtoms_SerializedAtoms(), new String() );
tMap.addForeignKey ( getAtoms_MoleculeId(), new Integer(0) , "MOLECULE" , "MOLECULE_ID" );
}
}
--- NEW FILE: BondsAtomsMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class BondsAtomsMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.BondsAtomsMapBuilder";
/** item */
public static String getTable( )
{
return "BONDS_ATOMS";
}
/** BONDS_ATOMS.BONDS_ID */
public static String getBondsAtoms_BondsId()
{
return getTable() + ".BONDS_ID";
}
/** BONDS_ATOMS.ATOMS_ID */
public static String getBondsAtoms_AtomsId()
{
return getTable() + ".ATOMS_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addForeignKey ( getBondsAtoms_BondsId(), new Integer(0) , "BONDS" , "BONDS_ID" );
tMap.addForeignKey ( getBondsAtoms_AtomsId(), new Integer(0) , "ATOMS" , "ATOMS_ID" );
}
}
--- NEW FILE: BondsMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class BondsMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.BondsMapBuilder";
/** item */
public static String getTable( )
{
return "BONDS";
}
/** BONDS.BONDS_ID */
public static String getBonds_BondsId()
{
return getTable() + ".BONDS_ID";
}
/** BONDS.DEGREE */
public static String getBonds_Degree()
{
return getTable() + ".DEGREE";
}
/** BONDS.SERIALIZED_BONDS */
public static String getBonds_SerializedBonds()
{
return getTable() + ".SERIALIZED_BONDS";
}
/** BONDS.MOLECULE_ID */
public static String getBonds_MoleculeId()
{
return getTable() + ".MOLECULE_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getBonds_BondsId(), new Integer(0) );
tMap.addColumn ( getBonds_Degree(), new Integer(0) );
tMap.addColumn ( getBonds_SerializedBonds(), new String() );
tMap.addForeignKey ( getBonds_MoleculeId(), new Integer(0) , "MOLECULE" , "MOLECULE_ID" );
}
}
--- NEW FILE: CanonicalNameMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class CanonicalNameMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.CanonicalNameMapBuilder";
/** item */
public static String getTable( )
{
return "CANONICAL_NAME";
}
/** CANONICAL_NAME.CANONICAL_NAME_ID */
public static String getCanonicalName_CanonicalNameId()
{
return getTable() + ".CANONICAL_NAME_ID";
}
/** CANONICAL_NAME.NAME */
public static String getCanonicalName_Name()
{
return getTable() + ".NAME";
}
/** CANONICAL_NAME.TYPE */
public static String getCanonicalName_Type()
{
return getTable() + ".TYPE";
}
/** CANONICAL_NAME.MOLECULE_ID */
public static String getCanonicalName_MoleculeId()
{
return getTable() + ".MOLECULE_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getCanonicalName_CanonicalNameId(), new Integer(0) );
tMap.addColumn ( getCanonicalName_Name(), new String() );
tMap.addColumn ( getCanonicalName_Type(), new String() );
tMap.addForeignKey ( getCanonicalName_MoleculeId(), new Integer(0) , "MOLECULE" , "MOLECULE_ID" );
}
}
--- NEW FILE: ChemicalNameMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class ChemicalNameMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.ChemicalNameMapBuilder";
/** item */
public static String getTable( )
{
return "CHEMICAL_NAME";
}
/** CHEMICAL_NAME.CHEMICAL_NAME_ID */
public static String getChemicalName_ChemicalNameId()
{
return getTable() + ".CHEMICAL_NAME_ID";
}
/** CHEMICAL_NAME.NAME */
public static String getChemicalName_Name()
{
return getTable() + ".NAME";
}
/** CHEMICAL_NAME.MOLECULE_ID */
public static String getChemicalName_MoleculeId()
{
return getTable() + ".MOLECULE_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getChemicalName_ChemicalNameId(), new Integer(0) );
tMap.addColumn ( getChemicalName_Name(), new String() );
tMap.addForeignKey ( getChemicalName_MoleculeId(), new Integer(0) , "MOLECULE" , "MOLECULE_ID" );
}
}
--- NEW FILE: MeasurementConditionsMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class MeasurementConditionsMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.MeasurementConditionsMapBuilder";
/** item */
public static String getTable( )
{
return "MEASUREMENT_CONDITIONS";
}
/** MEASUREMENT_CONDITIONS.MEASUREMENT_CONDITIONS_ID */
public static String getMeasurementConditions_MeasurementConditionsId()
{
return getTable() + ".MEASUREMENT_CONDITIONS_ID";
}
/** MEASUREMENT_CONDITIONS.TEMPERATURE */
public static String getMeasurementConditions_Temperature()
{
return getTable() + ".TEMPERATURE";
}
/** MEASUREMENT_CONDITIONS.FIELD_STRENGTH */
public static String getMeasurementConditions_FieldStrength()
{
return getTable() + ".FIELD_STRENGTH";
}
/** MEASUREMENT_CONDITIONS.SOLVENT */
public static String getMeasurementConditions_Solvent()
{
return getTable() + ".SOLVENT";
}
/** MEASUREMENT_CONDITIONS.USER_ID */
public static String getMeasurementConditions_UserId()
{
return getTable() + ".USER_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getMeasurementConditions_MeasurementConditionsId(), new Integer(0) );
tMap.addColumn ( getMeasurementConditions_Temperature(), new Double(0) );
tMap.addColumn ( getMeasurementConditions_FieldStrength(), new Integer(0) );
tMap.addColumn ( getMeasurementConditions_Solvent(), new String() );
tMap.addForeignKey ( getMeasurementConditions_UserId(), new Integer(0) , "NMRSHIFTDB_USER" , "USER_ID" );
}
}
--- NEW FILE: MoleculeMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class MoleculeMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.MoleculeMapBuilder";
/** item */
public static String getTable( )
{
return "MOLECULE";
}
/** MOLECULE.MOLECULE_ID */
public static String getMolecule_MoleculeId()
{
return getTable() + ".MOLECULE_ID";
}
/** MOLECULE.DATE */
public static String getMolecule_Date()
{
return getTable() + ".DATE";
}
/** MOLECULE.STRUCTURE_FILE */
public static String getMolecule_StructureFile()
{
return getTable() + ".STRUCTURE_FILE";
}
/** MOLECULE.MOLECULAR_FORMULA */
public static String getMolecule_MolecularFormula()
{
return getTable() + ".MOLECULAR_FORMULA";
}
/** MOLECULE.SERIALIZED_MOLECULE */
public static String getMolecule_SerializedMolecule()
{
return getTable() + ".SERIALIZED_MOLECULE";
}
/** MOLECULE.CAS_NUMBER */
public static String getMolecule_CasNumber()
{
return getTable() + ".CAS_NUMBER";
}
/** MOLECULE.NMRSHIFTDB_NUMBER */
public static String getMolecule_NmrshiftdbNumber()
{
return getTable() + ".NMRSHIFTDB_NUMBER";
}
/** MOLECULE.MOLECULAR_WEIGHT */
public static String getMolecule_MolecularWeight()
{
return getTable() + ".MOLECULAR_WEIGHT";
}
/** MOLECULE.USER_ID */
public static String getMolecule_UserId()
{
return getTable() + ".USER_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getMolecule_MoleculeId(), new Integer(0) );
tMap.addColumn ( getMolecule_Date(), new Date() );
tMap.addColumn ( getMolecule_StructureFile(), new Object() );
tMap.addColumn ( getMolecule_MolecularFormula(), new String() );
tMap.addColumn ( getMolecule_SerializedMolecule(), new String() );
tMap.addColumn ( getMolecule_CasNumber(), new String() );
tMap.addColumn ( getMolecule_NmrshiftdbNumber(), new String() );
tMap.addColumn ( getMolecule_MolecularWeight(), new Double(0) );
tMap.addForeignKey ( getMolecule_UserId(), new Integer(0) , "NMRSHIFTDB_USER" , "USER_ID" );
}
}
--- NEW FILE: MoleculeNmrshiftdbUserMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class MoleculeNmrshiftdbUserMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.MoleculeNmrshiftdbUserMapBuilder";
/** item */
public static String getTable( )
{
return "MOLECULE_NMRSHIFTDB_USER";
}
/** MOLECULE_NMRSHIFTDB_USER.MOLECULE_ID */
public static String getMoleculeNmrshiftdbUser_MoleculeId()
{
return getTable() + ".MOLECULE_ID";
}
/** MOLECULE_NMRSHIFTDB_USER.USER_ID */
public static String getMoleculeNmrshiftdbUser_UserId()
{
return getTable() + ".USER_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addForeignKey ( getMoleculeNmrshiftdbUser_MoleculeId(), new Integer(0) , "MOLECULE" , "MOLECULE_ID" );
tMap.addForeignKey ( getMoleculeNmrshiftdbUser_UserId(), new Integer(0) , "NMRSHIFTDB_USER" , "USER_ID" );
}
}
--- NEW FILE: SignalAtomsMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class SignalAtomsMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.SignalAtomsMapBuilder";
/** item */
public static String getTable( )
{
return "SIGNAL_ATOMS";
}
/** SIGNAL_ATOMS.SIGNAL_ID */
public static String getSignalAtoms_SignalId()
{
return getTable() + ".SIGNAL_ID";
}
/** SIGNAL_ATOMS.ATOMS_ID */
public static String getSignalAtoms_AtomsId()
{
return getTable() + ".ATOMS_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addForeignKey ( getSignalAtoms_SignalId(), new Integer(0) , "SIGNAL" , "SIGNAL_ID" );
tMap.addForeignKey ( getSignalAtoms_AtomsId(), new Integer(0) , "ATOMS" , "ATOMS_ID" );
}
}
--- NEW FILE: SignalMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class SignalMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.SignalMapBuilder";
/** item */
public static String getTable( )
{
return "SIGNAL";
}
/** SIGNAL.SIGNAL_ID */
public static String getSignal_SignalId()
{
return getTable() + ".SIGNAL_ID";
}
/** SIGNAL.DIMENSIONALITY */
public static String getSignal_Dimensionality()
{
return getTable() + ".DIMENSIONALITY";
}
/** SIGNAL.SHIFT_1 */
public static String getSignal_Shift1()
{
return getTable() + ".SHIFT_1";
}
/** SIGNAL.SHIFT_2 */
public static String getSignal_Shift2()
{
return getTable() + ".SHIFT_2";
}
/** SIGNAL.SHIFT_3 */
public static String getSignal_Shift3()
{
return getTable() + ".SHIFT_3";
}
/** SIGNAL.SHIFT_4 */
public static String getSignal_Shift4()
{
return getTable() + ".SHIFT_4";
}
/** SIGNAL.SHIFT_5 */
public static String getSignal_Shift5()
{
return getTable() + ".SHIFT_5";
}
/** SIGNAL.SERIALIZED_SIGNAL */
public static String getSignal_SerializedSignal()
{
return getTable() + ".SERIALIZED_SIGNAL";
}
/** SIGNAL.SPECTRUM_TYPE_ID */
public static String getSignal_SpectrumTypeId()
{
return getTable() + ".SPECTRUM_TYPE_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getSignal_SignalId(), new Integer(0) );
tMap.addColumn ( getSignal_Dimensionality(), new Integer(0) );
tMap.addColumn ( getSignal_Shift1(), new Double(0) );
tMap.addColumn ( getSignal_Shift2(), new Double(0) );
tMap.addColumn ( getSignal_Shift3(), new Double(0) );
tMap.addColumn ( getSignal_Shift4(), new Double(0) );
tMap.addColumn ( getSignal_Shift5(), new Double(0) );
tMap.addColumn ( getSignal_SerializedSignal(), new String() );
tMap.addForeignKey ( getSignal_SpectrumTypeId(), new Integer(0) , "SPECTRUM_TYPE" , "SPECTRUM_TYPE_ID" );
}
}
--- NEW FILE: SpectrumMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class SpectrumMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.SpectrumMapBuilder";
/** item */
public static String getTable( )
{
return "SPECTRUM";
}
/** SPECTRUM.SPECTRUM_ID */
public static String getSpectrum_SpectrumId()
{
return getTable() + ".SPECTRUM_ID";
}
/** SPECTRUM.DATE */
public static String getSpectrum_Date()
{
return getTable() + ".DATE";
}
/** SPECTRUM.SPECFILE */
public static String getSpectrum_Specfile()
{
return getTable() + ".SPECFILE";
}
/** SPECTRUM.SERIALIZED_SPECTRUM */
public static String getSpectrum_SerializedSpectrum()
{
return getTable() + ".SERIALIZED_SPECTRUM";
}
/** SPECTRUM.LITERATURE */
public static String getSpectrum_Literature()
{
return getTable() + ".LITERATURE";
}
/** SPECTRUM.REVIEW_FLAG */
public static String getSpectrum_ReviewFlag()
{
return getTable() + ".REVIEW_FLAG";
}
/** SPECTRUM.USER_ID */
public static String getSpectrum_UserId()
{
return getTable() + ".USER_ID";
}
/** SPECTRUM.MEASUREMENT_CONDITIONS_ID */
public static String getSpectrum_MeasurementConditionsId()
{
return getTable() + ".MEASUREMENT_CONDITIONS_ID";
}
/** SPECTRUM.SPECTRUM_TYPE_ID */
public static String getSpectrum_SpectrumTypeId()
{
return getTable() + ".SPECTRUM_TYPE_ID";
}
/** SPECTRUM.MOLECULE_ID */
public static String getSpectrum_MoleculeId()
{
return getTable() + ".MOLECULE_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getSpectrum_SpectrumId(), new Integer(0) );
tMap.addColumn ( getSpectrum_Date(), new Date() );
tMap.addColumn ( getSpectrum_Specfile(), new Object() );
tMap.addColumn ( getSpectrum_SerializedSpectrum(), new String() );
tMap.addColumn ( getSpectrum_Literature(), new String() );
tMap.addColumn ( getSpectrum_ReviewFlag(), new String() );
tMap.addForeignKey ( getSpectrum_UserId(), new Integer(0) , "NMRSHIFTDB_USER" , "USER_ID" );
tMap.addForeignKey ( getSpectrum_MeasurementConditionsId(), new Integer(0) , "MEASUREMENT_CONDITIONS" , "MEASUREMENT_CONDITIONS_ID" );
tMap.addForeignKey ( getSpectrum_SpectrumTypeId(), new Integer(0) , "SPECTRUM_TYPE" , "SPECTRUM_TYPE_ID" );
tMap.addForeignKey ( getSpectrum_MoleculeId(), new Integer(0) , "MOLECULE" , "MOLECULE_ID" );
}
}
--- NEW FILE: SpectrumTypeMapBuilder.java ---
package org.openscience.nmrshiftdb.om.map;
import java.util.*;
import java.math.*;
import org.apache.turbine.services.db.PoolBrokerService;
import org.apache.turbine.services.db.TurbineDB;
import org.apache.turbine.util.db.map.MapBuilder;
import org.apache.turbine.util.db.map.DatabaseMap;
import org.apache.turbine.util.db.map.TableMap;
/**
*/
public class SpectrumTypeMapBuilder implements MapBuilder
{
/** the name of this class */
public static final String CLASS_NAME = "org.openscience.nmrshiftdb.om.map.SpectrumTypeMapBuilder";
/** item */
public static String getTable( )
{
return "SPECTRUM_TYPE";
}
/** SPECTRUM_TYPE.SPECTRUM_TYPE_ID */
public static String getSpectrumType_SpectrumTypeId()
{
return getTable() + ".SPECTRUM_TYPE_ID";
}
/** SPECTRUM_TYPE.DIMENSIONALITY */
public static String getSpectrumType_Dimensionality()
{
return getTable() + ".DIMENSIONALITY";
}
/** SPECTRUM_TYPE.NAME */
public static String getSpectrumType_Name()
{
return getTable() + ".NAME";
}
/** SPECTRUM_TYPE.ISOTOPE_1 */
public static String getSpectrumType_Isotope1()
{
return getTable() + ".ISOTOPE_1";
}
/** SPECTRUM_TYPE.ISOTOPE_2 */
public static String getSpectrumType_Isotope2()
{
return getTable() + ".ISOTOPE_2";
}
/** SPECTRUM_TYPE.ISOTOPE_3 */
public static String getSpectrumType_Isotope3()
{
return getTable() + ".ISOTOPE_3";
}
/** SPECTRUM_TYPE.ISOTOPE_4 */
public static String getSpectrumType_Isotope4()
{
return getTable() + ".ISOTOPE_4";
}
/** SPECTRUM_TYPE.ISOTOPE_5 */
public static String getSpectrumType_Isotope5()
{
return getTable() + ".ISOTOPE_5";
}
/** SPECTRUM_TYPE.USER_ID */
public static String getSpectrumType_UserId()
{
return getTable() + ".USER_ID";
}
/** the database map */
private DatabaseMap dbMap = null;
/**
tells us if this DatabaseMapBuilder is built so that we don't have
to re-build it every time
*/
public boolean isBuilt()
{
if ( dbMap != null )
return true;
return false;
}
/** gets the databasemap this map builder built. */
public DatabaseMap getDatabaseMap()
{
return this.dbMap;
}
/** the doBuild() method builds the DatabaseMap */
public void doBuild() throws Exception
{
dbMap = TurbineDB.getDatabaseMap("nmrshiftdb");
dbMap.addTable(getTable());
TableMap tMap = dbMap.getTable(getTable());
tMap.setPrimaryKeyMethod("none");
tMap.addPrimaryKey ( getSpectrumType_SpectrumTypeId(), new Integer(0) );
tMap.addColumn ( getSpectrumType_Dimensionality(), new Integer(0) );
tMap.addColumn ( getSpectrumType_Name(), new String() );
tMap.addColumn ( getSpectrumType_Isotope1(), new String() );
tMap.addColumn ( getSpectrumType_Isotope2(), new String() );
tMap.addColumn ( getSpectrumType_Isotope3(), new String() );
tMap.addColumn ( getSpectrumType_Isotope4(), new String() );
tMap.addColumn ( getSpectrumType_Isotope5(), new String() );
tMap.addForeignKey ( getSpectrumType_UserId(), new Integer(0) , "NMRSHIFTDB_USER" , "USER_ID" );
}
}
|
|
From: Stefan K. <sk...@us...> - 2002-02-27 12:35:21
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/om/map In directory usw-pr-cvs1:/tmp/cvs-serv25915/map Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/om/map added to the repository |
|
From: Stefan K. <sk...@us...> - 2002-02-27 12:33:15
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/om In directory usw-pr-cvs1:/tmp/cvs-serv25406/om Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/om added to the repository |
|
From: Stefan K. <sk...@us...> - 2002-02-27 12:29:05
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb In directory usw-pr-cvs1:/tmp/cvs-serv24196 Removed Files: TurbineUserPeer.java Log Message: removed TurbineUserPeer.java --- TurbineUserPeer.java DELETED --- |
|
From: Stefan K. <sk...@us...> - 2002-02-27 12:27:36
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb In directory usw-pr-cvs1:/tmp/cvs-serv23615a Removed Files: BaseMoleculeTurbineUser.java BaseMoleculeTurbineUserPeer.java BaseTurbineUser.java BaseTurbineUserPeer.java MoleculeTurbineUser.java MoleculeTurbineUserPeer.java TurbineUser.java Log Message: removed torque generated files from nmrshiftdb root directory --- BaseMoleculeTurbineUser.java DELETED --- --- BaseMoleculeTurbineUserPeer.java DELETED --- --- BaseTurbineUser.java DELETED --- --- BaseTurbineUserPeer.java DELETED --- --- MoleculeTurbineUser.java DELETED --- --- MoleculeTurbineUserPeer.java DELETED --- --- TurbineUser.java DELETED --- |
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb In directory usw-pr-cvs1:/tmp/cvs-serv22385 Removed Files: Atoms.java AtomsPeer.java BaseAtoms.java BaseAtomsPeer.java BaseBonds.java BaseBondsAtoms.java BaseBondsAtomsPeer.java BaseBondsPeer.java BaseCanonicalName.java BaseCanonicalNamePeer.java BaseChemicalName.java BaseChemicalNamePeer.java BaseMeasurementConditions.java BaseMeasurementConditionsPeer.java BaseMolecule.java BaseMoleculePeer.java BaseSignal.java BaseSignalAtoms.java BaseSignalAtomsPeer.java BaseSignalPeer.java BaseSpectrum.java BaseSpectrumPeer.java BaseSpectrumType.java BaseSpectrumTypePeer.java Bonds.java BondsAtoms.java BondsAtomsPeer.java BondsPeer.java CanonicalName.java CanonicalNamePeer.java ChemicalName.java ChemicalNamePeer.java MeasurementConditions.java MeasurementConditionsPeer.java Molecule.java MoleculePeer.java Signal.java SignalAtoms.java SignalAtomsPeer.java SignalPeer.java Spectrum.java SpectrumPeer.java SpectrumType.java SpectrumTypePeer.java Log Message: removed torque generated files from nmrshiftdb root directory --- Atoms.java DELETED --- --- AtomsPeer.java DELETED --- --- BaseAtoms.java DELETED --- --- BaseAtomsPeer.java DELETED --- --- BaseBonds.java DELETED --- --- BaseBondsAtoms.java DELETED --- --- BaseBondsAtomsPeer.java DELETED --- --- BaseBondsPeer.java DELETED --- --- BaseCanonicalName.java DELETED --- --- BaseCanonicalNamePeer.java DELETED --- --- BaseChemicalName.java DELETED --- --- BaseChemicalNamePeer.java DELETED --- --- BaseMeasurementConditions.java DELETED --- --- BaseMeasurementConditionsPeer.java DELETED --- --- BaseMolecule.java DELETED --- --- BaseMoleculePeer.java DELETED --- --- BaseSignal.java DELETED --- --- BaseSignalAtoms.java DELETED --- --- BaseSignalAtomsPeer.java DELETED --- --- BaseSignalPeer.java DELETED --- --- BaseSpectrum.java DELETED --- --- BaseSpectrumPeer.java DELETED --- --- BaseSpectrumType.java DELETED --- --- BaseSpectrumTypePeer.java DELETED --- --- Bonds.java DELETED --- --- BondsAtoms.java DELETED --- --- BondsAtomsPeer.java DELETED --- --- BondsPeer.java DELETED --- --- CanonicalName.java DELETED --- --- CanonicalNamePeer.java DELETED --- --- ChemicalName.java DELETED --- --- ChemicalNamePeer.java DELETED --- --- MeasurementConditions.java DELETED --- --- MeasurementConditionsPeer.java DELETED --- --- Molecule.java DELETED --- --- MoleculePeer.java DELETED --- --- Signal.java DELETED --- --- SignalAtoms.java DELETED --- --- SignalAtomsPeer.java DELETED --- --- SignalPeer.java DELETED --- --- Spectrum.java DELETED --- --- SpectrumPeer.java DELETED --- --- SpectrumType.java DELETED --- --- SpectrumTypePeer.java DELETED --- |
|
From: Stefan K. <sh...@us...> - 2002-02-27 11:06:54
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/utils In directory usw-pr-cvs1:/tmp/cvs-serv5912 Removed Files: IntTriple.java SubmittingData.java Log Message: Moved to util --- IntTriple.java DELETED --- --- SubmittingData.java DELETED --- |
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/swing/modules
In directory usw-pr-cvs1:/tmp/cvs-serv17464
Added Files:
AboutJVM.class CleanTable.class EditMolfileFrame.class
ExceptionFrame.class Export2dImage.class ExportImage.class
ExportPovImage.class Help.class ImageExportOptsDialog.class
ImageFileFilter.class ImageViewCanvas.class
ImageViewFrame.class JpegExportOptsDialog.class LoadSave.class
MViewAnimator.class MViewFrame.class MViewSketch.class
MolFileFilter.class MolSelection.class PeriodicFrame.class
PngExportOptsDialog.class Print.class RegenBonds.class
RenderingOptions.class RlogicDialog.class SketchDnD.class
SvgExportOptsDialog.class TemplateFrame.class ViewDnD.class
Log Message:
--- NEW FILE: AboutJVM.class ---
Êþº¾
os.version
JVM:
Browser:
OS:
getMessage
*,À
N§
-Á
*´
:¶
-Á
¶
µ
0¸
¶
*´
*´
*´
--- NEW FILE: CleanTable.class ---
Êþº¾
Y·
--- NEW FILE: EditMolfileFrame.class ---
Êþº¾
,-
9:
=>"
9A%C
UVB
XY Z[
=\
]^
deH
=g
=mn
=o
=q
r
st
Zyz
=
Wf~
javastringØÙ
î
getMessage
setEnabled
setRepeats
startsWith
À
+Á
*´
+Á
6§
*´
:¶
¶
¶
--- NEW FILE: ExceptionFrame.class ---
Êþº¾
setMessage
getMessage
setVisible
isSelected
¶
-¶
Ã
¿
Æ
¶
*´
--- NEW FILE: Export2dImage.class ---
Êþº¾
Do you want to continue?
isCanceled
¶
z¤
Z¤
9¤
¶
¶
¶
¶
»
¶
¶
»
¶
*´
»
2¸
¶
¶
+¾¶
--- NEW FILE: ExportImage.class ---
Êþº¾
setRepeats
:§
*»
`¶
»
--- NEW FILE: ExportPovImage.class ---
Êþº¾
format?!?
*·
À
¶
--- NEW FILE: Help.class ---
Êþº¾
text/plain/
;<>?
setVisible
setEnabled
addElement
µ
--- NEW FILE: ImageExportOptsDialog.class ---
Êþº¾
23
78
?@
HI
LM
HO
ST
VW
^_
bc
de
df
dg
hi
?s
?tu
vw
?
?
Á
getMessage
setVisible
isSelected
*µ
¶
µ
µ
µ
µ
µ
*´
*µ
:6§
2¶
¶
¶
µ
µ
µ
6*µ
±
µ
½
¶
--- NEW FILE: ImageFileFilter.class ---
Êþº¾
JPEG files
addElement
§
§
*´
§
§
§
§
*´
¶
, ¶
°
--- NEW FILE: ImageViewCanvas.class ---
Êþº¾
waitForAll
Y·
--- NEW FILE: ImageViewFrame.class ---
Êþº¾
keyPressed
getKeyCode
:Æ
--- NEW FILE: JpegExportOptsDialog.class ---
Êþº¾
,¶
µ
--- NEW FILE: LoadSave.class ---
Êþº¾
-.
JK
lm
qr
l°
l¿
lÃ
ÜÝ
ÞÑß
íîðñ
l÷
øù
Exceptions
Examining
not found
Read error
Empty file
format?!?
def8
Overwrite?
End of file filled with zero bytes instead.
Please upgrade your JVM to 1.2 or later.
getMessage
setRepeats
startsWith
addElement
*µ
*µ
*+´
*,·
°+¶
»
Æ
¶
*´
:¶
`¶
:§
P:§
M:§
Æ
·
µ
*´
·
·
*´
¶
§
*´
¸
*µ
¦
¬ ¤
h¶
`¶
¬*+µ
*,µ
* ·
¤
h¶
h`¶
¶
e¶
s
e7²
¼:+¶
¾
e7
¼:
+¶
a¶
a¶
--- NEW FILE: MViewAnimator.class ---
Êþº¾
Exceptions
Old value: A
Value:
startsWith
addElement
*¶
*+´
µ
*+´
-¶
;¶
>¶
§
:-µ
-*´
1
R§
*´
ç
6§
¶
*,-+·
+¶
--- NEW FILE: MViewFrame.class ---
Êþº¾
keyPressed
Save Image !
setVisible
setEnabled
getKeyCode
µ
*¶
--- NEW FILE: MViewSketch.class ---
Êþº¾
sketchhelp
¶
:,ÿ°
--- NEW FILE: MolFileFilter.class ---
Êþº¾
addElement
+¶
¶
--- NEW FILE: MolSelection.class ---
Êþº¾
!#
kl
mnop
¨©
ËÌ
ÍÎÏÐѼÀÒ
Exceptions
,
format =
Plain Text
getMessage
startsWith
F
K
À
À
S
»
¶
Æ
T
-¶
¶
°
¶
X
Y
--- NEW FILE: PeriodicFrame.class ---
Êþº¾
bc9;
f
{|
L
Y
JU
b
k
tx
£
¨
©
¹º
¹»
ÃÄÅ
Ãã
¹
!"
#
$
Ã%
Ã&Í
À
Ã(
>?
DEþG
IJ
{K
WYZ
[
><
]
_
`a
releaseAll
keyPressed
(default)¡§g©ª«¬
ox.state:
Øw
án
SMARTS query string
readSmilesDEs}!}
getMessage
setRepeats
setEnabled
addElement
gridheight
invalidate
startsWith
calcCenter
getKeyCode
E<
µ
µ
µ
µ
µ
+Á
*´
+Á
6 »
¶
9¤lad`µ
¢
¶
l¸
p¸
¢
3Jµ
µ
»
*-·
¶
¶
*´
*´
-¶
¶
¶
¶
:6§
¶
*´
*´
¶
*·
¶
YOY
OYOYOYOYO³
--- NEW FILE: PngExportOptsDialog.class ---
Êþº¾
Background
isSelected
setEnabled
*·
*·
µ
--- NEW FILE: Print.class ---
Êþº¾
=p£×
This error might occur in some buggy Java versions
if no printers are installed.
(see bug 4630012 in Sun's Java Bug Database)
getToolkit
setVisible
±
Æ
¶
¶
¶
Ã
¿§
°
r
,Á
*¶
--- NEW FILE: RegenBonds.class ---
Êþº¾
!"
*
/01
23
setVisible
isSelected
¶
µ
¶
µ
µ
µ
´
µ
´
µ
¶
Y´
µ
µ
¶
Y´
µ
µ
¶
µ
´
Y´
µ
µ
¶
Y*´
N*´
µ
µ
µ
:6§
§
¶
z¤
¶
¶
6
6§
¶
h0d`6
¶
¤
O¶
Y*´
--- NEW FILE: RenderingOptions.class ---
Êþº¾
3D Options
setVisible
N-Á
µ
µ
µ
µ
µ
µ
--- NEW FILE: RlogicDialog.class ---
Êþº¾
!
"#
&'
./
12
45
Exceptions
If R# then
getMessage
setRepeats
isSelected
*µ
+Á
*´
+Á
§
`»
¶
¡ÿ×*¼
µ
*½
?~Oz?~6
*´
.¶
Æ
d.§
*´
.¶
.
x6
¾¡ÿ;
--- NEW FILE: SketchDnD.class ---
Êþº¾
Exceptions
R
acceptDrag
acceptDrop
rejectDrop
µ
¶
¶
*´
--- NEW FILE: SvgExportOptsDialog.class ---
Êþº¾
¶
--- NEW FILE: TemplateFrame.class ---
Êþº¾
getMessage
setRepeats
*·
N-2À
¶
S*2
¶
*´
:¶
¶
»
¶
¶
*´
--- NEW FILE: ViewDnD.class ---
Êþº¾
Exceptions
dnd.view: C
acceptDrag
acceptDrop
rejectDrop
*,2À
¶
GH¸
*´
KL¸
¶
|
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:15:09
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/swing/modules In directory usw-pr-cvs1:/tmp/cvs-serv17357/modules Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/swing/modules added to the repository |
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:14:44
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/templates In directory usw-pr-cvs1:/tmp/cvs-serv17161 Added Files: aminoacids.t extrabonds.t generic.t polycyclics.t rings.t wedgebonds.t Log Message: --- NEW FILE: aminoacids.t --- L-Alanyl Marvin 06249912302D 5 4 0 0 0 0 0 0 0 0999 V2000 m1sV6p5W60 49uV+a4W60 PGwV6p5W60 49uVk82W70 PGwVMF8W80 40201 20109 20301 30502 M END > <title> Ala > <rotation.unit> 30 $$$$ L-Arginyl Marvin 06259911032D 11 10 0 0 0 0 0 0 0 0999 V2000 iyyVbo6W60 OrwVSa5W60 3kuVbo6W60 lcsVSa5W60 RVqVbo6W60 OrwVC83W70 iyyVrE9W80 7OoVSa5W70 oGmVbo6W60 oGmVrE9W70 U9kVSa5W70 70102 10201 20601 20309 30401 40501 50801 80901 90B01 90A02 M END > <title> Arg > <rotation.unit> 30 $$$$ L-Asparaginyl Marvin 06249914002D 8 7 0 0 0 0 0 0 0 0999 V2000 yO-Vys7W60 eHzVpe6W60 JAxVys7W60 yO-VCJAW80 eHzVZC4W70 -2vVpe6W60 hxsVys7W80 -2vVZC4W70 40102 10201 20501 20309 30601 60801 60702 M END > <title> Asn > <rotation.unit> 30 $$$$ L-Aspartyl Marvin 06259911062D 8 7 0 0 0 0 0 0 0 0999 V2000 un+VPG6W60 agyVH25W60 FZwVPG6W60 xRuVH25W60 dKsVPG6W80 xRuV1c2W80 un+Vfi8W80 agyV1c2W70 70102 10201 20801 20309 30401 40601 40502 M END > <title> Asp > <rotation.unit> 30 > <endrow> $$$$ L-Cysteinyl Marvin 06259911082D 6 5 0 0 0 0 0 0 0 0999 V2000 fx+Vs32W60 LqyVjr0W60 0jwVs32W60 ibuVjr0WG0 LqyVTP+V70 fx+V6W4W80 60102 10201 20501 20309 30401 M END > <title> Cys > <rotation.unit> 30 $$$$ L-Glutaminyl Marvin 06269908302D 9 8 0 0 0 0 0 0 0 0999 V2000 Ui-VdD2W60 AbzVU-0W60 rTxVdD2W60 XMvVU-0W60 Ui-Vtf4W80 v7rVU-0W70 AbzVEZ+V70 DFtVtf4W80 DFtVdD2W60 50102 10201 20701 20309 30401 40901 90601 90802 M END > <title> Gln > <rotation.unit> 30 $$$$ L-Glutamyl Marvin 06269908042D 9 8 0 0 0 0 0 0 0 0999 V2000 zw2WoDBW60 ep0WwRCW60 Ki+VoDBW60 0byVwRCW60 H25WwRCW60 iTwVoDBW80 0byVAuEW80 H25WAuEW80 zw2WYn8W70 50101 10901 10209 20301 30401 40702 40601 50802 M END > <title> Glu > <rotation.unit> 30 $$$$ Glycyl Marvin 06249912172D 4 3 0 0 0 0 0 0 0 0999 V2000 hfxVuY8W60 0nzV0n9W60 0nzVGDCW80 hfxVe66W70 40101 10201 20302 M END > <title> Gly > <rotation.unit> 30 > <endrow> $$$$ L-Histidyl Marvin 06259911162D 10 10 0 0 0 0 0 0 0 0999 V2000 v40WWu4W60 azzVOg3W60 GsxVWu4W60 ykvVOg3W60 OyrV8Z2W60 VgvVDE1W60 nRtVtU4W70 bKtVAY0W70 azzV8E1W70 v40WmK7W80 A0102 10201 20901 20309 30401 70502 50801 80601 60402 70401 M END > <title> His > <rotation.unit> 30 $$$$ L-Isoleucyl Marvin 06249912442D 8 7 0 0 0 0 0 0 0 0999 V2000 2cyVH25W60 kUwVPG6W60 gq0WH25W60 -x2WPG6W60 -x2Wfi8W80 gq0W1c2W70 Mj+VPG6W60 Mj+Vfi8W60 10701 30709 10201 30601 30401 40502 7080n M END > <title> Ile > <rotation.unit> 30 $$$$ L-Leucyl Marvin 06249912392D 8 7 0 0 0 0 0 0 0 0999 V2000 NewVn55W60 3XuVPR1W60 3XuVft3W60 lPsVn55W60 hlyVft3W60 0t+Vn55W60 0t+V1Y7W80 hlyVPR1W70 30101 50109 30201 30401 50801 50601 60702 M END > <title> Leu > <rotation.unit> 30 $$$$ L-Lysyl Marvin 06269910122D 9 8 0 0 0 0 0 0 0 0999 V2000 wg2W+a4W60 bZ0WsM3W60 HS+V+a4W60 zKyVsM3W60 eDwV+a4W60 K6uVsM3W60 0-rV+a4W70 bZ0Wcw0W70 wg2WE17W80 90102 10201 20801 20309 30401 40501 50601 60701 M END > <title> Lys > <rotation.unit> 30 > <endrow> $$$$ L-Methionyl Marvin 06249913422D 8 7 0 0 0 0 0 0 0 0999 V2000 sbvV7P8W60 YUtVlk4W70 sbvVNrAW80 YUtV-A7W60 DNrV7P8W60 vFpV-A7W60 H1lV-A7W60 b8nV7P8WG0 30102 10401 40201 40509 50601 60801 80701 M END > <title> Met > <rotation.unit> 30 $$$$ L-Phenylalanyl Marvin 06249912472D 11 11 0 0 0 0 0 0 0 0999 V2000 PVyVIL6W60 5OwVA75W60 5OwVwg2W60 PVyVoS1W60 jc+Vwg2W60 jc+VA75W60 1k0WIL6W60 Mr2WA75W60 Mr2Wwg2W70 gy4WIL6W60 gy4WYn8W80 10201 20302 30401 40502 50601 10602 60701 80709 80901 80A01 A0B02 M END > <title> Phe > <rotation.unit> 30 $$$$ L-Prolyl Marvin 06249912532D 7 7 0 0 0 0 0 0 0 0999 V2000 hW+Vot4W60 O5zV+u2W60 nX+V+w0W60 As0Wvh1W70 Ur0W984W60 py2WHM5W60 py2WXo7W80 10201 20301 30401 40501 50109 50601 60702 M END > <title> Pro > <rotation.unit> 30 $$$$ L-Seryl Marvin 06269910202D 6 5 0 0 0 0 0 0 0 0999 V2000 nD-VwvuV60 nD-VAMxV80 T6zVXFrV70 T6zVnhtV60 9-wVwvuV60 rtuVohtV80 20102 10401 40301 40509 50601 M END > <title> Ser > <rotation.unit> 30 > <endrow> $$$$ L-Threonyl Marvin 06249913372D 7 6 0 0 0 0 0 0 0 0999 V2000 hMwVXB6W60 NFuV8X2W70 hMwVnd8W80 NFuVOz4W60 k0qVOz4W60 28sVXB6W60 28sVnd8W80 30102 10401 40201 40609 60501 60709 M END > <title> Thr > <rotation.unit> 30 $$$$ L-Tryptophanyl Marvin 06249913482D 14 15 0 0 0 0 0 0 0 0999 V2000 4d0WIL6W60 4d0WYn8W80 mV+Vvg2W70 mV+V975W60 ROyVIL6W60 7HwV975W60 WEwVxg2W60 MztVxv5W60 QVsV4z3W60 C0tVj98W60 6bqVfS8W60 A7pVoV6W60 K4qV0G4W60 7vtV9z1W70 20102 10401 40301 40509 50601 80902 90E01 E0701 70602 80601 80A01 A0B02 B0C01 C0D02 D0901 M END > <title> Try > <rotation.unit> 30 $$$$ L-Tyrosyl Marvin 06249913532D 12 12 0 0 0 0 0 0 0 0999 V2000 SWwVXU7W60 8PuV9q3W70 SWwVnw9W80 8PuVPG6W60 pHsVXU7W60 VAqVPG6W60 B3oVXU7W60 txlVPG6W60 B3oV1c2W60 VAqV9q3W60 txlV9q3W60 ZqjV1c2W80 30102 10401 40201 40509 50601 70801 80B02 B0901 90A02 A0601 70602 B0C01 M END > <title> Tyr > <rotation.unit> 30 $$$$ L-Valyl Marvin 06269910272D 7 6 0 0 0 0 0 0 0 0999 V2000 Zc1W+a4W60 EV-VsM3W60 wNzVE17W60 wNzV+a4W60 cGxVsM3W60 Zc1WE17W80 EV-Vcw0W70 60102 10201 20701 20409 40301 40501 M END > <title> Val > <rotation.unit> 30 > <endrow> $$$$ --- NEW FILE: extrabonds.t --- Aromatic Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 10204 M END > <title> Arom. $$$$ Single Up Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 10209 M END > <title> Up $$$$ Single Down Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 1020n M END > <title> Down $$$$ Single Up or Down Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 1020X M END > <title> Either $$$$ Double Cis or Trans Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 1020Q M END > <title> C or T $$$$ Double Cis/Trans or Unspec Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 10202 M MRV CTU 1 1 M END > <title> C/T or U $$$$ Single or Double Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 10205 M END > <title> 1 or 2 $$$$ Single or Aromatic Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 10206 M END > <title> 1 or a. $$$$ Double or Aromatic Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 10207 M END > <title> 2 or a. $$$$ Any Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 10200 M END > <title> Any $$$$ --- NEW FILE: generic.t --- Cyclopentane (house) class M*03239812482D 5 5 0 0 0 0 0 0 0 0999 V2000 000Wun+V60 iuzV000W60 iuzVGS2W60 K72WGS2W60 K72W000W60 10201 20301 40501 10501 30401 M END > <rotation.unit> 90 $$$$ Pyrrole class M*03239812482D 5 5 0 0 0 0 0 0 0 0999 V2000 000Wun+V70 iuzV000W60 iuzVGS2W60 K72WGS2W60 K72W000W60 10201 20302 40502 10501 30401 M END > <rotation.unit> 90 $$$$ Cyclopentane class M*03239812502D 5 5 0 0 0 0 0 0 0 0999 V2000 Z4kV-H5W60 96iV9s3W60 RsiVZX1W60 hIlVZX1W60 z2mV9s3W60 10201 20301 30401 40501 10501 M END > <rotation.unit> 180 $$$$ Cyclohexane class M*03239812442D 6 6 0 0 0 0 0 0 0 0999 V2000 000WGS2W60 iuzV8E1W60 iuzVun+V60 000WmZzV60 K72Wun+V60 K72W8E1W60 10201 20301 30401 40501 50601 10601 M END > <rotation.unit> 90 $$$$ Benzene class M*03239812442D 6 6 0 0 0 0 0 0 0 0999 V2000 000WGS2W60 iuzV8E1W60 iuzVun+V60 000WmZzV60 K72Wun+V60 K72W8E1W60 10201 20302 30401 40502 50601 10602 M END > <rotation.unit> 30 $$$$ Naphthalene class M*03239812522D 10 11 0 0 0 0 0 0 0 0999 V2000 000W8E1W60 iuzVGS2W60 NnxV8E1W60 NnxVun+V60 iuzVmZzV60 000Wun+V60 K72WmZzV60 fE4Wun+V60 fE4W8E1W60 K72WGS2W60 10201 20302 30401 40502 50601 70802 80901 90A02 10602 10A01 60701 M END $$$$ --- NEW FILE: polycyclics.t --- Marvin 06289910072D 9 10 0 0 0 0 0 0 0 0999 V2000 SpxV2v3W60 8ivVwg2W60 8ivVgE0W60 SpxVX0-V60 mwzVwg2W60 NF0WCR3W60 mwzVgE0W60 NF0WOU-V60 Dh1WoS1W60 10201 20301 30401 40701 70501 10501 60501 70801 80901 60901 M END > <rotation.unit> 30 $$$$ Marvin 06289910152D 13 15 0 0 0 0 0 0 0 0999 V2000 N41WsA0W60 Fs-VQQyV60 z5-V0l+V60 7jyVVF-V60 a4xVORzV60 sqxVo6xV60 iD+VJcwV60 n23W0l+V60 VI2WQQyV60 A47WORzV60 cR5WVF-V60 2x3WIcwV60 uJ6Wo6xV60 10301 30201 20901 90801 10801 30401 40501 50601 60701 70201 A0B01 B0801 90C01 C0D01 D0A01 M END > <rotation.unit> 30 $$$$ Marvin 06289910202D 12 14 0 0 0 0 0 0 0 0999 V2000 HWzVjY-V60 HWzVT6zV60 bd-VLuxV60 wk1WT6zV60 Es3WLuxV60 Xz5WT6zV60 Xz5WjY-V60 wk1WjY-V60 Es3Wrm0W60 2z2W9J3W60 oW0W9J3W60 bd-Vrm0W60 C0101 10201 20301 30401 40801 C0801 90801 40501 50601 60701 90701 90A01 A0B01 B0C01 M END > <rotation.unit> 30 > <endrow> $$$$ Marvin 06289910022D 10 11 0 0 0 0 0 0 0 0999 V2000 a1zVh74W60 GwwVZv2W60 GwwVJT0W60 a1zVBF-V60 u8-VZv2W60 u8-VJT0W60 DG1Wh74W60 DG1WBF-V60 XN3WJT0W60 XN3WZv2W60 10201 20301 30401 40601 60501 10501 70501 60801 80901 90A01 70A01 M END > <rotation.unit> 30 $$$$ Marvin 06289910182D 14 16 0 0 0 0 0 0 0 0999 V2000 xoyVGS2W60 dhwV8E1W60 dhwVun+V60 xoyVmZzV60 Fw+V8E1W60 Fw+Vun+V60 Z11WGS2W60 Z11WmZzV60 t83W8E1W60 t83Wun+V60 BG5WGS2W60 BG5WmZzV60 VN7Wun+V60 VN7W8E1W60 10201 20301 30401 40601 60501 10501 70501 60801 80A01 A0901 70901 B0901 A0C01 C0D01 D0E01 B0E01 M END > <rotation.unit> 30 $$$$ Marvin 06289910212D 13 15 0 0 0 0 0 0 0 0999 V2000 sqxVFs-V60 sqxV-PzV60 AyzVtByV60 U30W-PzV60 pA2WtByV60 7I4W-PzV60 7I4WFs-V60 pA2WN41W60 U30WFs-V60 AyzVN41W60 U30Wlk4W60 AyzVdW3W60 pA2WdW3W60 A0101 10201 20301 30401 40901 A0901 80901 40501 50601 60701 80701 B0C01 C0A01 80D01 B0D01 M END > <rotation.unit> 30 > <endrow> $$$$ Marvin 06289910322D 14 16 0 0 0 0 0 0 0 0999 V2000 zWvVbd-V60 fPtVTP+V60 fPtVDzxV60 zWvV5lwV60 IexVTP+V60 IexVDzxV60 clzV5lwV60 ws-VDzxV60 ws-VTP+V60 clzVbd-V60 ws-V+H3W60 clzVs32W60 E+1Wbd-V60 E+1Ws32W60 10201 20301 30401 40601 60501 10501 A0501 60701 70801 80901 A0901 B0C01 C0A01 90D01 D0E01 B0E01 M END > <rotation.unit> 30 $$$$ Marvin 06289910332D 17 20 0 0 0 0 0 0 0 0999 V2000 93wV8E1W60 rxtV000W60 rxtVmZzV60 93wVeLyV60 TAyV000W60 TAyVmZzV60 nH+VeLyV60 5P0WmZzV60 5P0W000W60 nH+V8E1W60 5P0WWu4W60 nH+VOg3W60 PW2WOg3W60 PW2W8E1W60 -q4WgQ4W60 0r4WsT0W60 rG6WGS2W60 10201 20301 30401 40601 60501 10501 A0501 60701 70801 80901 A0901 B0C01 C0A01 90E01 E0D01 B0D01 F0D01 E0G01 G0H01 F0H01 M END > <rotation.unit> 30 $$$$ Marvin 06289910312D 21 25 0 0 0 0 0 0 0 0999 V2000 OCxVrm0W60 45vVjY-V60 45vVT6zV60 OCxVLuxV60 jJzVjY-V60 jJzVT6zV60 1R-VLuxV60 LY1WT6zV60 1R-Vrm0W60 LY1WjY-V60 LY1WDR4W60 1R-V5D3W60 ff3W5D3W60 ff3Wrm0W60 zm5WjY-V60 Hu7Wrm0W60 Hu7W5D3W60 SH6W2q6W60 zm5WDR4W60 Oi9Wer4W60 ri8WN47W60 10201 20301 30401 40601 60501 10501 90501 60701 70801 80A01 90A01 B0C01 C0901 A0E01 E0D01 B0D01 J0D01 E0F01 F0G01 G0H01 J0H01 I0J01 H0K01 K0L01 I0L01 M END > <rotation.unit> 30 > <endrow> $$$$ --- NEW FILE: rings.t --- Cyclopropane MSketch 06229919572D 3 3 0 0 0 0 0 0 0 0999 V2000 000WEQ1W60 un+VvI-V60 8E1WvI-V60 10201 20301 30101 M END > <rotation.unit> 30 $$$$ Cyclobutane MSketch 06229919572D 4 4 0 0 0 0 0 0 0 0999 V2000 8E1W8E1W60 un+V8E1W60 un+Vun+V60 8E1Wun+V60 10201 20301 30401 40101 M END > <rotation.unit> 45 $$$$ Cyclopentane class M*03239812502D 5 5 0 0 0 0 0 0 0 0999 V2000 Z4kV-H5W60 96iV9s3W60 RsiVZX1W60 hIlVZX1W60 z2mV9s3W60 10201 20301 30401 40501 10501 M END > <rotation.unit> 180 $$$$ Cyclohexane MSketch 06239901462D 6 6 0 0 0 0 0 0 0 0999 V2000 GS2W000W60 8E1WK72W60 un+VK72W60 mZzV000W60 un+ViuzV60 8E1WiuzV60 10201 20301 30401 40501 50601 60101 M END > <rotation.unit> 90 $$$$ Cycloheptane MSketch 06229919582D 7 7 0 0 0 0 0 0 0 0999 V2000 000W4q2W60 EpzVHm1W60 TGzVyN-V60 un+VnTzV60 8E1WnTzV60 Zl2WyN-V60 oC2WHm1W60 10201 20301 30401 40501 50601 60701 70101 M END > <rotation.unit> 180 $$$$ Cyclooctane MSketch 06229919582D 8 8 0 0 0 0 0 0 0 0999 V2000 dy2W8E1W60 8E1Wdy2W60 un+Vdy2W60 P3zV8E1W60 P3zVun+V60 un+VP3zV60 8E1WP3zV60 dy2Wun+V60 10201 20301 30401 40501 50601 60701 70801 80101 M END $$$$ Cyclononane MSketch 06239901502D 9 9 0 0 0 0 0 0 0 0999 V2000 zW3Whd0W60 rI2W-k2W60 000WRa3W60 BjzV-k2W60 3VyVhd0W60 CwyVoD+V60 un+VNfyV60 8E1WNfyV60 q53WoD+V60 10201 20301 30401 40501 50601 60701 70801 80901 90101 M END $$$$ --- NEW FILE: wedgebonds.t --- Single Up Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 10209 M END > <title> Up $$$$ Single Down Marvin 12220112322D 2 1 0 0 0 0 0 0 0 0999 V2000 vavVqL5W60 pbxVqL5W60 1020n M END > <title> Down $$$$ |
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/modules
In directory usw-pr-cvs1:/tmp/cvs-serv16863
Added Files:
Aromata.class AtomTypeAssign.class BondsFromCoords.class
Clean2D.class Clean3D.class CmlExport.class CreateImage.class
Dearomata.class DiGraphElement.class GraphInvariants.class
GzipExport.class GzipImport.class Hydrogenize.class
ImageExport.class JavaScripter.class JpegEncoder.class
JpegExport.class MolExport.class MolSelection2.class
MyformatExport.class MyformatImport.class
NetscapeJavaScripter.class PEdge.class PGraph.class
PNode.class Parity.class PdbExport.class PdbImport.class
PngEncoder.class PngExport.class PovExport.class
PpmEncoder.class PpmExport.class RasMolScripter.class
RingGraph.class SmartsAtomImport.class SmilesExport.class
SmilesImport.class Spacefill.class SvgExport.class
SybylExport.class SybylImport.class Threedim.class
XyzExport.class XyzImport.class
Log Message:
--- NEW FILE: Aromata.class ---
Êþº¾
addElement
*´
±
*¶
*¶
¶
¶
¶
³
--- NEW FILE: AtomTypeAssign.class ---
Êþº¾
=p£×
?õ¸Që
?÷333333
startsWith
6
**·
µ
6¶
:§þ¶
¤
:§*´
¶
·
·
*
·
6 ¶
6+¶
0:§
':§
':§J:§C@¶
1:§'¶
(:§
J:§
L:§
L:§
R:§
R:§
6*´
6¶
6
¶
6¶
6§
6¶
': 6
¡ÿ¬
6¶
: 6
¡ÿ*´
6
6§
6+
¶
6
66*´
6+¶
¤
--- NEW FILE: BondsFromCoords.class ---
Êþº¾
removeEdge
µ
:*¸
:¸
h0d`6+¶
¶
§
¶
¡ÿÐ*¶
,¶
,¶
³
--- NEW FILE: Clean2D.class ---
Êþº¾
ã e e
=p¤ e-
e e:
e; e=
KL
eMN
VW eX
VY
VZ e[ e\ e] e^ e_
V`
Va
Vc
ed
ei
el
eq
es
et
euv
eyz{|
e e e e
e e
e
e
e
G
e
e
e
e
e
e
e
e
e
e
e¦
e©
eª«
e¬
e
V¯
e±
e²
e³
´µ
¶·
¶Y
e¹
eº
e»¼
e½
e¾@
V·
V¿
eÁ
eÄÅ
eÆ
GÇ
eÉÊ
eÌ
´Í
eÎ
´Ï
eÓ eÔ
ÕÖ?6âëC-?Ó333333
Õ×
ÕØ@!ûTD-
eÙ
eÚ
eÛ@ !ûTD-
VÜ
eà
eá
eâ
eä
eå
eçÀ
eèéê?ÆWJçD
eë
eìíî
eï?ÐÁR8-se
eð
eñòóôõ
¶ö÷
eø
eú
eý
eÿ
e
e
e
e
e
Õ ?záG®{@$
Õ
e
V
e
e
e?É
'¿Ù
e?Ù
e
e
e?PbM񖩟
V
V§
e@
e
e?¹
e)*+,
e-
e. e/ e0
e12
e34
e5
e67
V8
e:;@
e>
e?
e@
eA
eB
eC
eD
´F
uH
eIÀXÀ
uJ
ÕK@0
eLïÿÿÿÿÿÿ uM
eN
eO=Û|ßÙ×½» eP eQ
eR
eS
eTU
eVW=ë|ßÙ×½»
eX
eY?ùãw;Ç¡B#
eZ
Õ[
e\?Ør!
Å]@I
e^@
e`a
ef
ei
ej
em
Vn
6âëC-
ep
eq
er
'
Õu¿ð
Ëy
Ëz
e|
e}
Î~
Î
e!
Ë
Ë@záG®{
Î
Î
V
Î@£×
=p¤
Õ"#
p@ãðm£@
ò
ðò
calcCenter
addElement
getCTAtom4
getCTAtom1
getStereo2
removeNode
*,µ
*·
9¤ÿÈ*¸
+*µ
9¤ÿÈ*¸
9¤ÿÈ*¸
9¤ÿÈ* ¸
*µ
µ
µ
»
¶
*¶
¶
*
¶
:6§
¶
¶
¶
¶
*´
¶
µ
¾d
`6
2¶
2¶
¾¢
S*´
¼
:*´
d¸
dO*´
`§
:6§
*´
¶
M>§
:6§
6»
¶
¶
g¶
¶
*´
¶
¶
,¶
¦
*´
.6*´
*´
.6*´
:*´
¶
`§
>6*´
66¤T+2:
+2:*´
ÿ§
¤
§+
¶
+¶
6+¶
ÿU¬
¸
kkc9
kkg9kkc¸
6,2¶
21
:OO6*´
: 6
6§
¢
¢
*´
*´
+2¶
+2¶
: O O6*´
N-O-O6§
6§
2S¾¡ÿÝ, 2¶
2S
6,2¶
§
¶
+¶
ÁS66§
¶
`¸
66§
2¶
2¶
¾¡ÿß*¶
:çO6§
¾.¢
¾O O*´
üS »
·
¶
¶
2.¤
¶*´
2¾6*´
2¾¡ÿÒ °½ : ¡S °
N-+.O+-¸
N-+¾d+.O+-¸
:-¶
¤
:
-¶
O,
¶
- ¶
2.6*´
2.¶
- ¶
2.6*´
2.¶
§
9
§
9
*´
wR*´
R±
d¡ÿ ¯¯
¶
´
´
¶
´
´
d¡ÿ=*´
*+¶8*´
k
kc9;kk
-¶
,¶
¶
g
gkggkc¸
¶
¶L6
¶M*´
*¶W§2-¶
:6§
6§
µZ*µ[*
»
¶\¢
¶7
¶6 ¶
¶d *´
§
.¶
¶6
¶
¶d
*´
¶
.6¶P6
.6¶P6
¶
g9»
w¶
¶
*
¶
µZ66§
6 ¶
:
6§
:
¸
ÿ¶¬
1§
1§
1§
1§
:6§
:
¾¸
¾d O
:¾¡ÿð
µ*-¶¼
µ6 §
*´ -
¶
¶
6§
=
*´
:O6
§
6§
11c1kc9
¡ÿÓ
o96§
§
+
1R
,
1R
¡ÿç¼:¼:¼:
RR
R
)R* ¶*
¶96§
,*+1-¶R,*+1-¶R,1,1
++1R+
R,19
,,1R,
R++1+1+1gkcR,*+1-¶R§+1+1g,1,1gk9+1+1g,1,1gk9+1+1+1gk+1+1gkg
'¸§
'9 §
!9 §
§
.
¶
h1g9+ h`1+
h`1g9
k
kc9*´
h\1gR,
h`\1gR
¡ÿ` ¡ÿM*´
6§
¶
1g9+h`1*´
1g9kkc¸
1gko9,h\1kcR,h`\1kcR¾¡ÿ
*´
§
d2.6+
h1+h1g9
+
h`1+h`1g9
kkc9*´
h\1cR,
h`\1cR,h\1gR,h`\1gR*´£
d2¾¡ÿ`
¡ÿPª96§
*+,-
¶¬96§
*´
*´
9§
9§
9§
9§
¯¡ÿv²
¯
¶
¶
2¶¯ ¾¡ÿî6§
*´
2¾6¼
:6
6§
2.6
¶
¶
:66§
¶
··:,¶6,»
¶
··:,¶6,»
§
¶
¶
¶
¶
··:,¶6,»
¶
··:,¶6,»
§
¶
¶
¶
d¼:
d¼:6§
,¶
¡þò1991`o96§
:6§
:O6§
,
.¤
.
:
¾¸
¾`
O*´
°
§
.¤
¶
¶
6 6
*´
"
*´
96§
2¶
2¶
¾o9¾o9§
96
§
+¶
¶
¶
§
¶
66§
6 ¶6
¶¡ÿÒ+¶
¼:Å^R^R^RR6§
¾d¸
S§
¾d¸
S§
¾d¸
S§
S+¶
2:
¶
2:Æ
½Ô:6§
1g×c¶
¶
¶
99+¾`¸
6§
1
9
¡ÿØ
g9+¾¡ÿ8±
¼
M>6§
¤
:,,¾¸
,dO¶
¢
:,¸
--- NEW FILE: Clean3D.class ---
Êþº¾
=p¤
-
01
03
ST
mn
mq
mt
µ
S*¶
>6*´
M,¾¼
N6§
*´
*´
ÿS*´
66
-¾¡ÿÓ*¶
-d.6*
¶
:66§
§
..
6
.6 ¾6
¾¡ÿÚ
* ¶
¶
¶
¶
§
..
6
.6 ¾6
¾¡ÿÚ
* ¶
¶
¶
¶
¾¢
»
²
²
²
»
¸
¾¢
»
²
²
²
»
-¸
:66§
´
¶
¶
¶
¶
¶
¶
¶
¶
Y´
kµ
kµ
kµ
Y´
kµ
kµ
kµ
¸
¸
Y´
Y´
Y´
´
´
´
¸
¸
Y´
Y´
Y´
´
´
´
¸
´
´
´
N-O66§
"
--- NEW FILE: CmlExport.class ---
Êþº¾
Exceptions
<!DOCTYPE molecule SYSTEM "cml.dtd" []>
<molecule id="
</string>
</coordinate3>
preconvert
*·
¶
»
¸
¶
:
Å
¶
·
¶
--- NEW FILE: CreateImage.class ---
Êþº¾
°
:6§
--- NEW FILE: Dearomata.class ---
Êþº¾
:6§*¶
§
¶
¶
¶
:
½
: ¶
S
S
§
:*¸
2¸
2¶
2¸
2¶
2¸
2¸
:+*¶
2¥
¶
2¸
2¸
2¸
YOYO:6§
2¶
2`p.¸
2¸
2¸
2¸
--- NEW FILE: DiGraphElement.class ---
Êþº¾
*·
--- NEW FILE: GraphInvariants.class ---
Êþº¾
([[I[J[I)I
getMessage
:-¶
:¼:6§+2:,2:*¶
6§
h§
¾¡ÿº\/
~x
P ¶
s
\/
ù¢
ù6
§
¤
\/
d§
~
x
P ¶
6§
¾¡ÿå\/
¢
§
d6
\/
?~
P¡þ°
Y:³
¾6
76§
.6,./i7¡ÿæ+ P ¡ÿÃ6
6§
O¡ÿà
ÿ¡ÿ66
§
6þçç
§
2:
2: 7
6§
h§
P
¾¡ÿ
a76§
:-ÿ,¾¢
a7¡ÿ̲
³
YOYOYOYO³
³
--- NEW FILE: GzipExport.class ---
Êþº¾
Exceptions
getOptions
,¶
--- NEW FILE: GzipImport.class ---
Êþº¾
Exceptions
*·
±
+¸
+¹
--- NEW FILE: Hydrogenize.class ---
Êþº¾
6âëC-
startsWith
removeNode
6
¶
+¶
9
g9
91`o96§
§
kc9+¶
¤ÿ¬±
oµ
oµ
oµ
Y´
¶
¶
¶
*¶
¶
¶
¶
¶
¶
¶
¶
¶
¶
--- NEW FILE: ImageExport.class ---
Êþº¾
Exceptions
RSP
startsWith
preconvert
*µ
,¸
/¸
§
°
Æ
Æ
¶
--- NEW FILE: JavaScripter.class ---
Êþº¾
setMessage
web browser.
Please try another. These are known to work:
- Netscape Navigator 3 or later
- MS Explorer 4 or later
µ
:-ÿ*´
--- NEW FILE: JpegEncoder.class ---
Êþº¾
FG
IJ
NO
NR
Af
Nl?Ð
Nm@`
Nn
N
N
IO Error:
getMessage
addElement
grabPixels
é
µ
µ
YOYOYOYOYOYOYOYOYOY OY
OYOYOY
OYOYOYOµ
*¼
YOYOYOYOYOYOYOYOYOY OY
OYOµ
YOYOYOYOYOYOYOYOYOY OY
OYOYOY
OYOYOYOµ
YOYOYOYOYOYOYOYOYOY OY
OYOµ
YOYOYOYOYOYOYOYOYOY OY
OYOYOY
OYOYOY}Oµ
YOYOYOYOYOYOYOYOY!OY 1OY
AOYOYOY
QOYaOYOY"OYqOYOY2OY
OY'OY(OY)OY*OY+OY,%OY-&OY.'OY/(OY0)OY1*OY24OY35OY46OY57OY68OY79OY8:OY9COY:DOY;EOY<FOY=GOY>HOY?IOY@JOYASOYBTOYCUOYDVOYEWOYFXOYGYOYHZOYIcOYJdOYKeOYLfOYMgOYNhOYOiOYPjOYQsOYRtOYSuOYTvOYUwOYVxOYWyOYXzOYY
YOYOYOYOYOYOYOYOYOY OY
OYOYOY
OYOYOYwOµ
YOYOYOYOYOYOYOY!OY1OY OY
OYAOYQOY
OYaOYqOYOY"OY2OY
OY%OY&$OY'4OY(
YOYOYOµ
YOYOYOµ
YOYOYOµ
YOYOYOµ
YOYOYOµ
YOYOYOµ
Å
:*´
:@¼
:666*´
T T T
T T T T T* +¶
*´
¶
6=§
O*´
O*´
O*´
N66§
N66§
6 §
§
ð
£ÿÔ6
x`6*+*´
@¡ÿZ
¶
:¼
:<=§
.¤ÿî¤ÿàO66.6<§
µ
µ
µ
µ
L»
*´
2¡
S*´
YOYOYOYOY OYOYOY
OYOY OY
OYOYOY
OYOYOYOYOYOY!OY(OY0OY)OY"OYOYOY
OYOYOYOYOYOY #OY!*OY"1OY#8OY$9OY%2OY&+OY'$OY(OY)OY*OY+OY,OY-%OY.,OY/3OY0:OY1;OY24OY3-OY4&OY5OY6'OY7.OY85OY9<OY:=OY;6OY</OY=7OY>>OY??O³
YOYOYOYOY OYOYOY
OYOY OY
OYOYOY
OYOYOYOYOYOY!OY(OY0OY)OY"OYOYOY
OYOYOYOYOYOY #OY!*OY"1OY#8OY$9OY%2OY&+OY'$OY(OY)OY*OY+OY,OY-%OY.,OY/3OY0:OY1;OY24OY3-OY4&OY5OY6'OY7.OY85OY9<OY:=OY;6OY</OY=7OY>>OY??O³
--- NEW FILE: JpegExport.class ---
Êþº¾
Exceptions
°
°
¸
--- NEW FILE: MolExport.class ---
Êþº¾
=p¤
!
"
%&'
+
6âëC-?
6âëC-
4
9
:
;<
GH
TUV
XYZ[\]
uv?à
Exceptions
$DATM
øû
ø
Marvin ÷
©ú
ÊËÌÍÌÎÏ
Ð
M MRV SMA
M MRV CTU
ÛÜzÞß
$DATUM
âãä´
Marvin
$MOL
$HDR
$CTAB
$END CTAB
êÈëÈìí
ó
getMinutes
getOptions
preconvert
getComment
appendLeft
ó
µ
¶
9¤
6+¶
¶
:¼
:¼
:
¼
:
¼
:
¼
§
¼
§
¼
§
"!
¶
-g¶
6)§
¶
¶
¶
¶
¶
¶
¶
"d¢
"d§
%d6%*%·
¶
¡ÿ
¶
¶
¶
,
¶
,
¶
,¶
¶
¶
d ¶
¡
d`§
--- NEW FILE: MolSelection2.class ---
Êþº¾
°:²
--- NEW FILE: MyformatExport.class ---
Êþº¾
SourceFile
¶
¶
¶
¶
¶
¶
--- NEW FILE: MyformatImport.class ---
Êþº¾
Exceptions
SourceFile
*´
+¶
¶
¶
¶
--- NEW FILE: NetscapeJavaScripter.class ---
Êþº¾
MAYSCRIPT was probably omitted.
See the stack trace for details.
Maybe you have a buggy web browser like Netscape 4.6.
If so, please upgrade to Netscape 4.61 or later.
If you found this bug in an other browser, please let us
know it, and send the stack trace to su...@ch...
setMessage
µ
:§
--- NEW FILE: PEdge.class ---
Êþº¾
addElement
¡ÿì±
*´
--- NEW FILE: PGraph.class ---
Êþº¾
addElement
¡ÿ×°
*´
*´
d=§
--- NEW FILE: PNode.class ---
Êþº¾
addElement
±
--- NEW FILE: Parity.class ---
Êþº¾
getGrinvCC
getStereo1
paritySign
addElement
±
*´
:`¼
:OO6§
§
¶
S¶
¡ÿÏ**´
:`¼
:OO6§
§
¶
S¶
¡ÿÏ**´
,.3
,.3
,.3
,.3
*´
g9*´
g9*´
g9*´
,.6x`6*´
9
9
6 66
99
6 66
99
6 66
:
µ
µ
*x`¼µ
6
§
¶
¶
¶
:6 §
6§
.`O2¾¡ÿ㾡ÿ§
§
2¾½
2.2S
2¾¡ÿå*¶
2.\.
.`O
2¾¡ÿã
¾¡ÿ-°
M>§
M>§
M>§
N+-¸
:6O-.¤
: ¸
N¼
:+-¸
6§
¡
6¡ÿç
6 ¡ÿ°
N66§
+2¾6+¾¡ÿè6§
:+2¾6+2¸
°,¾¡ÿß*-¶
6§
:, 2.2
¸
S 2¾¡ÿÆ*
¶
²
--- NEW FILE: PdbExport.class ---
Êþº¾
Exceptions
HEADER
pdb.idcode
MOLECULE:
pdb.revdat
0
END
preconvert
appendLeft
L*´
-¶
¢
¢
Æ
¶
*
¶
¶
.:§
,4¶
¶
¶
¶
,+¶
¶
¶
¶
¶
d¶
--- NEW FILE: PdbImport.class ---
Êþº¾
Exceptions
pdb.idcode
pdb.revdat
addElement
,Æ
¶
¸
¶
¸
¶
¶
¶
¢
¶
2¸
F¸
+¶
+¸
)
*
--- NEW FILE: PngEncoder.class ---
Êþº¾
FILTER_SUB
scanlines
grabPixels
±
TYTY
TM*´
±
¬
*+¶
·
:»
¶
¶
--- NEW FILE: PngExport.class ---
Êþº¾
Exceptions
Bits/pixel
:°
:°
¸
¸
--- NEW FILE: PovExport.class ---
Êþº¾
bondlength
calcCenter
¶
¶
--- NEW FILE: PpmEncoder.class ---
Êþº¾
Exceptions
scanlines
*+µ
**´
µ
±
*µ
: 6
§
h`66§
` ·
¡ÿ«±
: 6
§
h`66§
` ·
¡ÿ¯±
6§
`6h6
.2~zT
`.3~zT
`.
--- NEW FILE: PpmExport.class ---
Êþº¾
Exceptions
--- NEW FILE: RasMolScripter.class ---
Êþº¾
&
'
()
+,
Exceptions
rasmol_zap
[x, y, z]
calcCenter
addElement
startsWith
Á
µ
*´
»
¹
S*´
¹
¹
¹
,¶
¹
¹
S*´
¹
¹
Y*´
Y*´
¸
¶
¶
¶
6,¶
Ë
--- NEW FILE: RingGraph.class ---
Êþº¾
addElement
*·
:*¶
µ
µ
¶
,
¶
¶
·
,
¶
¶
·
§
¶
ÿ
ÿí,¶
§
¶
ÿ
ÿì§
--- NEW FILE: SmartsAtomImport.class ---
Êþº¾
startsWith
addElement
*·
¶
¸
¶
h
0d`6¶
9¤ÿÜ,¶
&
-
3
n¡
&
T6¡ü-¶
:6§
³
³
³
--- NEW FILE: SmilesExport.class ---
Êþº¾
!"
#$
#&
*+
!5
!8
*9
*:
!D
WX
#[
#\
!]
!_
!d
jk
#t
xy
xz
x{
!}
#
x
([[I[J[I)I
Exceptions
(IIII[[I)V
preconvert
getStereo2
getCTAtom1
getCTAtom4
getOptions
·
:*·
µ
S d6
§
O
ÿ
ÿò ¼
S¡ÿÇ**´
µ
§
.
O
¡ÿì*´
¶
:*´
eP+,¸
:
¼
:¼:¼:
¼
:¼
:*+·
P§
·
·
,·
¶
¡
¡
p
!
¶
D:
§
¶
¶
¶
¶
¶
¶
¡
3
·
O ¾¡ÿµ¬
h
`.6 .6
.6
2:6§
O
2:6§
2 O
6§
.6
2.O2
.62
2.O2O
¾¡ÿ ¡ÿl±
Zµ
:6§
- 2:6§
YOYOYOYOYOYOYOYOYOY OY
OYOYOY
OYOYOM*´
:¾6¾6 6 6
666
6§
6
§
¤
¢
YOYOYOYþO:¼:6 ¾6
6
µ
µ
S¡ÿæ*·
¶
2\.O
2.~
·
2,¶
2,¶
2\.
2\.ý~O¢
2\.@O*
·
~
:2, ¶
66§
§
6¶
66§
Æ
6
Æ
¶
ý~62.
6
ý~6¶
¼
:66
6§
6
6
O¡ÿv
ý~662O
¡ÿ§
~
~
6§
,
2:6§
2..6
2.~
2`.62.
..62.6
¾¡ÿ)2d.6-2:
6§
..62.6
¾¡ÿ±
-2.666§
Æ
¶
--- NEW FILE: SmilesImport.class ---
Êþº¾
"#
XY
]^
]`
Xe
]gh
lm
lp
lr
lt
lwx
lyz{|}~
l
l
l
X
l
Exceptions
readSmilesÕÖ
®
µ
µ
µ
µ
*µ
*+,·
U666§ù¢
6 ²
·
§u
·
>§
§°
§
6
¼
Y*´
O:*´
§
6§
+¶
ý
*´
T*´
*´
§
2:.*´
*´
*´
2:O\.O*µ
66§
.~
.
6§
*´
\.O¬
+3
N½
§
¶
ÿ
ÿä
§
¶
ÿ
ÿä
~
66§
66
¢
6
§
:66
*´
h0d`6*´
9¤ÿÜ-¶
h0d`6¡ÿÖ
`
A
-
h0d`6¡ÿÖ
`¤
h0d`6¡ÿÖ
n¡
&
-x¶
YØñOYØñOYØñOYØñOY*´
ÿÿ]±
¶
¤
6 -.¡ÿÀ£
.O-
O
dd6
-.6--
.O-
O6-.6-.6-.6
¸
£
£
666
§
6§
6
§
¶
/
§
d¶
¶
z¤
d¶
6
¶
³
³
³
³
³
YOYOYOYOYOYOYOYOSY¼
YOYOYOYOYOYOYOYOSY¼
YOYOYOYOYOYOYOYOSY¼
YOYOYOYOYOYOYOYOSY¼
YOYOYOYOYOYOYOYOSY¼
YOYOYOYOYOYOYOYOSY¼
YOYOYOYOYOYOYOYOSY¼
YOYOYOYOYOYOYOYOSM>§6§
--- NEW FILE: Spacefill.class ---
Êþº¾
~>§
`` `
`¢
dkc
--- NEW FILE: SvgExport.class ---
Êþº¾
Exceptions
setComment
preconvert
M,+¶
M»
--- NEW FILE: SybylExport.class ---
Êþº¾
preconvert
W*+¶
W6§
W,¶
W¡ÿ+¶
W6§
+¶
¦
W¶
W+¶
W,¶
W±
--- NEW FILE: SybylImport.class ---
Êþº¾
6âëC-?
6âëC-
Exceptions
¶
¸
*·
³
--- NEW FILE: Threedim.class ---
Êþº¾
W°
*¼
µ
9Æ
Æ
o9
--- NEW FILE: XyzExport.class ---
Êþº¾
-
6,¸
¶
·
--- NEW FILE: XyzImport.class ---
Êþº¾
Exceptions
¶
*·
¶
¶
|
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:12:33
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/awt10/modules In directory usw-pr-cvs1:/tmp/cvs-serv16426 Added Files: About.class AboutJVM.class EditMolfileFrame.class ExceptionFrame.class ImageViewCanvas.class ImageViewFrame.class MViewAnimator.class MViewFrame.class MViewSketch.class PeriodicFrame.class RlogicDialog.class TemplateFrame.class Log Message: --- NEW FILE: About.class --- Êþº¾ n Copyright (C) 1998-2002 ChemAxon Ltd. s http://www.chemaxon.com/marvin s -¶ ¶ *W¶ ¶ µ ¶ *W¶ ¶ ¶ ¶ ¶ Y´ -¶ ¶ ¶ --- NEW FILE: AboutJVM.class --- Êþº¾ os.version JVM: Browser: OS: ¶ µ ¸ ¶ --- NEW FILE: EditMolfileFrame.class --- Êþº¾ N> PQR+ST setMenuBar M+,¶ YM¶ À *· ¶ ¶ --- NEW FILE: ExceptionFrame.class --- Êþº¾ setMessage getMessage Y· *· +(¶ à ¿ Æ ¶ *· --- NEW FILE: ImageViewCanvas.class --- Êþº¾ waitForAll Y· --- NEW FILE: ImageViewFrame.class --- Êþº¾ setMenuBar ° --- NEW FILE: MViewAnimator.class --- Êþº¾ startsWith addElement ,¶ :-ÿ,¶ .¶ 1¶ :-ÿ*´ ¶ --- NEW FILE: MViewFrame.class --- Êþº¾ setMenuBar *· § *· ,¶ ¶ ¶ -¶ ,*´ ,¶ *´ *´ *´ ¶ ¶ *´ -*´ --- NEW FILE: MViewSketch.class --- Êþº¾ ¶ :,ÿ° --- NEW FILE: PeriodicFrame.class --- Êþº¾ ?@ MN!% ]^_ ]} ¤¥¦ ]¬ ]Ó ]Ô ÜZ ÝÞ íî óô´ö ùú ?û à íë?úªªªªª«Ùâ releaseAll mouseEnter ox.state: Z[\ :4:Arom.: :0: :Wedge bond Up :9:Up:Wedge bond Down :17:Down:Either Up or Down :25:Either:Either Cis or Trans :98:C or T:Any bond :0:Any:Single or Double :5:1 or 2:Single or Aromatic :6:1 or a.:Double or Aromatic :7:2 or a.:Bond in ring :513:Ring:Bond in chain :1025:Chain l mno8=p q+ SMARTS query string (default)OwÔ"y3z3 |}ÕÓ~ ÔE:+<E E readSmiles ± ² setEnabled addElement gridheight setMenuBar invalidate getMenuBar startsWith calcCenter Ð *» =» 9¤\ ad`µ ¸ ¢ ¶ l¸ p¸ · Y:*» \:*» · :6§= ¶ ¶ ¶ ¶ ¢ ¶ ¶ µ 6§ ¶ ¶ ¶ ¶ ¶ 3:µ µ ¶ ¶ § . ¾¡ÿª§ *´ *´ » · ¢ ¤ :6 § ¶ *´ *´ ´ ¶ *´ ¶ ¶ YOY OYOYOYOYO³ --- NEW FILE: RlogicDialog.class --- Êþº¾ If R# then getMessage ¶ µ §A*´ ¶ ?~Oz?~6*´ ¶ .¶ » ¶ 2¶ » 2¶ » 22¶ 2¶ 2¶ ¡þ¾,Y´ *´ --- NEW FILE: TemplateFrame.class --- Êþº¾ mouseEnter ¶ |
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:12:00
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/awt10/modules In directory usw-pr-cvs1:/tmp/cvs-serv16180/modules Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/awt10/modules added to the repository |
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:10:35
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/swing In directory usw-pr-cvs1:/tmp/cvs-serv15437/swing Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/swing added to the repository |
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:10:18
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/templates In directory usw-pr-cvs1:/tmp/cvs-serv15339/templates Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/templates added to the repository |
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:09:58
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/modules In directory usw-pr-cvs1:/tmp/cvs-serv15237/modules Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/modules added to the repository |
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:09:42
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/help In directory usw-pr-cvs1:/tmp/cvs-serv15163/help Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/help added to the repository |
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:09:29
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/awt10 In directory usw-pr-cvs1:/tmp/cvs-serv15088/awt10 Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin/awt10 added to the repository |
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:09:10
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin
In directory usw-pr-cvs1:/tmp/cvs-serv14957
Added Files:
filesecurity.html firewall.html incompatible-classes.html
Log Message:
Needed for marvin
--- NEW FILE: filesecurity.html ---
<html>
<head>
<title>Marvin caught a SecurityException</title>
</head>
<body BGCOLOR="#ffffff" TEXT="#333366">
<font COLOR="red">
<blink>Error:</blink> Marvin cannot load a molecule or template file
</font>
<p>This error occurs if the applet does not have permission to load a file
from a local drive. Some browsers (Netscape, MSIE) do not let applets read
local files in directories outside <b>CODEBASE</b>, because of security
reasons. Other browsers (Opera, Konqueror) do not let applets read local
files at all.
<p>Possible solutions:
<ul>
<li>Install a web server and try to access the applet and
the molecule files through the http protocol.
<p>
</li>
<li>Copy the molecule file(s) to a directory which is inside the applet's
<b>CODEBASE</b>.
<p>
</li>
<li>Disable Java security in your web browser.
<ul>
<li>in Konqueror 2.1: uncheck the "Use Security Manager"
option in the Java settings</li>
</ul>
</li>
</ul>
</body>
</html>
--- NEW FILE: firewall.html ---
<html>
<head>
<title>Marvin caught a SecurityException</title>
</head>
<body BGCOLOR="#ffffff" TEXT="#333366">
<font COLOR="red">
<blink>Error:</blink> Marvin cannot load a module, a template or a molecule file
</font>
<p>
One of the following two possibilities might have caused the problem:
<ul>
<li>The file and Marvin are not on the same server.
From security reasons, Java applets can only access files from their host
web site.</li>
<li>You are behind a <i>firewall</i> which does not proxy DNS correctly or
at all. Netscape Navigator 4.01 and later versions do not trust in such
misconfigured proxies by default, so applets cannot connect back to their host
web site.</li>
</ul>
<hr WIDTH="50%">
<p>There are two ways to solve the <b>firewall</b> problem:
<p>
<i>1.</i>
Ask the system administrator of your intranet to reconfigure the firewall
correctly, or
<p>
<i>2.</i>
Modify Netscape's preferences "manually" by editing your
Preferences file.<p>
The name and location of this file varies from platform to platform:
<blockquote>
<table CELLSPACING=10 CELLPADDING=0 BORDER=0>
<tr ALIGN=LEFT>
<td>Macintosh:</td>
<td>System Folder:Preferences:Netscape f:Netscape Preferences</td></tr>
<tr ALIGN=LEFT>
<td>UNIX:</td>
<td>~/.netscape/preferences.js</td></tr>
<tr ALIGN=LEFT>
<td>Windows:</td>
<td>\Program Files\Netscape\Users\<username>\prefs.js</td></tr>
</table>
</blockquote>
Be sure to edit this file only while all instances of Netscape are shut down,
as Netscape will overwrite the file when it exits.
<p>
To enable the preference, add this line to the Preferences file:<br>
<pre>
user_pref("security.lower_java_network_security_by_trusting_proxies",true);
</pre>
</body>
</html>
--- NEW FILE: incompatible-classes.html ---
<html>
<head>
<title>Marvin loaded an incompatible class</title>
</head>
<body BGCOLOR="#ffffff" TEXT="#333366">
<font COLOR="red">
<blink>Error:</blink> Marvin loaded an incompatible class file
</font>
<p>This error might occur if the Marvin class library interferes with the
applet's classes.<br>
Please remove <tt>MarvinBeans.jar</tt> and <tt>jchem.jar</tt>
from your <tt>CLASSPATH</tt>!
<p>An additional class library like Marvin should only be specified in a
<i>local</i> <tt>CLASSPATH</tt> inside a script or makefile, but not in the
<i>global</i> one that is also seen by your web browser.
</body>
</html>
|
|
From: Stefan K. <sh...@us...> - 2002-02-26 17:07:55
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin In directory usw-pr-cvs1:/tmp/cvs-serv14731/marvin Log Message: Directory /cvsroot/nmrshiftdb/nmrshiftdb/src/html/chemaxon/marvin added to the repository |