|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents information about a release of the Metathesaurus. Corresponds to release.dat, plus some data in MRSAB, MRRANK, MRDOC, MRCUI, MRAUI.
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public String getReleaseVersion()
public void setReleaseVersion(String rv)
rv
- tbe release versionpublic Date getReleaseDate()
Date
.
Date
.public void setReleaseDate(Date rd)
Date
.
rd
- tbe release Date
public String getReleaseDescription()
public void setReleaseDescription(String rd)
rd
- tbe release descriptionpublic SourceMetaDescription[] getSourceMetadata()
SourceMetaDescription
s in the current subset.
SourceMetaDescription
in the current subsetpublic List getSourceMetadataAsList()
SourceMetaDescription
in the current subset as a List
.
SourceMetaDescription
in the current subset as a List
public void setSourceMetadata(SourceMetaDescription[] sabs)
SourceMetaDescription
in the current subset.
sabs
- the SourceMetaDescription
in the current subsetpublic void setSourceMetadata(List sabs)
SourceMetaDescription
s in the current subset.
sabs
- a List
of SourceMetaDescription
s in the current subsetpublic void addSourceMetaDescription(SourceMetaDescription smd)
SourceMetaDescription
.
smd
- the SourceMetaDescription
to be addedpublic void removeSourceMetaDescription(SourceMetaDescription smd)
SourceMetaDescription
.
smd
- the SourceMetaDescription
to be removedpublic void clearSourceMetaDescription()
SourceMetaDescription
s.
public ConceptMapping[] getConceptMappings()
ConceptMapping
s.
ConceptMapping
spublic List getConceptMappingsAsList()
ConceptMapping
s as a List
.
ConceptMapping
spublic void setConceptMappings(ConceptMapping[] cm)
ConceptMapping
s.
cm
- the ConceptMapping
spublic void setConceptMappings(List cm)
ConceptMapping
s.
cm
- a List
of the ConceptMapping
spublic void addConceptMapping(ConceptMapping cm)
ConceptMapping
.
cm
- the ConceptMapping
to be addedpublic void removeConceptMapping(ConceptMapping cm)
ConceptMapping
.
cm
- the ConceptMapping
to be removedpublic void clearConceptMappings()
ConceptMapping
s.
public String[] getCUIsRemovedFromSubset()
public void addCUIRemovedFromSubset(String cui)
cui
- String
public AtomMapping[] getAtomMappings()
AtomMapping
s.
AtomMapping
spublic List getAtomMappingsAsList()
AtomMapping
s as a List
.
AtomMapping
spublic void setAtomMappings(AtomMapping[] cm)
AtomMapping
s.
cm
- the AtomMapping
spublic void setAtomMappings(List cm)
AtomMapping
s.
cm
- a List
of the AtomMapping
spublic void addAtomMapping(AtomMapping cm)
AtomMapping
.
cm
- the AtomMapping
to be addedpublic void removeAtomMapping(AtomMapping cm)
AtomMapping
.
cm
- the AtomMapping
to be removedpublic void clearAtomMappings()
AtomMapping
s.
public SourceTermType[] getSourceTermTypePrecedence()
SourceTermType
s in rank order.
SourceTermType
s in rank orderpublic List getSourceTermTypePrecedenceAsList()
SourceTermType
s in rank order as a List
.
SourceTermType
s in rank order as a List
public void setSourceTermTypePrecedence(SourceTermType[] sab_ttys)
SourceTermType
s in rank order.
sab_ttys
- an array of all SourceTermType
s in rank orderpublic void setSourceTermTypePrecedence(List sab_ttys)
SourceTermType
s in rank order.
sab_ttys
- a List
of all SourceTermType
s in rank orderpublic MetaDescription[] getMetadata()
MetaDescription
s in the current subset.
MetaDescription
s in the current subsetpublic List getMetadataAsList()
MetaDescription
in the current subset as a List
.
MetaDescription
in the current subset as a List
public void setMetadata(MetaDescription[] docs)
MetaDescription
in the current subset.
docs
- the MetaDescription
in the current subsetpublic void setMetadata(List docs)
MetaDescription
s in the current subset.
docs
- a List
of MetaDescription
s in the current subsetpublic void addMetadata(MetaDescription md)
MetaDescription
.
md
- the MetaDescription
to be addedpublic void removeMetadata(MetaDescription md)
MetaDescription
.
md
- the MetaDescription
to be removedpublic void clearMetadata()
MetaDescription
s.
public String[] getChangeFileNames()
String
[] of all the file names in the CHANGE directory.
public Reader getChangeFile(String file_name)
Reader
for the given CHANGE file.
file_name
- CHANGE file
Reader
for the given CHANGE filepublic String[] getAncillaryFileNames()
String
[] of all the ancillary file names.
public Reader getAncillaryFile(String file_name)
Reader
over the specified ancillary file.
file_name
- ancillary file
Reader
over the specified ancillary filepublic void addChangeFile(String file_name, Reader reader)
file_name
- name of change filereader
- a Reader
over the filepublic void addAncillaryFile(String file_name, Reader reader)
file_name
- name of ancillary filereader
- a Reader
over the filepublic String getKeyFields()
String
key which can be used by equals, compareTo, and
hashCode methods.
String
composed from key ReleaseMetadata
fields.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |