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