Package | Description |
---|---|
eu.transformproject.provenance.representation |
Provides the classes necessary for represent, open and save opm graphs and
opm graphs templates using different formats.
|
Modifier and Type | Method and Description |
---|---|
static ProvenanceExportFormat |
ProvenanceExportFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProvenanceExportFormat[] |
ProvenanceExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OPMGraphTemplate |
ProvenanceRepresentation.createProvenanceTemplate(ProvenanceExportFormat format,
java.lang.String provenanceDescription,
java.lang.String idSession) |