neuroml.network
Class ConnectivityPattern.FixedProbability

java.lang.Object
  extended by neuroml.network.ConnectivityPattern.FixedProbability
Enclosing class:
ConnectivityPattern

public static class ConnectivityPattern.FixedProbability
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="probability" type="{http://morphml.org/metadata/schema}ZeroToOne" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double probability
           
 
Constructor Summary
ConnectivityPattern.FixedProbability()
           
 
Method Summary
 java.lang.Double getProbability()
          Gets the value of the probability property.
 void setProbability(java.lang.Double value)
          Sets the value of the probability property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

probability

protected java.lang.Double probability
Constructor Detail

ConnectivityPattern.FixedProbability

public ConnectivityPattern.FixedProbability()
Method Detail

getProbability

public java.lang.Double getProbability()
Gets the value of the probability property.

Returns:
possible object is Double

setProbability

public void setProbability(java.lang.Double value)
Sets the value of the probability property.

Parameters:
value - allowed object is Double


NeuroML API (v1.4)