Package org.openprovenance.prov.vanilla
Interface HasAttributes
-
- All Known Implementing Classes:
ActedOnBehalfOf,Activity,Agent,Entity,QualifiedAlternateOf,QualifiedHadMember,QualifiedSpecializationOf,Used,WasAssociatedWith,WasAttributedTo,WasDerivedFrom,WasEndedBy,WasGeneratedBy,WasInfluencedBy,WasInformedBy,WasInvalidatedBy,WasStartedBy
public interface HasAttributes
-
-
Method Summary
Modifier and Type Method Description Collection<Attribute>getAttributes()Map<QualifiedName,Set<Attribute>>getIndexedAttributes()
-
-
-
Method Detail
-
getAttributes
Collection<Attribute> getAttributes()
-
getIndexedAttributes
Map<QualifiedName,Set<Attribute>> getIndexedAttributes()
-
-