Interface NonStandardData<T extends NonStandardData<T>>

All Superinterfaces:
Serializable

public interface NonStandardData<T extends NonStandardData<T>> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    mergeWithChild(T childData)
    Merges non-standard data of one SpaceSystem with that of one of its direct sub-SpaceSystems
    void
    Sets the qualified name of the space system this non-standard data belongs to.
  • Method Details

    • setSpaceSystemQualifiedName

      void setSpaceSystemQualifiedName(String ssQualifiedName)
      Sets the qualified name of the space system this non-standard data belongs to. This is where qualified names and aliases should be registered.
    • mergeWithChild

      T mergeWithChild(T childData)
      Merges non-standard data of one SpaceSystem with that of one of its direct sub-SpaceSystems