neuroml.channel
Class Transition

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

public class Transition
extends java.lang.Object

What causes the gate to open and close. A dependence on potential difference, or a voltage and (ion) concentration dependence

Java class for Transition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Transition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="voltage_gate" type="{http://morphml.org/channelml/schema}VoltageGate"/>
         <element name="voltage_conc_gate" type="{http://morphml.org/channelml/schema}VoltageConcGate"/>
       </choice>
       <attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String src
           
protected  java.lang.String target
           
protected  VoltageConcGate voltageConcGate
           
protected  VoltageGate voltageGate
           
 
Constructor Summary
Transition()
           
 
Method Summary
 java.lang.String getSrc()
          Gets the value of the src property.
 java.lang.String getTarget()
          Gets the value of the target property.
 VoltageConcGate getVoltageConcGate()
          Gets the value of the voltageConcGate property.
 VoltageGate getVoltageGate()
          Gets the value of the voltageGate property.
 void setSrc(java.lang.String value)
          Sets the value of the src property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setVoltageConcGate(VoltageConcGate value)
          Sets the value of the voltageConcGate property.
 void setVoltageGate(VoltageGate value)
          Sets the value of the voltageGate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

voltageGate

protected VoltageGate voltageGate

voltageConcGate

protected VoltageConcGate voltageConcGate

src

protected java.lang.String src

target

protected java.lang.String target
Constructor Detail

Transition

public Transition()
Method Detail

getVoltageGate

public VoltageGate getVoltageGate()
Gets the value of the voltageGate property.

Returns:
possible object is VoltageGate

setVoltageGate

public void setVoltageGate(VoltageGate value)
Sets the value of the voltageGate property.

Parameters:
value - allowed object is VoltageGate

getVoltageConcGate

public VoltageConcGate getVoltageConcGate()
Gets the value of the voltageConcGate property.

Returns:
possible object is VoltageConcGate

setVoltageConcGate

public void setVoltageConcGate(VoltageConcGate value)
Sets the value of the voltageConcGate property.

Parameters:
value - allowed object is VoltageConcGate

getSrc

public java.lang.String getSrc()
Gets the value of the src property.

Returns:
possible object is String

setSrc

public void setSrc(java.lang.String value)
Sets the value of the src property.

Parameters:
value - allowed object is String

getTarget

public java.lang.String getTarget()
Gets the value of the target property.

Returns:
possible object is String

setTarget

public void setTarget(java.lang.String value)
Sets the value of the target property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)