fr.cnes.genopus.main
Interface GPPatrius<T>

Type Parameters:
T - Class of the returned PATRIUS object.
All Known Subinterfaces:
GPPatriusWithObjects<T>
All Known Implementing Classes:
GPAbsoluteDate, GPAeroAttitudeLaw, GPAeroForceModel, GPAltitudeDetector, GPAOLDetector, GPApsideDetector, GPApsisAltitudeParameters, GPApsisRadiusParameters, GPAttitudeLawAbstract, GPAttitudeLawSelector, GPAttitudeSequence, GPAxisCoordinates, GPBodyCenterGroundPointingAttitudeLaw, GPCartesianParameters, GPCelestialBody, GPCircularParameters, GPConstantManeuver, GPDateDetector, GPDualAbsoluteDate, GPEarthPotentialForceModel, GPEclipseDetector, GPEngine, GPEquatorialParameters, GPEquinoctialParameters, GPEventDetectorAbstract, GPEventSelector, GPForceModels, GPFrame, GPFramesConfiguration, GPFuelTank, GPGeodeticPoint, GPImpulseManeuver, GPInertialAttitudeLaw, GPKeplerianParameters, GPLocalTimeDetector, GPLOFAttitudeLaw, GPManeuverSelector, GPManeuverSequence, GPNadirPointingAttitudeLaw, GPNodeDetector, GPOceanTidesForceModel, GPOneAxisEllipsoid, GPOrbit, GPParametersAbstract, GPParametersAbstractWithAnomaly, GPRadiativeIRProperty, GPRadiativeProperty, GPRediffusedSRPForceModel, GPReentryParameters, GPRelativeDateDetector, GPRotation, GPSpinStabilizedAbstract, GPSRPForceModel, GPSunPointingAttitudeLaw, GPTargetGroundPointingAttitudeLaw, GPTerrestrialTidesForceModel, GPThirdBodyForceModel, GPTriggeredEventDetectorAbstract, GPVehicle, GPVehicleAeroProps, GPVehicleMassProps, GPVehicleRadiativeProps, GPVehicleShape, GPVisibilityFromStationDetector, GPYawSteeringAttitudeLaw

public interface GPPatrius<T>

Interface to be implemented by all classes returning a PATRIUS object.

Author:
aadt

Method Summary
 T getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 

Method Detail

getPatriusObject

T getPatriusObject()
                   throws fr.cnes.genius.exception.GException
Returns the PATRIUS object associated to a GENOPUS widget.

Returns:
the PATRIUS object associated to the widget.
Throws:
fr.cnes.genius.exception.GException - if the PATRIUS object cannot be created from the widget data.


Copyright © 2017. All rights reserved.