neuroml.channel
Class HHGate

java.lang.Object
  extended by neuroml.channel.HHGate

public class HHGate
extends java.lang.Object

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

transition

protected Transition transition

state

protected java.lang.String state
Constructor Detail

HHGate

public HHGate()
Method Detail

getTransition

public Transition getTransition()
Gets the value of the transition property.

Returns:
possible object is Transition

setTransition

public void setTransition(Transition value)
Sets the value of the transition property.

Parameters:
value - allowed object is Transition

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)