org.simBio.core
インタフェース Node

既知のサブインタフェースの一覧:
Variable
既知の実装クラスの一覧:
AbstractAppender, AbstractGraph, AbstractMeasure, Acidity, AK, ALaCarte, ALaCarte, Amplitude, AmplitudeInCycle, AmplitudeNaK, Analytic, Analytic_RK, Analytic2state, Analyzer, Anoxia, ANT, APD, APDforSA, APDforSA2, ATPsynthase, ATPsynthesis, Average, Axis, Axis, AxisX, AxisX, AxisXFix, AxisXFix, AxisXLog, AxisY, AxisY, AxisYLog, BasicGraph, BetaAR_Gs, Buffer, CaBuffer, CaBuffer_RK, CAMP, Carrier, Carrier, Carrier, Cell, CfChannel, CfChannel, CfChannel, Channel, Charge, Charge, CK, CN, Compartment, Compartment, ComplexI, ComplexIII, ComplexIV, Component, Composite, Concentration, ConcentrationAMP, ConcentrationAMP, ConcentrationCyta2, ConcentrationPi, Conductor, ConstantField, CrossBridge, CrossBridgeForce, CrossBridgeLength, CrossBridgeNL, CsvMaker, Current, Current, Current, CurrentClamp, CurrentClamp, Diffusion, Diffusion, Diffusion, Diffusion, Diffusion, Diffusion_a, Diffusion_t, DualCaBuffer, Electroneutrality, ENaCa, Euler, FCCP, ForceEquilibrium, Function, GapJunction, GapJunction, GapJunction, GapJunctionK, GradientP, GradientpH, Graph, Graph, Graph4State, Graph4State, HBuffering, Hodgkin_huxley_squid_axon_1952_modified, HR, I_K, I_L, I_Na, I_stim, IbCa, IbNa, ICa, ICab, ICaL, ICaL, ICaL, ICaL, ICaL, ICaL, ICaL, ICaL, ICaL, ICaPump, ICaPump, ICaPump, ICaT, ICaT, ICaT, ICFTR, ICFTR, IClb, Iha, Iha, Iha, IK1, IK1, IK1, IK1, IK1, IK1, IKACh, IKACh, IKATP, IKATP, IKpl, IKpl, IKpl, IKr, IKr, IKr, IKr, IKr, IKs, IKs, IKs, IKs, IKs, IKs, IKs, ILCCa, ILCCa, INa, INa, INa, INa, INa, INab, INab, INaCa, INaCa, INaCa, INaCa, INaCa, INaCa, INaK, INaK, INaK, INaK, INaK, INaK, INaK, IndependentGate, InstantCaBuffer, IpCa, IpCa, IpCa, IpK, IPMCA, IPMCA, IRyR, IRyR, IRyR, IRyR, IsometricContraction, IsotonicContraction, IsotonicContraction, IsotonicContraction, Ist, Ist, Ist, Ist, Ito, Ito, Ito, Ito, Ito_endo, IVRCC, JSR, JunctionalConductance, JunctionalPotential, KoDependency, KoDependency, KoDependency_IK1, KoDependency2, LChange, LeadPotential, Leak, Leak, Limitter, Link, MassConservation, MassConservation2, MathFunction, MathMultivariableFunction, MathUnivariableFunction, Membrane, MembranePotential, MembraneTransporter, MembraneTransporter, MetalFreeConcentration, Model, Model, MonteCarlo, MultiStateModel, NaChannel, NKCC, NSR, NSRLeak, ODE, ODE, Ouabain, OxidativePhosphorylation, PA2MS, parabola, ParallelElementForce, Parameter, PartialPotential, PeakDetect, PhosphateCarrier, Pipette, Pipette, PKA, PLB, PMCA, Positive, PositiveRK, PressureToConcentration, Probability, ProtonLeak, PureKchannel, PureKchannel, Qpump, Qrel, Rate, RateConstant, RateConstantCaGate, RateConstantK, RateConstantVm, RateGraph, RateGraph_KA, Ratio, Reactor, RedoxPotential, RedoxPotentialCyta, RelationGraph, RelationGraph, RelationGraph_LP, Release, Release, ReversalPotential, ReversalPotential2, RungeKutta, RyR, Siblings, SR, SR, SRCA, StepChanger, StepChanger, StepChanger2, StepChart, StepChart, Stimulus, StopWatch, SubstrateDehydrogenation, Sum, Tonicity, TonicityChange, Total, TotalVolume, Transfer, Troponin, Troponin, Troponinmit, TroponinNL, TroponinNL_RK, TroponinNL_RK, TwoStateModel, Uptake, UpTake, Vanderpol_model_1928, Viewer, Viewer, VisualizeAnalyzer, Vmax, VmaxTime, VoltageClamp, VoltageClamp, VoltageClamp, Volume, Volume, VolumeRatio, VolumeRatio, WaterFlux, Zvalue

public interface Node

variables that are used in the equations, and which can make link,
方程式セットに含まれる変数。リンクを作成できる、

バージョン:
$Id: Node.java,v 1.3 2006/05/29 06:53:26 nsarai Exp $
作成者:
Nobuaki Sarai

メソッドの概要
 void addDydt(double dydt)
          add parameter to the dydt
実数を受け取りdydtに足し合わせておく。
 void addValue(double value)
          add value to the current value
実数を受け取り現在値に足し合わせる。
 double getValue()
          return current value
現在値を返す。
 void setValue(double value)
          set current value
引数を現在値に設定する。
 

メソッドの詳細

getValue

double getValue()
return current value
現在値を返す。

戻り値:
value current value

setValue

void setValue(double value)
set current value
引数を現在値に設定する。

パラメータ:
value -

addValue

void addValue(double value)
add value to the current value
実数を受け取り現在値に足し合わせる。

パラメータ:
value -

addDydt

void addDydt(double dydt)
add parameter to the dydt
実数を受け取りdydtに足し合わせておく。

パラメータ:
dydt - dy/dt
例外:
java.lang.UnsupportedOperationException - when the value is constant


???(C) 2002-2007 ?????????????????????