Package org.openprovenance.prov.core.xml
Interface HasAttributes
-
- All Superinterfaces:
HasAttributes
- All Known Subinterfaces:
XML_ActedOnBehalfOf,XML_Activity,XML_Agent,XML_Entity,XML_Generic,XML_Generic2,XML_QualifiedAlternateOf,XML_QualifiedHadMember,XML_QualifiedSpecializationOf,XML_Used,XML_WasAssociatedWith,XML_WasAttributedTo,XML_WasDerivedFrom,XML_WasEndedBy,XML_WasGeneratedBy,XML_WasInfluencedBy,XML_WasInformedBy,XML_WasInvalidatedBy,XML_WasStartedBy
public interface HasAttributes extends HasAttributes
-
-
Method Summary
Modifier and Type Method Description Collection<Attribute>getAttributes()Map<QualifiedName,Set<Attribute>>getIndexedAttributes()voidsetIndexedAttributes(Object qn, Set<Attribute> attributes)
-
-
-
Method Detail
-
getAttributes
Collection<Attribute> getAttributes()
- Specified by:
getAttributesin interfaceHasAttributes
-
getIndexedAttributes
Map<QualifiedName,Set<Attribute>> getIndexedAttributes()
- Specified by:
getIndexedAttributesin interfaceHasAttributes
-
-