public class Arc extends SBGNBase
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://sbgn.org/libsbgn/0.3}SBGNBase">
<sequence>
<element ref="{http://sbgn.org/libsbgn/0.3}glyph" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://sbgn.org/libsbgn/0.3}port" maxOccurs="unbounded" minOccurs="0"/>
<element name="start">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://sbgn.org/libsbgn/0.3}PointAttributes"/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="next" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://sbgn.org/libsbgn/0.3}point" maxOccurs="2" minOccurs="0"/>
</sequence>
<attGroup ref="{http://sbgn.org/libsbgn/0.3}PointAttributes"/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="end">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://sbgn.org/libsbgn/0.3}point" maxOccurs="2" minOccurs="0"/>
</sequence>
<attGroup ref="{http://sbgn.org/libsbgn/0.3}PointAttributes"/>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="class" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="production"/>
<enumeration value="consumption"/>
<enumeration value="catalysis"/>
<enumeration value="modulation"/>
<enumeration value="stimulation"/>
<enumeration value="inhibition"/>
<enumeration value="assignment"/>
<enumeration value="interaction"/>
<enumeration value="absolute inhibition"/>
<enumeration value="absolute stimulation"/>
<enumeration value="positive influence"/>
<enumeration value="negative influence"/>
<enumeration value="unknown influence"/>
<enumeration value="equivalence arc"/>
<enumeration value="necessary stimulation"/>
<enumeration value="logic arc"/>
</restriction>
</simpleType>
</attribute>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="target" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Arc.End
Java class for anonymous complex type.
|
static class |
Arc.Next
Java class for anonymous complex type.
|
static class |
Arc.Start
Java class for anonymous complex type.
|
SBGNBase.Extension, SBGNBase.Notes| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected Arc.End |
end |
protected List<Glyph> |
glyph |
protected String |
id |
protected List<Arc.Next> |
next |
protected List<Port> |
port |
protected Object |
source |
protected Arc.Start |
start |
protected Object |
target |
| Constructor and Description |
|---|
Arc() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
Arc.End |
getEnd()
Gets the value of the end property.
|
List<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">
In PD, an arc can contain a single optional sub-glyph.
|
String |
getId()
Gets the value of the id property.
|
List<Arc.Next> |
getNext()
Gets the value of the next property.
|
List<Port> |
getPort()
<?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">
Ports are only allowed in ER.
|
Object |
getSource()
Gets the value of the source property.
|
Arc.Start |
getStart()
Gets the value of the start property.
|
Object |
getTarget()
Gets the value of the target property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setEnd(Arc.End value)
Sets the value of the end property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSource(Object value)
Sets the value of the source property.
|
void |
setStart(Arc.Start value)
Sets the value of the start property.
|
void |
setTarget(Object value)
Sets the value of the target property.
|
getExtension, getNotes, setExtension, setNotesprotected Arc.Start start
protected Arc.End end
protected String clazz
protected String id
protected Object source
protected Object target
public List<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">
In PD, an arc can contain a single optional sub-glyph.
This glyph must be a stoichiometry marker
(square with a numeric label)
</p>
<?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 ER, an arc can contain several sub-glyphs.
This can be zero or one cardinality glyphs
(e.g. cis or trans), plus zero to many
outcome glyphs (black dot)
</p>
Gets the value of the glyph property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the glyph property.
For example, to add a new item, do as follows:
getGlyph().add(newItem);
Objects of the following type(s) are allowed in the list
Glyph
public List<Port> getPort()
<?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">
Ports are only allowed in ER.
</p>
Gets the value of the port property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the port property.
For example, to add a new item, do as follows:
getPort().add(newItem);
Objects of the following type(s) are allowed in the list
Port
public Arc.Start getStart()
Arc.Startpublic void setStart(Arc.Start value)
value - allowed object is
Arc.Startpublic List<Arc.Next> getNext()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the next property.
For example, to add a new item, do as follows:
getNext().add(newItem);
Objects of the following type(s) are allowed in the list
Arc.Next
public Arc.End getEnd()
Arc.Endpublic void setEnd(Arc.End value)
value - allowed object is
Arc.Endpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Object getSource()
Objectpublic void setSource(Object value)
value - allowed object is
Objectpublic Object getTarget()
ObjectCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.