public abstract class ModelDocument extends Object
| Modifier and Type | Field and Description |
|---|---|
protected de.unirostock.sems.xmlutils.ds.TreeDocument |
doc
The document storing this model.
|
| Constructor and Description |
|---|
ModelDocument(de.unirostock.sems.xmlutils.ds.TreeDocument doc)
Instantiates a new model document.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
flatten()
Flatten this document.
|
URI |
getBaseUri()
Gets the base URI.
|
de.unirostock.sems.xmlutils.ds.TreeDocument |
getTreeDocument()
Gets the tree document.
|
protected de.unirostock.sems.xmlutils.ds.TreeDocument doc
public ModelDocument(de.unirostock.sems.xmlutils.ds.TreeDocument doc)
doc - the corresponding XML documentpublic URI getBaseUri()
public de.unirostock.sems.xmlutils.ds.TreeDocument getTreeDocument()
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.