Package jadex.platform.service.ecarules
Class RuleRemovedEvent
- java.lang.Object
-
- jadex.platform.service.ecarules.ARulebaseEvent
-
- jadex.platform.service.ecarules.RuleRemovedEvent
-
- All Implemented Interfaces:
IRulebaseEvent
public class RuleRemovedEvent extends ARulebaseEvent implements IRulebaseEvent
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
rulename
The rule name.-
Fields inherited from class jadex.platform.service.ecarules.ARulebaseEvent
callid, id
-
-
Constructor Summary
Constructors Constructor Description RuleRemovedEvent()
Create a new rule added event.RuleRemovedEvent(int callid, java.lang.String rulename)
Create a new rule removed event.RuleRemovedEvent(RuleRemovedEvent event)
Create a new rule removed event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ARulebaseEvent
createCopy()
Copy the object.java.lang.String
getRuleName()
Get the rulename.void
setRuleName(java.lang.String rulename)
Set the rulename.-
Methods inherited from class jadex.platform.service.ecarules.ARulebaseEvent
getCallId, getId, setCallId, setFinished, setId
-
-
-
-
Constructor Detail
-
RuleRemovedEvent
public RuleRemovedEvent()
Create a new rule added event.
-
RuleRemovedEvent
public RuleRemovedEvent(int callid, java.lang.String rulename)
Create a new rule removed event.
-
RuleRemovedEvent
public RuleRemovedEvent(RuleRemovedEvent event)
Create a new rule removed event.
-
-
Method Detail
-
getRuleName
public java.lang.String getRuleName()
Get the rulename. return The rulename.
-
setRuleName
public void setRuleName(java.lang.String rulename)
Set the rulename.- Parameters:
rulename
- The rulename to set.
-
createCopy
public ARulebaseEvent createCopy()
Copy the object.- Overrides:
createCopy
in classARulebaseEvent
-
-