|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.parameter.Parameterizable
fr.cnes.sirius.patrius.assembly.properties.TankProperty
public final class TankProperty
Tank property: gathers all properties of a fuel tank.
| Constructor Summary | |
|---|---|
TankProperty(String nameIn,
double massIn)
Constructor. |
|
| Method Summary | |
|---|---|
double |
getMass()
Getter for the mass. |
MassProperty |
getMassProperty()
Getter for the underlying mass property. |
String |
getName()
Getter for the name. |
PropertyType |
getType()
Get the type of the property. |
| Methods inherited from class org.orekit.parameter.Parameterizable |
|---|
addParameter, getParameters, supportsParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TankProperty(String nameIn,
double massIn)
throws OrekitException
nameIn - namemassIn - mass
OrekitException - thrown if mass is negative| Method Detail |
|---|
public String getName()
public double getMass()
public MassProperty getMassProperty()
public PropertyType getType()
IPartProperty
getType in interface IPartProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||