|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.network.Projection
public class Projection
Description of how one cell population makes synaptic connections with another
Java class for Projection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Projection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://morphml.org/metadata/schema}metadata"/>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="target" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="synapse_props" type="{http://morphml.org/networkml/schema}SynapseProperties" maxOccurs="unbounded"/>
<choice>
<element name="connections" type="{http://morphml.org/networkml/schema}Connections"/>
<element name="connectivity_pattern" type="{http://morphml.org/networkml/schema}ConnectivityPattern"/>
</choice>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Annotation |
annotation
|
protected Connections |
connections
|
protected ConnectivityPattern |
connectivityPattern
|
protected java.util.List<java.lang.String> |
group
|
protected java.lang.String |
name
|
protected java.lang.String |
notes
|
protected Properties |
properties
|
protected java.lang.String |
source
|
protected java.util.List<SynapseProperties> |
synapseProps
|
protected java.lang.String |
target
|
| Constructor Summary | |
|---|---|
Projection()
|
|
| Method Summary | |
|---|---|
Annotation |
getAnnotation()
Gets the value of the annotation property. |
Connections |
getConnections()
Gets the value of the connections property. |
ConnectivityPattern |
getConnectivityPattern()
Gets the value of the connectivityPattern property. |
java.util.List<java.lang.String> |
getGroup()
Gets the value of the group property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getNotes()
Gets the value of the notes property. |
Properties |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getSource()
Gets the value of the source property. |
java.util.List<SynapseProperties> |
getSynapseProps()
Gets the value of the synapseProps property. |
java.lang.String |
getTarget()
Gets the value of the target property. |
void |
setAnnotation(Annotation value)
Sets the value of the annotation property. |
void |
setConnections(Connections value)
Sets the value of the connections property. |
void |
setConnectivityPattern(ConnectivityPattern value)
Sets the value of the connectivityPattern property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNotes(java.lang.String value)
Sets the value of the notes property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSource(java.lang.String value)
Sets the value of the source property. |
void |
setTarget(java.lang.String value)
Sets the value of the target property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String notes
protected Properties properties
protected Annotation annotation
protected java.util.List<java.lang.String> group
protected java.lang.String source
protected java.lang.String target
protected java.util.List<SynapseProperties> synapseProps
protected Connections connections
protected ConnectivityPattern connectivityPattern
protected java.lang.String name
| Constructor Detail |
|---|
public Projection()
| Method Detail |
|---|
public java.lang.String getNotes()
Stringpublic void setNotes(java.lang.String value)
value - allowed object is
Stringpublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic java.util.List<java.lang.String> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTarget()
Stringpublic void setTarget(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<SynapseProperties> getSynapseProps()
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 synapseProps property.
For example, to add a new item, do as follows:
getSynapseProps().add(newItem);
Objects of the following type(s) are allowed in the list
SynapseProperties
public Connections getConnections()
Connectionspublic void setConnections(Connections value)
value - allowed object is
Connectionspublic ConnectivityPattern getConnectivityPattern()
ConnectivityPatternpublic void setConnectivityPattern(ConnectivityPattern value)
value - allowed object is
ConnectivityPatternpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||