public final class AdditionalStateInfo extends Object implements Serializable, Cloneable
AdditionalStateInfo
is guaranteed to be immutable.Constructor and Description |
---|
AdditionalStateInfo(int sizeIn,
int indexIn)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public AdditionalStateInfo(int sizeIn, int indexIn)
sizeIn
- additional state size.indexIn
- additional state state index in the state vector.public int getSize()
public int getIndex()
public AdditionalStateInfo clone()
Copyright © 2023 CNES. All rights reserved.