Interface JSON_WasStartedBy
-
- All Superinterfaces:
HasAttributes,HasAttributes,HasKind,HasLabel,HasLabel,HasLocation,HasLocation,HasOther,HasOther,HasRole,HasRole,HasType,HasType,Identifiable,JSON_Generic,JSON_Identifiable
public interface JSON_WasStartedBy extends JSON_Generic, HasRole
-
-
Method Summary
Modifier and Type Method Description QualifiedNamegetActivity()QualifiedNamegetStarter()XMLGregorianCalendargetTime()QualifiedNamegetTrigger()-
Methods inherited from interface org.openprovenance.prov.core.json.HasAttributes
getAttributes, getIndexedAttributes, setIndexedAttributes
-
Methods inherited from interface org.openprovenance.prov.core.json.HasLocation
getLocation
-
Methods inherited from interface org.openprovenance.prov.core.json.JSON_Identifiable
getId, setId
-
-
-
-
Method Detail
-
getTrigger
QualifiedName getTrigger()
-
getActivity
QualifiedName getActivity()
-
getStarter
QualifiedName getStarter()
-
getTime
XMLGregorianCalendar getTime()
-
-