|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReleaseMetadata
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 |
|---|
String getReleaseVersion()
void setReleaseVersion(String rv)
rv - tbe release versionDate getReleaseDate()
Date.
Date.void setReleaseDate(Date rd)
Date.
rd - tbe release DateString getReleaseDescription()
void setReleaseDescription(String rd)
rd - tbe release descriptionSourceMetaDescription[] getSourceMetadata()
SourceMetaDescriptions in the current subset.
SourceMetaDescription in the current subsetList getSourceMetadataAsList()
SourceMetaDescription in the current subset as a List.
SourceMetaDescription in the current subset as a Listvoid setSourceMetadata(SourceMetaDescription[] sabs)
SourceMetaDescription in the current subset.
sabs - the SourceMetaDescription in the current subsetvoid setSourceMetadata(List sabs)
SourceMetaDescriptions in the current subset.
sabs - a List of SourceMetaDescriptions in the current subsetvoid addSourceMetaDescription(SourceMetaDescription smd)
SourceMetaDescription.
smd - the SourceMetaDescription to be addedvoid removeSourceMetaDescription(SourceMetaDescription smd)
SourceMetaDescription.
smd - the SourceMetaDescription to be removedvoid clearSourceMetaDescription()
SourceMetaDescriptions.
ConceptMapping[] getConceptMappings()
ConceptMappings.
ConceptMappingsList getConceptMappingsAsList()
ConceptMappings as a List.
ConceptMappingsvoid setConceptMappings(ConceptMapping[] cm)
ConceptMappings.
cm - the ConceptMappingsvoid setConceptMappings(List cm)
ConceptMappings.
cm - a List of the ConceptMappingsvoid addConceptMapping(ConceptMapping cm)
ConceptMapping.
cm - the ConceptMapping to be addedvoid removeConceptMapping(ConceptMapping cm)
ConceptMapping.
cm - the ConceptMapping to be removedvoid clearConceptMappings()
ConceptMappings.
String[] getCUIsRemovedFromSubset()
void addCUIRemovedFromSubset(String cui)
cui - StringAtomMapping[] getAtomMappings()
AtomMappings.
AtomMappingsList getAtomMappingsAsList()
AtomMappings as a List.
AtomMappingsvoid setAtomMappings(AtomMapping[] cm)
AtomMappings.
cm - the AtomMappingsvoid setAtomMappings(List cm)
AtomMappings.
cm - a List of the AtomMappingsvoid addAtomMapping(AtomMapping cm)
AtomMapping.
cm - the AtomMapping to be addedvoid removeAtomMapping(AtomMapping cm)
AtomMapping.
cm - the AtomMapping to be removedvoid clearAtomMappings()
AtomMappings.
SourceTermType[] getSourceTermTypePrecedence()
SourceTermTypes in rank order.
SourceTermTypes in rank orderList getSourceTermTypePrecedenceAsList()
SourceTermTypes in rank order as a List.
SourceTermTypes in rank order as a Listvoid setSourceTermTypePrecedence(SourceTermType[] sab_ttys)
SourceTermTypes in rank order.
sab_ttys - an array of all SourceTermTypes in rank ordervoid setSourceTermTypePrecedence(List sab_ttys)
SourceTermTypes in rank order.
sab_ttys - a List of all SourceTermTypes in rank orderMetaDescription[] getMetadata()
MetaDescriptions in the current subset.
MetaDescriptions in the current subsetList getMetadataAsList()
MetaDescription in the current subset as a List.
MetaDescription in the current subset as a Listvoid setMetadata(MetaDescription[] docs)
MetaDescription in the current subset.
docs - the MetaDescription in the current subsetvoid setMetadata(List docs)
MetaDescriptions in the current subset.
docs - a List of MetaDescriptions in the current subsetvoid addMetadata(MetaDescription md)
MetaDescription.
md - the MetaDescription to be addedvoid removeMetadata(MetaDescription md)
MetaDescription.
md - the MetaDescription to be removedvoid clearMetadata()
MetaDescriptions.
String[] getChangeFileNames()
String[] of all the file names in the CHANGE directory.
Reader getChangeFile(String file_name)
Reader for the given CHANGE file.
file_name - CHANGE file
Reader for the given CHANGE fileString[] getAncillaryFileNames()
String[] of all the ancillary file names.
Reader getAncillaryFile(String file_name)
Reader over the specified ancillary file.
file_name - ancillary file
Reader over the specified ancillary file
void addChangeFile(String file_name,
Reader reader)
file_name - name of change filereader - a Reader over the file
void addAncillaryFile(String file_name,
Reader reader)
file_name - name of ancillary filereader - a Reader over the fileString 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 | ||||||||