org.deckfour.xes.model
Interface XAttributeCollection

All Superinterfaces:
Cloneable, Comparable<XAttribute>, XAttributable, XAttribute
All Known Subinterfaces:
XAttributeContainer, XAttributeList
All Known Implementing Classes:
XAttributeCollectionImpl, XAttributeContainerImpl, XAttributeListImpl

public interface XAttributeCollection
extends XAttribute

Author:
Christian W. Guenther (christian@deckfour.org)

Method Summary
 void addToCollection(XAttribute attribute)
           
 Collection<XAttribute> getCollection()
           
 
Methods inherited from interface org.deckfour.xes.model.XAttribute
accept, clone, getExtension, getKey
 
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, hasAttributes, setAttributes
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

addToCollection

void addToCollection(XAttribute attribute)

getCollection

Collection<XAttribute> getCollection()