Interface AttributesInfo
-
- All Known Implementing Classes:
AttributesInfoImpl
public interface AttributesInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Attribute>getEventAttributes()Convenience function for classifiers.AttributegetEventAttributeValues(java.lang.String attribute)java.util.Collection<Attribute>getTraceAttributes()AttributegetTraceAttributeValues(java.lang.String attribute)
-
-
-
Method Detail
-
getEventAttributes
java.util.Collection<Attribute> getEventAttributes()
Convenience function for classifiers.- Returns:
-
getEventAttributeValues
Attribute getEventAttributeValues(java.lang.String attribute)
-
getTraceAttributes
java.util.Collection<Attribute> getTraceAttributes()
-
getTraceAttributeValues
Attribute getTraceAttributeValues(java.lang.String attribute)
-
-