org.kahina.lp.profiler
Class LogicProgrammingProfile

java.lang.Object
  extended by org.kahina.lp.profiler.LogicProgrammingProfile
All Implemented Interfaces:
Serializable

public class LogicProgrammingProfile
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LogicProgrammingProfile()
           
 
Method Summary
 void call(ProfileEntry entry)
           
 void exception(ProfileEntry entry)
           
 void exit(ProfileEntry entry)
           
 void fail(ProfileEntry entry)
           
 TableModel getTableModel()
           
 void redo(ProfileEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicProgrammingProfile

public LogicProgrammingProfile()
Method Detail

call

public void call(ProfileEntry entry)

redo

public void redo(ProfileEntry entry)

fail

public void fail(ProfileEntry entry)

exception

public void exception(ProfileEntry entry)

exit

public void exit(ProfileEntry entry)

getTableModel

public TableModel getTableModel()