All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.Atom
java.lang.Object
|
+----COM.Lexical.Metaphrase.Atom
- public class Atom
- extends java.lang.Object
- implements ConceptElement
Metaphrase atom class. An atom is an occurrence of a name in a
source, typically associated with a Partition with a code.
- Version:
- Authority1.1, 11 Apr 2000
code()
- The code associated with Atom.
concept()
- The Concept which contains the Atom.
LUI()
- The Lexical class Unique Identifier of name.
name()
- The authoritative String which occurs in the source.
origin()
- The origin of the Atom.
partition()
- The Partition to which Atom belongs.
Print(PrintStream)
- Prints the contents of Atom to out.
source()
- The authority from which name is taken.
termgp()
- The term group to which name belongs in source.
concept
public Concept concept() throws MetaphraseException
The Concept which contains the Atom.
- Throws:
- MetaphraseException - thrown if the concept has not yet
been loaded and there is an error accessing Metaphrase.
name
public java.lang.String name()
The authoritative String which occurs in the source.
LUI
public java.lang.String LUI()
The Lexical class Unique Identifier of name.
Lexical classes contain a set of lexical variants, as determined
by the norm program. Names within the same lexical class are
considered to be lexically equivalent.
partition
public Partition partition()
The Partition to which Atom belongs.
source
public Source source()
The authority from which name is taken.
termgp
public java.lang.String termgp()
The term group to which name belongs in source.
Most sources divide names into a number of groups, e.g.: HT
(hierarchical terms), PT (preferred terms), SY (synonyms), ET
(entry terms).
origin
public java.lang.String origin()
The origin of the Atom.
Simply source().toString()+'/'+termgp()+'/'+code().
code
public java.lang.String code()
The code associated with Atom.
Print
public void Print(java.io.PrintStream out)
Prints the contents of Atom to out.
All Packages Class Hierarchy This Package Previous Next Index