All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sbml.jsbml.resources.cfg.SBMLLayoutElements.xml Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
  <comment>
    $Id$
    $URL$
    ----------------------------------------------------------------------------
    This file is part of JSBML. Please visit http://sbml.org/Software/JSBML
    for the latest version of JSBML and more information about SBML.

    Copyright (C) 2009-2016 jointly by the following organizations:
    1. The University of Tuebingen, Germany
    2. EMBL European Bioinformatics Institute (EBML-EBI), Hinxton, UK
    3. The California Institute of Technology, Pasadena, CA, USA
    4. The University of California, San Diego, La Jolla, CA, USA
    5. The Babraham Institute, Cambridge, UK

    This library is free software; you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation. A copy of the license agreement is provided
    in the file named "LICENSE.txt" included with this software distribution
    and also available online as http://sbml.org/Software/JSBML/License.
    ----------------------------------------------------------------------------

    Mapping between SBML layout element names and their representation
    as JSBML classes.

    Version: $Rev$
  </comment>
  <entry key="basePoint1">org.sbml.jsbml.ext.layout.Point</entry>
  <entry key="basePoint2">org.sbml.jsbml.ext.layout.Point</entry>
  <entry key="boundingBox">org.sbml.jsbml.ext.layout.BoundingBox</entry>
  <entry key="compartmentGlyph">org.sbml.jsbml.ext.layout.CompartmentGlyph</entry>
  <entry key="cubicBezier">org.sbml.jsbml.ext.layout.CubicBezier</entry> <!-- in case the XML was not properly created -->
  <entry key="lineSegment">org.sbml.jsbml.ext.layout.LineSegment</entry> <!-- in case the XML was not properly created -->
  <entry key="curve">org.sbml.jsbml.ext.layout.Curve</entry>
  <entry key="curveSegment">org.sbml.jsbml.ext.layout.CubicBezier</entry> <!-- we always create a CubicBezier instance when parsing and transform back the LineSegment at the end -->
  <entry key="dimensions">org.sbml.jsbml.ext.layout.Dimensions</entry>
  <entry key="end">org.sbml.jsbml.ext.layout.Point</entry>
  <entry key="layout">org.sbml.jsbml.ext.layout.Layout</entry>  
  <entry key="listOfCompartmentGlyphs">org.sbml.jsbml.ListOf</entry>
  <entry key="listOfCurveSegments">org.sbml.jsbml.ListOf</entry>
  <entry key="listOfLayouts">org.sbml.jsbml.ListOf</entry>
  <entry key="listOfReactionGlyphs">org.sbml.jsbml.ListOf</entry>
  <entry key="listOfSpeciesGlyphs">org.sbml.jsbml.ListOf</entry>
  <entry key="listOfSpeciesReferenceGlyphs">org.sbml.jsbml.ListOf</entry>
  <entry key="listOfTextGlyphs">org.sbml.jsbml.ListOf</entry>
  <entry key="position">org.sbml.jsbml.ext.layout.Point</entry>  
  <entry key="reactionGlyph">org.sbml.jsbml.ext.layout.ReactionGlyph</entry>
  <entry key="speciesGlyph">org.sbml.jsbml.ext.layout.SpeciesGlyph</entry>
  <entry key="speciesReferenceGlyph">org.sbml.jsbml.ext.layout.SpeciesReferenceGlyph</entry>
  <entry key="start">org.sbml.jsbml.ext.layout.Point</entry>
  <entry key="textGlyph">org.sbml.jsbml.ext.layout.TextGlyph</entry>
</properties>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy