neuroml.network
Class Projection

java.lang.Object
  extended by neuroml.network.Projection

public class Projection
extends java.lang.Object

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

notes

protected java.lang.String notes

properties

protected Properties properties

annotation

protected Annotation annotation

group

protected java.util.List<java.lang.String> group

source

protected java.lang.String source

target

protected java.lang.String target

synapseProps

protected java.util.List<SynapseProperties> synapseProps

connections

protected Connections connections

connectivityPattern

protected ConnectivityPattern connectivityPattern

name

protected java.lang.String name
Constructor Detail

Projection

public Projection()
Method Detail

getNotes

public java.lang.String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(java.lang.String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getAnnotation

public Annotation getAnnotation()
Gets the value of the annotation property.

Returns:
possible object is Annotation

setAnnotation

public void setAnnotation(Annotation value)
Sets the value of the annotation property.

Parameters:
value - allowed object is Annotation

getGroup

public java.util.List<java.lang.String> getGroup()
Gets the value of the group 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 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


getSource

public java.lang.String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(java.lang.String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getTarget

public java.lang.String getTarget()
Gets the value of the target property.

Returns:
possible object is String

setTarget

public void setTarget(java.lang.String value)
Sets the value of the target property.

Parameters:
value - allowed object is String

getSynapseProps

public java.util.List<SynapseProperties> getSynapseProps()
Gets the value of the synapseProps 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 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


getConnections

public Connections getConnections()
Gets the value of the connections property.

Returns:
possible object is Connections

setConnections

public void setConnections(Connections value)
Sets the value of the connections property.

Parameters:
value - allowed object is Connections

getConnectivityPattern

public ConnectivityPattern getConnectivityPattern()
Gets the value of the connectivityPattern property.

Returns:
possible object is ConnectivityPattern

setConnectivityPattern

public void setConnectivityPattern(ConnectivityPattern value)
Sets the value of the connectivityPattern property.

Parameters:
value - allowed object is ConnectivityPattern

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)