Module org.yamcs.xtce
Package org.yamcs.xtce
Interface NonStandardData<T extends NonStandardData<T>>
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionmergeWithChild(T childData) Merges non-standard data of one SpaceSystem with that of one of its direct sub-SpaceSystemsvoidsetSpaceSystemQualifiedName(String ssQualifiedName) Sets the qualified name of the space system this non-standard data belongs to.
-
Method Details
-
setSpaceSystemQualifiedName
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
Merges non-standard data of one SpaceSystem with that of one of its direct sub-SpaceSystems
-