Uses of Class
org.yamcs.xtce.MetaCommand
-
Packages that use MetaCommand Package Description org.yamcs.xtce -
-
Uses of MetaCommand in org.yamcs.xtce
Methods in org.yamcs.xtce that return MetaCommand Modifier and Type Method Description MetaCommandMetaCommand. getBaseMetaCommand()MetaCommandSpaceSystem. getMetaCommand(String refName)MetaCommandXtceDb. getMetaCommand(String qualifiedName)Returns a meta command by fully qualified name.MetaCommandXtceDb. getMetaCommand(String namespace, String name)Returns a command based on a name in a namespaceMetaCommandXtceDb. getMetaCommand(Yamcs.NamedObjectId id)Methods in org.yamcs.xtce that return types with arguments of type MetaCommand Modifier and Type Method Description List<MetaCommand>SpaceSystem. getMetaCommandByAlias(String alias)Collection<MetaCommand>SpaceSystem. getMetaCommands()Collection<MetaCommand>XtceDb. getMetaCommands()Returns the list of MetaCommmands in the XTCE databaseMethods in org.yamcs.xtce with parameters of type MetaCommand Modifier and Type Method Description voidSpaceSystem. addMetaCommand(MetaCommand command)voidXtceDb. addMetaCommand(MetaCommand c)Adds a new command definition to the XTCE db.voidMetaCommand. setBaseMetaCommand(MetaCommand mc)
-