| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render.director |
This package contains interfaces and classes to create an implementation
to create a graphical representation of the
Layout
of a SBML document. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Catalysis<T>
interface all the different graphical representations for catalysis arcs have
to implement
|
interface |
Consumption<T>
interface all the different graphical representations for consumption arcs
have to implement
|
interface |
Inhibition<T>
interface all the different graphical representations for inhibition arcs
have to implement
|
interface |
Modulation<T>
Interface for the SBGN specified modulation arc.
|
interface |
NecessaryStimulation<T>
Interface for the SBGN specified necessary stimulation arc.
|
interface |
Production<T>
interface all the different graphical representations for production arcs
have to implement
|
interface |
ReversibleConsumption<T>
Interface for all reversible consumption processes.
|
interface |
Stimulation<T>
Interface for the SBGN specified stimulation arc.
|
| Modifier and Type | Method and Description |
|---|---|
SBGNArc<ArcT> |
AbstractLayoutBuilder.createArc(SpeciesReferenceGlyph srg,
ReactionGlyph reactionGlyph)
|
SBGNArc<ArcT> |
AbstractLayoutBuilder.getSBGNArc(int sboTerm)
Creates the correct
SBGNArc according to the given SBO term. |
SBGNArc<ArcT> |
AbstractLayoutBuilder.getSBGNArc(SpeciesReferenceRole speciesReferenceRole)
Creates the correct
SBGNArc according to the given
SpeciesReferenceRole. |
Copyright © 2009–2020. All rights reserved.