|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.channel.HHGate
public class HHGate
Gate with Hodgkin Huxley like state transitions
Java class for HHGate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HHGate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transition" type="{http://morphml.org/channelml/schema}Transition"/>
</sequence>
<attribute name="state" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
state
|
protected Transition |
transition
|
| Constructor Summary | |
|---|---|
HHGate()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getState()
Gets the value of the state property. |
Transition |
getTransition()
Gets the value of the transition property. |
void |
setState(java.lang.String value)
Sets the value of the state property. |
void |
setTransition(Transition value)
Sets the value of the transition property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Transition transition
protected java.lang.String state
| Constructor Detail |
|---|
public HHGate()
| Method Detail |
|---|
public Transition getTransition()
Transitionpublic void setTransition(Transition value)
value - allowed object is
Transitionpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||