Uses of Class
org.processmining.plugins.workshop.Yaguang.ca.Position
-
Packages that use Position Package Description org.processmining.plugins.workshop.Yaguang.ca -
-
Uses of Position in org.processmining.plugins.workshop.Yaguang.ca
Methods in org.processmining.plugins.workshop.Yaguang.ca that return types with arguments of type Position Modifier and Type Method Description java.util.Map<java.lang.Integer,java.util.List<Position>>IDList. appearingInMap()It gets a map with a match between the sequences where the pattern associated with this IdList appears, and the position items of that sequence where the pattern is identifiedjava.util.Map<java.lang.Integer,java.util.List<Position>>IDListStandard_Map. appearingInMap()java.util.Map<java.lang.Integer,java.util.List<Position>>IDListStandard_Map. getSequencePositionsEntries()It gets the map that codes that appearances of the pattern in this IdListMethods in org.processmining.plugins.workshop.Yaguang.ca with parameters of type Position Modifier and Type Method Description voidIDListStandard_Map. addAppearance(java.lang.Integer sequence, Position positionItem)It adds an appearance for the sequence and a position item given as parameter in the current IdListMethod parameters in org.processmining.plugins.workshop.Yaguang.ca with type arguments of type Position Modifier and Type Method Description 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, , ..., }> voidIDListStandard_Map. addAppearancesInSequence(java.lang.Integer sid, java.util.List<Position> itemsets)It adds the appearances for the sequence and the position items list given as parameter in the current IdListConstructor parameters in org.processmining.plugins.workshop.Yaguang.ca with type arguments of type Position Constructor Description IDListStandard_Map(java.util.Map<java.lang.Integer,java.util.List<Position>> sequencePositionsEntries)It creates an IdList from a map of>
-