|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.propagation.numerical.AdditionalStateInfo
public final class AdditionalStateInfo
Utility class that describes in a minimal fashion the structure of an additional state.
An instance contains the size of an additional state and its index in the state vector.
The instance AdditionalStateInfo
is guaranteed to be immutable.
Constructor Summary | |
---|---|
AdditionalStateInfo(int size,
int index)
Constructor. |
Method Summary | |
---|---|
AdditionalStateInfo |
clone()
Copy of the AdditionalStateInfo. |
int |
getIndex()
Get the index of the additional state in the state vector. |
int |
getSize()
Get the size of the additional state. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdditionalStateInfo(int size, int index)
size
- additional state size.index
- additional state state index in the state vector.Method Detail |
---|
public int getSize()
public int getIndex()
public AdditionalStateInfo clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |