|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.network.ConnectivityPattern
public class ConnectivityPattern
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 |
---|
protected ConnectivityPattern.AllToAll allToAll
protected ConnectivityPattern.FixedProbability fixedProbability
protected PerCellConnection perCellConnection
Constructor Detail |
---|
public ConnectivityPattern()
Method Detail |
---|
public ConnectivityPattern.AllToAll getAllToAll()
ConnectivityPattern.AllToAll
public void setAllToAll(ConnectivityPattern.AllToAll value)
value
- allowed object is
ConnectivityPattern.AllToAll
public ConnectivityPattern.FixedProbability getFixedProbability()
ConnectivityPattern.FixedProbability
public void setFixedProbability(ConnectivityPattern.FixedProbability value)
value
- allowed object is
ConnectivityPattern.FixedProbability
public PerCellConnection getPerCellConnection()
PerCellConnection
public void setPerCellConnection(PerCellConnection value)
value
- allowed object is
PerCellConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |