neuroml.network
Class ConnectivityPattern

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

public class ConnectivityPattern
extends java.lang.Object

Information on the number of target cells connected to source cells, etc.

Java class for ConnectivityPattern complex type.

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

 <complexType name="ConnectivityPattern">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="all_to_all">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fixed_probability">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="probability" type="{http://morphml.org/metadata/schema}ZeroToOne" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="per_cell_connection" type="{http://morphml.org/networkml/schema}PerCellConnection"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ConnectivityPattern.AllToAll
          Java class for anonymous complex type.
static class ConnectivityPattern.FixedProbability
          Java class for anonymous complex type.
 
Field Summary
protected  ConnectivityPattern.AllToAll allToAll
           
protected  ConnectivityPattern.FixedProbability fixedProbability
           
protected  PerCellConnection perCellConnection
           
 
Constructor Summary
ConnectivityPattern()
           
 
Method Summary
 ConnectivityPattern.AllToAll getAllToAll()
          Gets the value of the allToAll property.
 ConnectivityPattern.FixedProbability getFixedProbability()
          Gets the value of the fixedProbability property.
 PerCellConnection getPerCellConnection()
          Gets the value of the perCellConnection property.
 void setAllToAll(ConnectivityPattern.AllToAll value)
          Sets the value of the allToAll property.
 void setFixedProbability(ConnectivityPattern.FixedProbability value)
          Sets the value of the fixedProbability property.
 void setPerCellConnection(PerCellConnection value)
          Sets the value of the perCellConnection property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allToAll

protected ConnectivityPattern.AllToAll allToAll

fixedProbability

protected ConnectivityPattern.FixedProbability fixedProbability

perCellConnection

protected PerCellConnection perCellConnection
Constructor Detail

ConnectivityPattern

public ConnectivityPattern()
Method Detail

getAllToAll

public ConnectivityPattern.AllToAll getAllToAll()
Gets the value of the allToAll property.

Returns:
possible object is ConnectivityPattern.AllToAll

setAllToAll

public void setAllToAll(ConnectivityPattern.AllToAll value)
Sets the value of the allToAll property.

Parameters:
value - allowed object is ConnectivityPattern.AllToAll

getFixedProbability

public ConnectivityPattern.FixedProbability getFixedProbability()
Gets the value of the fixedProbability property.

Returns:
possible object is ConnectivityPattern.FixedProbability

setFixedProbability

public void setFixedProbability(ConnectivityPattern.FixedProbability value)
Sets the value of the fixedProbability property.

Parameters:
value - allowed object is ConnectivityPattern.FixedProbability

getPerCellConnection

public PerCellConnection getPerCellConnection()
Gets the value of the perCellConnection property.

Returns:
possible object is PerCellConnection

setPerCellConnection

public void setPerCellConnection(PerCellConnection value)
Sets the value of the perCellConnection property.

Parameters:
value - allowed object is PerCellConnection


NeuroML API (v1.4)