|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generically represents a way of writing Concept
s 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. |
void |
open(String output_loc)
Opens the output stream. |
void |
writeConcept(Concept concept)
Write a Concept to the output stream. |
Method Detail |
public void open(String output_loc) throws IOException
output_loc
- locator information for the output stream
IOException
- if there is a problem opening filespublic void close() throws IOException
IOException
- if there is a problem closing filespublic 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 concept
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |