Package org.openprovenance.prov.core.xml
Interface XML_WasInformedBy
-
- All Superinterfaces:
HasAttributes,HasAttributes,HasKind,HasLabel,HasLabel,HasOther,HasOther,HasType,HasType,Identifiable,Identifiable,XML_Generic2
public interface XML_WasInformedBy extends XML_Generic2
-
-
Method Summary
Modifier and Type Method Description QualifiedNamegetInformant()QualifiedNamegetInformed()-
Methods inherited from interface org.openprovenance.prov.core.xml.HasAttributes
getAttributes, getIndexedAttributes, setIndexedAttributes
-
Methods inherited from interface org.openprovenance.prov.core.xml.Identifiable
getId, setId
-
-
-
-
Method Detail
-
getInformed
QualifiedName getInformed()
-
getInformant
QualifiedName getInformant()
-
-