Package | Description |
---|---|
org.ginsim |
The base package for GINsim, with launcher classes.
|
org.ginsim.common.document |
API to write reports and other simple documents in HTML, OpenDocument, or LaTeX.
|
org.ginsim.service.tool.interactionanalysis |
Modifier and Type | Method and Description |
---|---|
DocumentWriter |
ScriptLauncher.createReport(String path,
Map<String,String> properties)
Create a report file, this creates the file and DocumentWriter, don't forget to close it.
|
Modifier and Type | Class and Description |
---|---|
class |
LaTeXDocumentWriter
LaTeX backend for DocumentWriter.
|
class |
OOoDocumentWriter
OOoDocumentWriter is a backend to write OpenDocument text files.
|
class |
WikiDocumentWriter
Wiki-like backend for the document writer.
|
class |
XHTMLDocumentWriter
XHTMLDocumentWriter is a backend to write xHTML files
|
Modifier and Type | Method and Description |
---|---|
DocumentWriter |
DocumentWriterFactory.getDocumentWriter()
Create a document writer.
|
DocumentWriter |
GenericDocumentFormat.getWriter() |
Modifier and Type | Method and Description |
---|---|
void |
InteractionAnalysisReport.saveReport(DocumentWriter dw,
RegulatoryGraph regGraph)
Write the report using the specified DocumentWriter.
|
Copyright © 2005–2020. All rights reserved.