Uses of Class
org.yamcs.xtce.NameDescription
-
Packages that use NameDescription Package Description org.yamcs.xtce org.yamcs.xtce.util -
-
Uses of NameDescription in org.yamcs.xtce
Classes in org.yamcs.xtce with type parameters of type NameDescription Modifier and Type Class Description classNamedDescriptionIndex<T extends NameDescription>Keeps a list ofNameDescriptionobjects with corresponding indexes to be able to retrieve them in any namespace.Subclasses of NameDescription in org.yamcs.xtce Modifier and Type Class Description classAbsoluteTimeArgumentTypeclassAbsoluteTimeDataTypeUsed to contain an absolute time.classAbsoluteTimeParameterTypeclassAggregateArgumentTypeclassAggregateDataTypeclassAggregateParameterTypeAggegateParameters are analogous to a C struct, they are an aggregation of related data items.classAlgorithmAbstract algorithm - just defines the inputs, outputs and triggers Note: the XTCE names the inputs and outputs "Sets".classArgumentDescribe the name of an Argument its NameReference to an ArgumentType in ArgumentTypeSetclassArrayArgumentTypeDescribe an array parameter type.classArrayDataTypeAn array of values of the type referenced inArrayDataType.typeand have the number of array dimensions as specified inArrayDataType.numberOfDimensionsclassArrayParameterTypeDescribe an array parameter type.classBaseDataTypeBase class for all simple XTCE types - tha is all types exceptAggregateDataTypeandArrayDataTypeclassBaseTimeDataTypeclassBinaryArgumentTypeclassBinaryDataTypeclassBinaryParameterTypeclassBooleanArgumentTypeclassBooleanDataTypeclassBooleanParameterTypeclassCommandContainerclassContainerAn abstract block of data; used as the base type for more specific container typesclassCustomAlgorithmAlgorithm implemented in a specific language.classEnumeratedArgumentTypeclassEnumeratedDataTypeclassEnumeratedParameterTypeclassFloatArgumentTypeRepresent aspects of an float, probably using IntegerDataEncoding with a calibrator or FloatDataEncoding.classFloatDataTypeclassFloatParameterTypeclassIntegerArgumentTypeclassIntegerDataTypeContains an integral value.classIntegerParameterTypeclassMathAlgorithmclassMemberDescribe a member field in an AggregateDataType.classMetaCommandThe MetaCommand is the base type for a tele-command.classNumericDataTypeclassParameterA Parameter is a description of something that can have a value; it is not the value itself.classSequenceContainerA list of raw parameters, parameter segments, stream segments, containers, or container segments.classSpaceSystemSpaceSystem is a collection of SpaceSystem(s) including space assets, ground assets, multi-satellite systems and sub-systems.classStringArgumentTypeclassStringDataTypeclassStringParameterTypeclassSystemParameterParameters made on the fly.Constructors in org.yamcs.xtce with parameters of type NameDescription Constructor Description Builder(NameDescription nd)NameDescription(NameDescription t) -
Uses of NameDescription in org.yamcs.xtce.util
Methods in org.yamcs.xtce.util that return NameDescription Modifier and Type Method Description NameDescriptionReferenceFinder.FoundReference. getNameDescription()Methods in org.yamcs.xtce.util that return types with arguments of type NameDescription Modifier and Type Method Description CompletableFuture<NameDescription>NameReference. getResolvedFuture()returns a future that is called when the reference is resolvedCompletableFuture<NameDescription>ResolvedNameReference. getResolvedFuture()CompletableFuture<NameDescription>ResolvedParameterReference. getResolvedFuture()CompletableFuture<NameDescription>UnresolvedNameReference. getResolvedFuture()Methods in org.yamcs.xtce.util with parameters of type NameDescription Modifier and Type Method Description booleanNameReference.ResolvedAction. resolved(NameDescription nd)pushes the NameDescription through and returns true if the name reference is resolved and false otherwise false can be returned in case the NameDescription refers to something which is not itself fully resolveddefault booleanParameterReference.ParameterResolvedAction. resolved(NameDescription nd)booleanNameReference. tryResolve(NameDescription nd)Execute all the actions (if not already executed) and return true if the reference has been resolved.booleanResolvedNameReference. tryResolve(NameDescription nd)booleanResolvedParameterReference. tryResolve(NameDescription nd)booleanUnresolvedNameReference. tryResolve(NameDescription nd)Constructors in org.yamcs.xtce.util with parameters of type NameDescription Constructor Description FoundReference(NameDescription nd)FoundReference(NameDescription nd, PathElement[] aggregateMemberPath)ResolvedNameReference(String ref, NameReference.Type type, NameDescription nd)
-