Uses of Class
org.yamcs.xtce.util.NameReference
Packages that use NameReference
-
Uses of NameReference in org.yamcs.xtce
Methods in org.yamcs.xtce that return types with arguments of type NameReferenceMethods in org.yamcs.xtce with parameters of type NameReferenceModifier and TypeMethodDescriptionvoidSpaceSystem.addUnresolvedReference(NameReference nr) tries to resolve the reference immediately in the current system; if it cannot, add it to the list of unresolved references - the reference will be resolved when all parts are available -
Uses of NameReference in org.yamcs.xtce.util
Subclasses of NameReference in org.yamcs.xtce.utilModifier and TypeClassDescriptionclassArgument references are used in algorithms or match criteria expressions part of transmission constraints or command verifiers.classMethods in org.yamcs.xtce.util that return NameReferenceModifier and TypeMethodDescriptionNameReference.addResolvedAction(NameReference.ResolvedAction action) Adds an action to the list to be executed when the reference is resolved and returns this.Methods in org.yamcs.xtce.util with parameters of type NameReferenceModifier and TypeMethodDescriptionvoidIncompleteType.addReference(NameReference ref) ReferenceFinder.findAliasReference(SpaceSystem rootSs, NameReference nr, SpaceSystem startSs) searches for aliases in the parent hierarchyReferenceFinder.findReference(SpaceSystem startSs, NameReference nr) find reference starting at startSs and looking through the SpaceSystem pathReferenceFinder.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 referencevoidReferenceFinder.FoundReference.resolved(NameReference nr)