All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.Lexical.Metaphrase.Subsource

java.lang.Object
    |
    +----COM.Lexical.Metaphrase.Source
            |
            +----COM.Lexical.Metaphrase.Subsource

public class Subsource
extends Source
Metaphrase subsource class. Represents a named portion of [a version of] a local or external authority.

Version:
Authority1.1, 11 Apr 2000

Method Index

 o isLocal()
Returns true if status equals "local".
 o parent()
Parent source (or subsource).
 o partition()
Root Partition.
 o partition(String)
[The] Partition of Source with given code.
 o Print(PrintStream)
Prints the contents of Source to out.
 o roots()
Source hierarchy roots.
 o status()
Source status.
 o subsourceOf(Source)
Returns true iff this is a "strict" subsource of source.

Method Detail

 o parent
public Source parent()
          Parent source (or subsource).
 o partition
public Partition partition() throws MetaphraseException
          Root Partition. Delegated to parent.
Overrides:
partition in class Source
 o status
public java.lang.String status()
          Source status. Delegated to parent.
Overrides:
status in class Source
 o isLocal
public boolean isLocal()
          Returns true if status equals "local". Delegated to parent.
Overrides:
isLocal in class Source
 o roots
public HierarchicalElement[] roots()
          Source hierarchy roots. Delegated to parent.
Overrides:
roots in class Source
 o partition
public Partition partition(java.lang.String code)
          [The] Partition of Source with given code. Delegated to parent.
Overrides:
partition in class Source
 o subsourceOf
public boolean subsourceOf(Source source)
          Returns true iff this is a "strict" subsource of source. Transitive, but non-reflexive, i.e., s.subsourceOf(s) returns false for any Source (or Subsource) s.
Overrides:
subsourceOf in class Source
 o Print
public void Print(java.io.PrintStream out)
          Prints the contents of Source to out.
Overrides:
Print in class Source

All Packages  Class Hierarchy  This Package  Previous  Next  Index