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
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetIndexedAttributes(Object qn, Set<Attribute> attributes)
-
Method Details
-
getAttributes
Collection<Attribute> getAttributes()- Specified by:
getAttributesin interfaceHasAttributes
-
setIndexedAttributes
-
getIndexedAttributes
Map<QualifiedName,Set<Attribute>> getIndexedAttributes()- Specified by:
getIndexedAttributesin interfaceHasAttributes
-