|
||||||||||
| 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 Datepublic String getReleaseDescription()
public void setReleaseDescription(String rd)
rd - tbe release descriptionpublic SourceMetaDescription[] getSourceMetadata()
SourceMetaDescriptions 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 Listpublic void setSourceMetadata(SourceMetaDescription[] sabs)
SourceMetaDescription in the current subset.
sabs - the SourceMetaDescription in the current subsetpublic void setSourceMetadata(List sabs)
SourceMetaDescriptions in the current subset.
sabs - a List of SourceMetaDescriptions 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()
SourceMetaDescriptions.
public ConceptMapping[] getConceptMappings()
ConceptMappings.
ConceptMappingspublic List getConceptMappingsAsList()
ConceptMappings as a List.
ConceptMappingspublic void setConceptMappings(ConceptMapping[] cm)
ConceptMappings.
cm - the ConceptMappingspublic void setConceptMappings(List cm)
ConceptMappings.
cm - a List of the ConceptMappingspublic void addConceptMapping(ConceptMapping cm)
ConceptMapping.
cm - the ConceptMapping to be addedpublic void removeConceptMapping(ConceptMapping cm)
ConceptMapping.
cm - the ConceptMapping to be removedpublic void clearConceptMappings()
ConceptMappings.
public String[] getCUIsRemovedFromSubset()
public void addCUIRemovedFromSubset(String cui)
cui - Stringpublic AtomMapping[] getAtomMappings()
AtomMappings.
AtomMappingspublic List getAtomMappingsAsList()
AtomMappings as a List.
AtomMappingspublic void setAtomMappings(AtomMapping[] cm)
AtomMappings.
cm - the AtomMappingspublic void setAtomMappings(List cm)
AtomMappings.
cm - a List of the AtomMappingspublic void addAtomMapping(AtomMapping cm)
AtomMapping.
cm - the AtomMapping to be addedpublic void removeAtomMapping(AtomMapping cm)
AtomMapping.
cm - the AtomMapping to be removedpublic void clearAtomMappings()
AtomMappings.
public SourceTermType[] getSourceTermTypePrecedence()
SourceTermTypes in rank order.
SourceTermTypes in rank orderpublic List getSourceTermTypePrecedenceAsList()
SourceTermTypes in rank order as a List.
SourceTermTypes in rank order as a Listpublic void setSourceTermTypePrecedence(SourceTermType[] sab_ttys)
SourceTermTypes in rank order.
sab_ttys - an array of all SourceTermTypes in rank orderpublic void setSourceTermTypePrecedence(List sab_ttys)
SourceTermTypes in rank order.
sab_ttys - a List of all SourceTermTypes in rank orderpublic MetaDescription[] getMetadata()
MetaDescriptions in the current subset.
MetaDescriptions in the current subsetpublic List getMetadataAsList()
MetaDescription in the current subset as a List.
MetaDescription in the current subset as a Listpublic void setMetadata(MetaDescription[] docs)
MetaDescription in the current subset.
docs - the MetaDescription in the current subsetpublic void setMetadata(List docs)
MetaDescriptions in the current subset.
docs - a List of MetaDescriptions 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()
MetaDescriptions.
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 file
public void addChangeFile(String file_name,
Reader reader)
file_name - name of change filereader - a Reader over the file
public 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 | |||||||||