|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
HepRepWriter interface.
| Method Summary | |
void |
addProperty(String key,
String value)
Adds a property, to be written to the HepRep file when closed. |
void |
close()
Closes the writer and its underlying stream. |
void |
write(HepRepAction action)
Writes a HepRepAction. |
void |
write(HepRepAttDef attDef)
Writes a HepRepAttDef. |
void |
write(HepRepAttribute attribute)
Writes a HepRepAttribute. |
void |
write(HepRepAttValue attValue)
Writes a HepRepAttValue. |
void |
write(HepRepDefinition definition)
Writes a HepRepDefinition. |
void |
write(HepRepInstance instance)
Writes a HepRepInstance. |
void |
write(HepRepInstanceTree instanceTree)
Writes a HepRepInstanceTree. |
void |
write(HepRepPoint point)
Writes a HepRepPoint. |
void |
write(HepRep heprep,
String name)
Writes a HepRep. |
void |
write(HepRepTreeID treeID)
Writes a HepRepTreeID. |
void |
write(HepRepType type)
Writes a HepRepType. |
void |
write(HepRepTypeTree typeTree)
Writes a HepRepTypeTree. |
void |
write(List layerOrder)
Writes the layerOrder. |
| Method Detail |
public void addProperty(String key,
String value)
throws IOException
key - value -
IOException - in case of a stream problem.
public void close()
throws IOException
IOException - in case of a stream problem.
public void write(HepRep heprep,
String name)
throws IOException
heprep - to be written.name - for the heprep to be written (for tagged access), may be ommited.
IOException - in case of a stream problem.
public void write(List layerOrder)
throws IOException
layerOrder - to be written.
IOException - in case of a stream problem.
public void write(HepRepTypeTree typeTree)
throws IOException
typeTree - to be written.
IOException - in case of a stream problem.
public void write(HepRepType type)
throws IOException
type - to be written.
IOException - in case of a stream problem.
public void write(HepRepTreeID treeID)
throws IOException
treeID - to be written.
IOException - in case of a stream problem.
public void write(HepRepAction action)
throws IOException
action - to be written.
IOException - in case of a stream problem.
public void write(HepRepInstanceTree instanceTree)
throws IOException
instanceTree - to be written.
IOException - in case of a stream problem.
public void write(HepRepInstance instance)
throws IOException
instance - to be written.
IOException - in case of a stream problem.
public void write(HepRepPoint point)
throws IOException
point - to be written.
IOException - in case of a stream problem.
public void write(HepRepAttribute attribute)
throws IOException
attribute - to be written.
IOException - in case of a stream problem.
public void write(HepRepDefinition definition)
throws IOException
definition - to be written.
IOException - in case of a stream problem.
public void write(HepRepAttValue attValue)
throws IOException
attValue - to be written.
IOException - in case of a stream problem.
public void write(HepRepAttDef attDef)
throws IOException
attDef - to be written.
IOException - in case of a stream problem.
|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||