|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.tsmining.TSGAlgorithm
public abstract class TSGAlgorithm
Field Summary | |
---|---|
protected DocsVertexCreator |
factory
|
protected LogReader |
log
|
protected TransitionSystem |
ts
|
Constructor Summary | |
---|---|
TSGAlgorithm(LogReader log,
int typeOfTS,
int genFlags,
int visFlags)
|
Method Summary | |
---|---|
abstract TransitionSystem |
generateTS()
|
TransitionSystem |
getTransitionSystem()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TransitionSystem ts
protected LogReader log
protected DocsVertexCreator factory
Constructor Detail |
---|
public TSGAlgorithm(LogReader log, int typeOfTS, int genFlags, int visFlags)
Method Detail |
---|
public abstract TransitionSystem generateTS()
public TransitionSystem getTransitionSystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |