Package org.openprovenance.prov.core.xml
Interface XML_ActedOnBehalfOf
-
- All Superinterfaces:
HasAttributes,HasAttributes,HasKind,HasLabel,HasLabel,HasOther,HasOther,HasType,HasType,Identifiable,Identifiable,XML_Generic2
public interface XML_ActedOnBehalfOf extends XML_Generic2
-
-
Method Summary
Modifier and Type Method Description QualifiedNamegetActivity()QualifiedNamegetDelegate()QualifiedNamegetResponsible()-
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
-
getDelegate
QualifiedName getDelegate()
-
getResponsible
QualifiedName getResponsible()
-
getActivity
QualifiedName getActivity()
-
-