neuroml.channel
Class GenericEquation

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

public class GenericEquation
extends java.lang.Object

Definition of a type of rate constant equation

Java class for GenericEquation complex type.

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

 <complexType name="GenericEquation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameter" type="{http://morphml.org/channelml/schema}Parameter" maxOccurs="0" minOccurs="0"/>
       </sequence>
       <attribute name="expr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String expr
           
 
Constructor Summary
GenericEquation()
           
 
Method Summary
 java.lang.String getExpr()
          Gets the value of the expr property.
 void setExpr(java.lang.String value)
          Sets the value of the expr property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expr

protected java.lang.String expr
Constructor Detail

GenericEquation

public GenericEquation()
Method Detail

getExpr

public java.lang.String getExpr()
Gets the value of the expr property.

Returns:
possible object is String

setExpr

public void setExpr(java.lang.String value)
Sets the value of the expr property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)