org.processmining.framework.models.heuristics
Class StopSemanticsParser

java.lang.Object
  extended by org.processmining.framework.models.heuristics.StopSemanticsParser
All Implemented Interfaces:
HeuristicsParser

public class StopSemanticsParser
extends java.lang.Object
implements HeuristicsParser

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
StopSemanticsParser(HeuristicsNet net, java.util.Random generator)
           
 
Method Summary
 boolean getCompleted()
           
 HNSubSet getDisabledElements()
           
 int getNumParsedElements()
           
 int getNumUnparsedElements()
           
 boolean getProperlyCompleted()
           
 int getSizeDisabledElements()
           
 boolean parse(ProcessInstance pi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopSemanticsParser

public StopSemanticsParser(HeuristicsNet net,
                           java.util.Random generator)
Method Detail

parse

public boolean parse(ProcessInstance pi)
Specified by:
parse in interface HeuristicsParser

getDisabledElements

public HNSubSet getDisabledElements()

getSizeDisabledElements

public int getSizeDisabledElements()

getNumUnparsedElements

public int getNumUnparsedElements()

getNumParsedElements

public int getNumParsedElements()

getProperlyCompleted

public boolean getProperlyCompleted()

getCompleted

public boolean getCompleted()