Class Dictionary

  • Direct Known Subclasses:
    OWLFile, OWLReact

    public class Dictionary
    extends Object
    Dictionary with entries.

    FIXME: this should be replaced by an uptodate Dictionary Schema DOM type thing.

    Author:
    Egon Willighagen
    Source code:
    main
    Belongs to CDK module:
    dict
    Keywords:
    dictionary
    Created on:
    2003-08-23
    • Constructor Detail

      • Dictionary

        public Dictionary()
    • Method Detail

      • getEntries

        public Entry[] getEntries()
      • hasEntry

        public boolean hasEntry​(String identifier)
      • getEntry

        public Entry getEntry​(String identifier)
      • size

        public int size()
      • setNS

        public void setNS​(String nameSpace)
      • getNS

        public String getNS()