public class AttributeLists
extends java.lang.Object
| Constructor and Description |
|---|
AttributeLists() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillList(org.deckfour.xes.model.XAttribute att)
Fill the list and bag with attribute-related values.
|
org.apache.commons.collections15.Bag<java.lang.String> |
getAttributeNameBag()
Get method for the attribute Name Bag.
|
java.util.List<java.util.ArrayList<java.lang.String>> |
getAttributeTypeList()
Get method for the attribute type list.
|
java.util.List<java.util.ArrayList<java.lang.String>> |
getAttributeValuesList()
Get method for the attribute value list.
|
void |
initialize()
Initialize the bag and lists.
|
public void initialize()
public void fillList(org.deckfour.xes.model.XAttribute att)
att - public org.apache.commons.collections15.Bag<java.lang.String> getAttributeNameBag()
public java.util.List<java.util.ArrayList<java.lang.String>> getAttributeValuesList()
public java.util.List<java.util.ArrayList<java.lang.String>> getAttributeTypeList()