Package org.openprovenance.prov.core.xml
Interface Document
-
public interface Document
-
-
Method Summary
Modifier and Type Method Description NamespacegetNamespace()List<StatementOrBundle>getStatementOrBundle()
-
-
-
Method Detail
-
getNamespace
Namespace getNamespace()
-
getStatementOrBundle
List<StatementOrBundle> getStatementOrBundle()
-
-