All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ccsds.moims.mo.platform.gps.structures.factory.PositionFactory Maven / Gradle / Ivy

package org.ccsds.moims.mo.platform.gps.structures.factory;

/**
 * Factory class for Position.
 */
public final class PositionFactory implements org.ccsds.moims.mo.mal.MALElementFactory
{
  /**
   * Creates an instance of the source type using the default constructor. It is a generic factory method.
   * @return A new instance of the source type with default field values.
   */
  public org.ccsds.moims.mo.mal.structures.Element createElement()
  {
    return new org.ccsds.moims.mo.platform.gps.structures.Position();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy