Uses of Class
fr.ifremer.isisfish.aspect.RuleAspect.State

Packages that use RuleAspect.State
fr.ifremer.isisfish.aspect Aspect definition classes. 
 

Uses of RuleAspect.State in fr.ifremer.isisfish.aspect
 

Methods in fr.ifremer.isisfish.aspect that return RuleAspect.State
static RuleAspect.State RuleAspect.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RuleAspect.State[] RuleAspect.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.ifremer.isisfish.aspect with parameters of type RuleAspect.State
protected  Object RuleAspect.makeTimedCall(org.codehaus.aspectwerkz.joinpoint.JoinPoint jp, RuleAspect.State state)
          Effectue l'appel reel en calculant le temps pris.
protected  void RuleAspect.registerTime(org.codehaus.aspectwerkz.joinpoint.JoinPoint jp, RuleAspect.State state, long timeTaken)
          Add time (init/pre/post) to simulation information in current SimulationContext.
 



Copyright © 1999-2011 CodeLutin. All Rights Reserved.