Modifier and Type | Field and Description |
---|---|
(package private) double |
capacitance |
(package private) double |
conductance |
(package private) double |
drive |
(package private) double |
intrinsicCurrent |
(package private) BasicStateNode |
nodeA |
(package private) BasicStateNode |
nodeB |
(package private) BasicStructureLink |
structure |
Constructor and Description |
---|
BasicStateLink(BasicStructureLink bsl,
BasicStateNode bsna,
BasicStateNode bsnb) |
Modifier and Type | Method and Description |
---|---|
double |
getCapacitance(DiffusibleQuantity dq) |
double |
getConductance(DiffusibleQuantity dq) |
double |
getDrive(DiffusibleQuantity dq) |
double |
getIntrinsicCurrent(DiffusibleQuantity dq) |
StateNode |
getNodeA() |
StateNode |
getNodeB() |
StructureLink |
getStructureLink()
gets the shared properties object holding the non-state information
for this link.
|
BasicStructureLink structure
BasicStateNode nodeA
BasicStateNode nodeB
double conductance
double capacitance
double drive
double intrinsicCurrent
public BasicStateLink(BasicStructureLink bsl, BasicStateNode bsna, BasicStateNode bsnb)
public double getConductance(DiffusibleQuantity dq)
getConductance
in interface StateLink
public double getCapacitance(DiffusibleQuantity dq)
getCapacitance
in interface StateLink
public double getIntrinsicCurrent(DiffusibleQuantity dq)
getIntrinsicCurrent
in interface StateLink
public double getDrive(DiffusibleQuantity dq)
public StructureLink getStructureLink()
StateLink
getStructureLink
in interface StateLink
Copyright © 2013. All Rights Reserved.