neuroml.network
Class PerCellConnection

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

public class PerCellConnection
extends java.lang.Object

Connection built iteratively from each pre (or post) cell based on a number of parameters

Java class for PerCellConnection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PerCellConnection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="direction" default="PreToPost">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="PreToPost"/>
             <enumeration value="PostToPre"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="max_per_target" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="num_per_source" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String direction
           
protected  java.lang.Double maxPerTarget
           
protected  java.lang.Double numPerSource
           
 
Constructor Summary
PerCellConnection()
           
 
Method Summary
 java.lang.String getDirection()
          Gets the value of the direction property.
 java.lang.Double getMaxPerTarget()
          Gets the value of the maxPerTarget property.
 java.lang.Double getNumPerSource()
          Gets the value of the numPerSource property.
 void setDirection(java.lang.String value)
          Sets the value of the direction property.
 void setMaxPerTarget(java.lang.Double value)
          Sets the value of the maxPerTarget property.
 void setNumPerSource(java.lang.Double value)
          Sets the value of the numPerSource property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

direction

protected java.lang.String direction

maxPerTarget

protected java.lang.Double maxPerTarget

numPerSource

protected java.lang.Double numPerSource
Constructor Detail

PerCellConnection

public PerCellConnection()
Method Detail

getDirection

public java.lang.String getDirection()
Gets the value of the direction property.

Returns:
possible object is String

setDirection

public void setDirection(java.lang.String value)
Sets the value of the direction property.

Parameters:
value - allowed object is String

getMaxPerTarget

public java.lang.Double getMaxPerTarget()
Gets the value of the maxPerTarget property.

Returns:
possible object is Double

setMaxPerTarget

public void setMaxPerTarget(java.lang.Double value)
Sets the value of the maxPerTarget property.

Parameters:
value - allowed object is Double

getNumPerSource

public java.lang.Double getNumPerSource()
Gets the value of the numPerSource property.

Returns:
possible object is Double

setNumPerSource

public void setNumPerSource(java.lang.Double value)
Sets the value of the numPerSource property.

Parameters:
value - allowed object is Double


NeuroML API (v1.4)