Class 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 Detail

      • PocMethodFacade

        public PocMethodFacade​(String name,
                               PocMethodType type)
        Simple constructor.
        Parameters:
        name - name of the method
        type - 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