Interface HasAttributes
-
- All Superinterfaces:
HasAttributes
- All Known Subinterfaces:
JLD_ActedOnBehalfOf,JLD_Activity,JLD_Agent,JLD_Entity,JLD_Generic,JLD_Generic2,JLD_QualifiedAlternateOf,JLD_QualifiedHadMember,JLD_QualifiedSpecializationOf,JLD_Used,JLD_WasAssociatedWith,JLD_WasAttributedTo,JLD_WasDerivedFrom,JLD_WasEndedBy,JLD_WasGeneratedBy,JLD_WasInfluencedBy,JLD_WasInformedBy,JLD_WasInvalidatedBy,JLD_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
-
-