Interface Names

All Superinterfaces:
Comparable<Name>, FullyQualifiedName, Name, QualifiedName, Qualifier, QualifyingName
All Known Implementing Classes:
CppNames.ForBinary, CppNames.ForComponent

public interface Names extends QualifyingName
Represents a naming hierarchy. Names are a special type of qualifying names that fits in the middle of additional names, ex: <componentName>.<binaryName>.<taskName>, both componentName and binaryName would be node names. Configuration, task, or software component names are generally leaf names.