neuroml.network
Class ConnectivityPattern.FixedProbability
java.lang.Object
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>
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 |
probability
protected java.lang.Double probability
ConnectivityPattern.FixedProbability
public ConnectivityPattern.FixedProbability()
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)