Uses of Class
patterntesting.runtime.monitor.SimpleProfileMonitor

Packages that use SimpleProfileMonitor
patterntesting.runtime.monitor This package provides some monitors like the ClasspathMonitor or ProfileMonitor
 

Uses of SimpleProfileMonitor in patterntesting.runtime.monitor
 

Methods in patterntesting.runtime.monitor that return SimpleProfileMonitor
 SimpleProfileMonitor SimpleProfileMonitor.getMonitor(Signature sig)
          We use now the signature without the return value.
 SimpleProfileMonitor SimpleProfileMonitor.getMonitor(String lbl)
          Gets the monitor.
 

Methods in patterntesting.runtime.monitor with parameters of type SimpleProfileMonitor
protected  void SimpleProfileMonitor.addChild(SimpleProfileMonitor child)
          Adds the child.
 

Constructors in patterntesting.runtime.monitor with parameters of type SimpleProfileMonitor
SimpleProfileMonitor(Signature label, SimpleProfileMonitor parent)
          Instantiates a new simple profile monitor.
SimpleProfileMonitor(String label, SimpleProfileMonitor parent)
          Instantiates a new simple profile monitor.
 



Copyright © 2002–2014 PatternTesting Team. All rights reserved.