Package org.processmining.lip.controller
Class TileLayoutAbstract
- java.lang.Object
-
- org.processmining.lip.controller.TileLayoutAbstract
-
- All Implemented Interfaces:
TileLayout
- Direct Known Subclasses:
TileLayoutPOTs,TileLayoutSequential,TileLayoutStack,TileLayoutTimeAbs
public abstract class TileLayoutAbstract extends java.lang.Object implements TileLayout
-
-
Constructor Summary
Constructors Constructor Description TileLayoutAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TilescomputeTiles(org.deckfour.xes.model.XTrace trace, TileSize tileSize)org.deckfour.xes.classification.XEventClassifiergetClassifier()voidsetClassifier(org.deckfour.xes.classification.XEventClassifier classifier)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.lip.controller.TileLayout
computeTiles
-
-
-
-
Method Detail
-
computeTiles
public Tiles computeTiles(org.deckfour.xes.model.XTrace trace, TileSize tileSize)
- Specified by:
computeTilesin interfaceTileLayout
-
getClassifier
public org.deckfour.xes.classification.XEventClassifier getClassifier()
-
setClassifier
public void setClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
- Specified by:
setClassifierin interfaceTileLayout
-
-