|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.genopus.nonWidget.maneuvers.CustomEngine
public class CustomEngine
Class containing the engine data.
| Constructor Summary | |
|---|---|
CustomEngine()
Creates a new instance. |
|
CustomEngine(String nameEngine,
double isp,
double thrust)
Creates a new instance. |
|
| Method Summary | |
|---|---|
CustomEngine |
clone()
|
void |
copyEngineValues(CustomEngine engine)
Copies the values from the engine in the parameter to this object. |
boolean |
equals(Object obj)
|
String |
getEngineName()
Get the engine name. |
double |
getIsp()
Get the engine isp. |
double |
getThrust()
Get the engine thrust. |
fr.cnes.sirius.patrius.assembly.PropertyType |
getType()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CustomEngine()
public CustomEngine(String nameEngine,
double isp,
double thrust)
nameEngine - engine nameisp - engine isp (s)thrust - engine thrust (N)| Method Detail |
|---|
public String getEngineName()
public double getIsp()
public double getThrust()
public fr.cnes.sirius.patrius.assembly.PropertyType getType()
getType in interface fr.cnes.sirius.patrius.assembly.IPartProperty
public CustomEngine clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void copyEngineValues(CustomEngine engine)
engine - the values from the engine to copy.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||