Interface JLD_ActedOnBehalfOf
-
- All Superinterfaces:
HasAttributes,HasAttributes,HasKind,HasLabel,HasLabel,HasOther,HasOther,HasType,HasType,Identifiable,JLD_Generic2,JLD_Identifiable
public interface JLD_ActedOnBehalfOf extends JLD_Generic2
-
-
Method Summary
Modifier and Type Method Description QualifiedNamegetActivity()QualifiedNamegetDelegate()QualifiedNamegetResponsible()-
Methods inherited from interface org.openprovenance.prov.core.jsonld11.HasAttributes
getAttributes, getIndexedAttributes, setIndexedAttributes
-
Methods inherited from interface org.openprovenance.prov.core.jsonld11.JLD_Identifiable
getId, setId
-
-
-
-
Method Detail
-
getDelegate
QualifiedName getDelegate()
-
getResponsible
QualifiedName getResponsible()
-
getActivity
QualifiedName getActivity()
-
-