public class TileLayoutPOTs extends TileLayoutAbstract implements TileLayout
Modifier and Type | Field and Description |
---|---|
protected static TileLayoutPOTs |
poinstance |
Modifier | Constructor and Description |
---|---|
protected |
TileLayoutPOTs() |
Modifier and Type | Method and Description |
---|---|
Tiles |
computeTiles(org.deckfour.xes.model.XTrace trace,
int x,
int y,
int width,
int height,
int tileSpace) |
static TileLayoutPOTs |
getInstance() |
protected TilePOEventNode |
getTilePONode(int traceIndex,
org.processmining.partialorder.models.graph.PartialOrderGraph graph,
int i,
org.deckfour.xes.model.XEvent event) |
java.lang.String |
toString() |
computeTiles, getClassifier, setClassifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
computeTiles, setClassifier
protected static TileLayoutPOTs poinstance
public java.lang.String toString()
toString
in class java.lang.Object
public static TileLayoutPOTs getInstance()
public Tiles computeTiles(org.deckfour.xes.model.XTrace trace, int x, int y, int width, int height, int tileSpace)
computeTiles
in interface TileLayout
protected TilePOEventNode getTilePONode(int traceIndex, org.processmining.partialorder.models.graph.PartialOrderGraph graph, int i, org.deckfour.xes.model.XEvent event)