CESE 1.4.7

com.simulogic.cese.properties
Class ClampAttribute

java.lang.Object
  extended by com.simulogic.cese.properties.ClampAttribute

public class ClampAttribute
extends java.lang.Object

This class contains attributes of the variable that can be clamped


Constructor Summary
ClampAttribute()
          Creates new ClampAttribute
ClampAttribute(java.lang.String var, boolean cl)
          Creates new ClampAttribute
 
Method Summary
 java.lang.String getVariable()
           
 boolean isClamped()
           
 void setClamped(boolean clamped)
          Sets the clamped.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClampAttribute

public ClampAttribute()
Creates new ClampAttribute


ClampAttribute

public ClampAttribute(java.lang.String var,
                      boolean cl)
Creates new ClampAttribute

Parameters:
var - name of the variable
cl - true if variable is clamped
Method Detail

isClamped

public boolean isClamped()
Returns:
boolean

getVariable

public java.lang.String getVariable()
Returns:
String

setClamped

public void setClamped(boolean clamped)
Sets the clamped.

Parameters:
clamped - The clamped to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.