Class NamedDescriptionIndex<T extends NameDescription>

    • Constructor Detail

      • NamedDescriptionIndex

        public NamedDescriptionIndex()
    • Method Detail

      • add

        public void add​(T o)
      • get

        public T get​(String qualifiedName)
        returns the object based on its qualified name
      • get

        public T get​(String nameSpace,
                     String name)
        returns the object in namespace
        Parameters:
        name -
        nameSpace -
        Returns:
      • getObjects

        public Collection<T> getObjects()
        returns a collection of all the objects (parameters) in the index
        Returns:
      • size

        public int size()
        Returns:
        number of objects in index