Package | Description |
---|---|
org.sbgn.bindings |
Modifier and Type | Field and Description |
---|---|
protected List<Glyph> |
Arcgroup.glyph |
protected List<Glyph> |
Glyph.glyph |
protected List<Glyph> |
Map.glyph |
protected List<Glyph> |
Arc.glyph |
Modifier and Type | Method and Description |
---|---|
Glyph |
ObjectFactory.createGlyph()
Create an instance of
Glyph |
Modifier and Type | Method and Description |
---|---|
List<Glyph> |
Arcgroup.getGlyph()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://sbgn.org/libsbgn/0.3" xmlns:sbgn="http://sbgn.org/libsbgn/0.3" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An arcgroup can contain glyphs.
|
List<Glyph> |
Glyph.getGlyph()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://sbgn.org/libsbgn/0.3" xmlns:sbgn="http://sbgn.org/libsbgn/0.3" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A glyph element can contain any number of children glyph
elements.
|
List<Glyph> |
Map.getGlyph()
Gets the value of the glyph property.
|
List<Glyph> |
Arc.getGlyph()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://sbgn.org/libsbgn/0.3" xmlns:sbgn="http://sbgn.org/libsbgn/0.3" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
In PD, an arc can contain a single optional sub-glyph.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.