Class PocMethodFacade
- java.lang.Object
-
- org.orekit.files.ccsds.definitions.PocMethodFacade
-
public class PocMethodFacade extends Object
Facade in front of several probability of collision methods in CCSDS messages.- Since:
- 11.2
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description PocMethodFacade(String name, PocMethodType type)Simple constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name of the method.PocMethodTypegetType()Get the method type.static PocMethodFacadeparse(String s)Parse a string from CDM.
-
-
-
Constructor Detail
-
PocMethodFacade
public PocMethodFacade(String name, PocMethodType type)
Simple constructor.- Parameters:
name- name of the methodtype- method type (may be null)
-
-
Method Detail
-
getName
public String getName()
Get the name of the method.- Returns:
- name of the method
-
getType
public PocMethodType getType()
Get the method type.- Returns:
- method type
-
parse
public static PocMethodFacade parse(String s)
Parse a string from CDM.- Parameters:
s- string to parse- Returns:
- PoC method facade
-
-