| Package | Description |
|---|---|
| fr.ifremer.isisfish.aspect |
Aspect definition classes.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2013 CodeLutin. All rights reserved.