Uses of Interface
org.processmining.plugins.workshop.Yaguang.ca.IDList
-
Packages that use IDList Package Description org.processmining.plugins.workshop.Yaguang.ca -
-
Uses of IDList in org.processmining.plugins.workshop.Yaguang.ca
Classes in org.processmining.plugins.workshop.Yaguang.ca that implement IDList Modifier and Type Class Description classIDListStandard_MapInspired in SPMF.Methods in org.processmining.plugins.workshop.Yaguang.ca that return IDList Modifier and Type Method Description IDListIdListCreator. create()It creates an empty IdList.IDListIdListCreatorStandard_Map. create()It creates an empty IdList of entries of arraylists.IDListTrie. getIdList()It gets the IdList of the pattern associated to the trieIDListIDList. join(IDList idList, boolean equals, int minSupport)It return the intersection IdList that results from the current object and the IdList given as an argument.IDListIDListStandard_Map. join(IDList idList, boolean equals, int minSupport)It return the intersection IdList that results from the current object and the IdList given as an argument.Methods in org.processmining.plugins.workshop.Yaguang.ca with parameters of type IDList Modifier and Type Method Description voidIdListCreator. addAppearance(IDList idlist, java.lang.Integer sequence, java.lang.Integer timestamp, java.lang.Integer item)Add an appearanceto an Idlist. voidIdListCreatorStandard_Map. addAppearance(IDList idlist, java.lang.Integer sequence, java.lang.Integer timestamp, java.lang.Integer item)It adds to an Idlist of entries of arraylists an appearance> voidIdListCreator. addAppearancesInSequence(IDList idlist, java.lang.Integer sequence, java.util.List<Position> itemsets)Add several appearances in a same sequenceto an Idlist voidIdListCreatorStandard_Map. addAppearancesInSequence(IDList idlist, java.lang.Integer sequence, java.util.List<Position> itemsets)It adds to an Idlist of entries of arraylists several appearances in a same sequence, , ..., }> IDListIDList. join(IDList idList, boolean equals, int minSupport)It return the intersection IdList that results from the current object and the IdList given as an argument.IDListIDListStandard_Map. join(IDList idList, boolean equals, int minSupport)It return the intersection IdList that results from the current object and the IdList given as an argument.voidTrie. setIdList(IDList idList)It updates the value of the IdList of the pattern associated to the trieConstructors in org.processmining.plugins.workshop.Yaguang.ca with parameters of type IDList Constructor Description Trie(java.util.List<TrieNode> nodes, IDList idList)Constructor of a Trie by means of a list of NodeTrie and the IdList of the pattern associated to the trie.
-