|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.p21.Part21Writer
public class Part21Writer
Provides the methods to write the contents of a model into a Part 21 file
| Field Summary | |
|---|---|
boolean |
update_header
If true, modify the instances in the header to reflect the values written into the Part21 file. |
| Constructor Summary | |
|---|---|
Part21Writer()
|
|
| Method Summary | |
|---|---|
ListString |
getSchema(Model mod)
Get the list of strings to be written as the schemas in a Part21 file. |
void |
write(java.io.File out,
Model mod)
Write a model as a part 21 file |
void |
write(java.lang.String filename,
Model mod)
Write a model as a part 21 file |
void |
write(java.io.Writer wr,
Model mod,
java.lang.String fname)
Write a model as a part 21 file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean update_header
| Constructor Detail |
|---|
public Part21Writer()
| Method Detail |
|---|
public void write(java.lang.String filename,
Model mod)
throws java.io.IOException
filename - The file to write the output tomod - The model to output
java.io.IOException
public void write(java.io.File out,
Model mod)
throws java.io.IOException
out - The file to write the output tomod - The model to output
java.io.IOException
public void write(java.io.Writer wr,
Model mod,
java.lang.String fname)
wr - The write to sent the output tomod - The model to outputfname - The filename (used to set the file name in the header)public ListString getSchema(Model mod)
mod - The model being processed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||