public class CD2SBGNML
extends org.sbfc.converter.GeneralConverter
Constructor and Description |
---|
CD2SBGNML() |
Modifier and Type | Method and Description |
---|---|
org.sbfc.converter.models.GeneralModel |
convert(org.sbfc.converter.models.GeneralModel generalModel) |
Element |
getAllStyles(List<StyleInfo> styleInfoList,
Sbml sbmldoc) |
org.sbgn.bindings.Arc |
getArc(LinkModel linkM) |
String |
getDescription() |
org.sbgn.bindings.Glyph |
getGlyph(AliasWrapper aliasW,
boolean isClone) |
String |
getHtmlDescription() |
String |
getName() |
String |
getResultExtension() |
org.sbgn.bindings.SBGNBase.Extension |
getSBGNAnnotation(Element rdf,
String refId)
Convert a rdf element to an SBGN extension, with an annotation element inside wrapping the rdf.
|
org.sbgn.bindings.SBGNBase.Notes |
getSBGNNotes(Element notes)
Convert html Element into an SBGN notes object
|
org.sbgn.bindings.Glyph |
getStateVariable(String prefix,
String value,
Rectangle2D.Float parentBbox,
float angle) |
org.sbgn.bindings.Glyph |
getStateVariableFromResidueWrapper(ResidueWrapper residueW,
Rectangle2D.Float parentBbox) |
org.sbgn.bindings.Glyph |
getUnitOfInfo(String text,
Rectangle2D.Float parentBbox,
float angle) |
void |
processCompartment(Compartment compartment,
ModelWrapper modelW,
org.sbgn.bindings.Map map) |
void |
processSpecies(SpeciesWrapper species,
ModelWrapper modelW,
org.sbgn.bindings.Map map) |
org.sbgn.bindings.Glyph |
processSpeciesAlias(SpeciesWrapper species,
AliasWrapper alias,
ModelWrapper modelW,
boolean isClone) |
org.sbgn.bindings.Sbgn |
toSbgn(Sbml sbml) |
public org.sbgn.bindings.Sbgn toSbgn(Sbml sbml)
public void processCompartment(Compartment compartment, ModelWrapper modelW, org.sbgn.bindings.Map map)
public org.sbgn.bindings.Glyph processSpeciesAlias(SpeciesWrapper species, AliasWrapper alias, ModelWrapper modelW, boolean isClone)
public void processSpecies(SpeciesWrapper species, ModelWrapper modelW, org.sbgn.bindings.Map map)
public org.sbgn.bindings.Glyph getGlyph(AliasWrapper aliasW, boolean isClone)
public org.sbgn.bindings.Glyph getStateVariable(String prefix, String value, Rectangle2D.Float parentBbox, float angle)
public org.sbgn.bindings.Glyph getStateVariableFromResidueWrapper(ResidueWrapper residueW, Rectangle2D.Float parentBbox)
public org.sbgn.bindings.Glyph getUnitOfInfo(String text, Rectangle2D.Float parentBbox, float angle)
public org.sbgn.bindings.Arc getArc(LinkModel linkM)
public org.sbgn.bindings.SBGNBase.Notes getSBGNNotes(Element notes)
notes
- public org.sbgn.bindings.SBGNBase.Extension getSBGNAnnotation(Element rdf, String refId)
rdf
- public org.sbfc.converter.models.GeneralModel convert(org.sbfc.converter.models.GeneralModel generalModel) throws org.sbfc.converter.exceptions.ConversionException, org.sbfc.converter.exceptions.ReadModelException
convert
in class org.sbfc.converter.GeneralConverter
org.sbfc.converter.exceptions.ConversionException
org.sbfc.converter.exceptions.ReadModelException
public String getResultExtension()
getResultExtension
in class org.sbfc.converter.GeneralConverter
public String getName()
getName
in class org.sbfc.converter.GeneralConverter
public String getDescription()
getDescription
in class org.sbfc.converter.GeneralConverter
public String getHtmlDescription()
getHtmlDescription
in class org.sbfc.converter.GeneralConverter
Copyright © 2018. All rights reserved.