Uses of Class
org.yamcs.xtce.SpaceSystem
-
Packages that use SpaceSystem Package Description org.yamcs.xtce org.yamcs.xtce.util org.yamcs.xtce.xml -
-
Uses of SpaceSystem in org.yamcs.xtce
Methods in org.yamcs.xtce that return SpaceSystem Modifier and Type Method Description SpaceSystemSpaceSystem. getParent()SpaceSystemXtceDb. getRootSpaceSystem()SpaceSystemXtceDb. getSpaceSystem(String qualifiedName)SpaceSystemXtceDb. getSpaceSystem(String namespace, String name)SpaceSystemXtceDb. getSpaceSystem(Yamcs.NamedObjectId id)SpaceSystemSpaceSystem. getSubsystem(String sname)Methods in org.yamcs.xtce that return types with arguments of type SpaceSystem Modifier and Type Method Description Collection<SpaceSystem>XtceDb. getSpaceSystems()Returns a collection of all theSpaceSystemobjects in the XTCE database.Collection<SpaceSystem>SpaceSystem. getSubSystems()Methods in org.yamcs.xtce with parameters of type SpaceSystem Modifier and Type Method Description voidSpaceSystem. addSpaceSystem(SpaceSystem ss)voidXtceDb. addSpaceSystem(SpaceSystem system)Adds a newSpaceSystemto the XTCE database.voidSpaceSystem. setParent(SpaceSystem parent)Constructors in org.yamcs.xtce with parameters of type SpaceSystem Constructor Description XtceDb(SpaceSystem spaceSystem) -
Uses of SpaceSystem in org.yamcs.xtce.util
Methods in org.yamcs.xtce.util with parameters of type SpaceSystem Modifier and Type Method Description ReferenceFinder.FoundReferenceReferenceFinder. findAliasReference(SpaceSystem rootSs, NameReference nr, SpaceSystem startSs)searches for aliases in the parent hierarchyReferenceFinder.FoundReferenceReferenceFinder. findReference(SpaceSystem rootSs, NameReference nr, SpaceSystem ss)find the reference nr mentioned in the space system ss by looking either in root (if absolute reference) or in the parent hierarchy if relative referenceConstructors in org.yamcs.xtce.util with parameters of type SpaceSystem Constructor Description IncompleteType(SpaceSystem spaceSystem, DataType.Builder<?> typeBuilder)Creates a new incomplete type together with the SpaceSystem where it should add once it is complete. -
Uses of SpaceSystem in org.yamcs.xtce.xml
Methods in org.yamcs.xtce.xml that return SpaceSystem Modifier and Type Method Description SpaceSystemXtceStaxReader. readXmlDocument(String fileName)Reading of the XML XTCE file
-