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
isLocal()
- Returns true if status equals "local".
parent()
- Parent source (or subsource).
partition()
- Root Partition.
partition(String)
- [The] Partition of Source with given code.
Print(PrintStream)
- Prints the contents of Source to out.
roots()
- Source hierarchy roots.
status()
- Source status.
subsourceOf(Source)
- Returns true iff this is a "strict" subsource of
source.
parent
public Source parent()
Parent source (or subsource).
partition
public Partition partition() throws MetaphraseException
Root Partition. Delegated to parent.
- Overrides:
- partition in class Source
status
public java.lang.String status()
Source status. Delegated to parent.
- Overrides:
- status in class Source
isLocal
public boolean isLocal()
Returns true if status equals "local". Delegated to parent.
- Overrides:
- isLocal in class Source
roots
public HierarchicalElement[] roots()
Source hierarchy roots. Delegated to parent.
- Overrides:
- roots in class Source
partition
public Partition partition(java.lang.String code)
[The] Partition of Source with given code. Delegated to parent.
- Overrides:
- partition in class Source
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
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