art.cs
Class CoverEffector

java.lang.Object
  extended byart.cs.CoverEffector

public class CoverEffector
extends java.lang.Object

Ensure that the action can be interpreted by the environment. NOT IMPLEMENTED YET.

Author:
Marco Lamieri and Gianluigi Ferraris

Field Summary
 RuleMaster myRuleMaster
           
 
Constructor Summary
CoverEffector()
          Constructor of the class.
 
Method Summary
 void fitAction(Message msg)
          Apply the cover procedure to the message msg.
 int getNumberOfUse()
          Number of time the cover effector has been used.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myRuleMaster

public RuleMaster myRuleMaster
Constructor Detail

CoverEffector

public CoverEffector()
Constructor of the class.

Method Detail

fitAction

public void fitAction(Message msg)
Apply the cover procedure to the message msg. NOT IMPLEMENTED YET.

Parameters:
msg - Message

getNumberOfUse

public int getNumberOfUse()
Number of time the cover effector has been used. NOT IMPLEMENTED YET.

Returns:
Number of use.