|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConceptOutputStream
Generically represents a way of writing Concepts out.
The output can be text files, text files plus a database load script,
or pretty much anything else.
| Method Summary | |
|---|---|
void |
close()
Closes the output stream. |
String[] |
getWarnings()
Returns a String[] of warnings accumulated during
processing of the output stream. |
void |
open(String output_loc)
Opens the output stream. |
void |
writeConcept(Concept concept)
Write a Concept to the output stream. |
| Methods inherited from interface gov.nih.nlm.util.LocalNullValueSupport |
|---|
getNullValue, isEmptyValue, setNullValue |
| Method Detail |
|---|
void open(String output_loc)
throws IOException
output_loc - locator information for the output stream
IOException - if there is a problem opening files
void close()
throws IOException
IOException - if there is a problem closing files
void writeConcept(Concept concept)
throws IOException
Concept to the output stream.
concept - a Concept to write to the output stream
IOException - if there is a problem reading the conceptString[] getWarnings()
String[] of warnings accumulated during
processing of the output stream.
String[] of warnings
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||