|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Circ.CircField.CircField
Class Name : CircField (generic spacecraft Circuit Field class)
Project ref : SPIS project
File name : CircField.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :
Description : general abstract spacecraft Circuit Field class.
Stores values at each circuit field node.
All spacecraft circuit field classes must be derived from this class.
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Field Summary | |
protected Circ |
circ
pointer to the circuit the field "lives" on |
Constructor Summary | |
CircField(Circ circuit)
Default constructor |
Method Summary | |
Circ |
getCirc()
Returns the pointer to the circuit this field belongs to |
abstract FloatScalTable |
getTable()
Returns the field values on the circuit nodes in table val |
abstract void |
increment(CircField c)
Increments the current CircField by the passed CircField. |
abstract void |
linComb(float a1,
CircField c,
float a2)
performs the following linear comination o nthis circuit field: this = a1 this + a2 c. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Circ circ
Constructor Detail |
public CircField(Circ circuit)
Method Detail |
public abstract FloatScalTable getTable()
public abstract void linComb(float a1, CircField c, float a2)
public abstract void increment(CircField c)
public Circ getCirc()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |