Package org.yamcs.xtce.xml
Class XtceAliasSet
java.lang.Object
org.yamcs.xtce.xml.XtceAliasSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Details
-
NO_ALIAS
-
-
Constructor Details
-
XtceAliasSet
public XtceAliasSet()
-
-
Method Details
-
addAlias
Add alias name, only one name per namespace is possible- Parameters:
namespace
- Namespace the alias adheres toalias
- name in the given namespace
-
getAlias
Returns the name of the object in the given namespace- Parameters:
nameSpace
- Namespace the name should be from- Returns:
- Name of the object in the given namespace, can be null
-
getNamespaces
-
getAliases
Returns a readonly map, mapping namespace to alias -
size
public int size() -
toString
-