Package jadex.platform.service.ecarules
Class ARulebaseEvent
- java.lang.Object
- 
- jadex.platform.service.ecarules.ARulebaseEvent
 
- 
- All Implemented Interfaces:
- IRulebaseEvent
 - Direct Known Subclasses:
- FinishedEvent,- RuleAddedEvent,- RuleRemovedEvent
 
 public abstract class ARulebaseEvent extends java.lang.Object implements IRulebaseEvent 
- 
- 
Constructor SummaryConstructors Constructor Description ARulebaseEvent()Create a new rule event.ARulebaseEvent(int callid)Create a new rule event.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ARulebaseEventcreateCopy()intgetCallId()Get the callid.intgetId()Get the id.voidsetCallId(int callid)Set the callid.voidsetFinished(IBackwardCommandFuture fut)voidsetId(int id)Set the id.
 
- 
- 
- 
Method Detail- 
setFinishedpublic void setFinished(IBackwardCommandFuture fut) 
 - 
getIdpublic int getId() Get the id. return The id.
 - 
setIdpublic void setId(int id) Set the id.- Parameters:
- id- The id to set.
 
 - 
getCallIdpublic int getCallId() Get the callid.- Returns:
- The callid.
 
 - 
setCallIdpublic void setCallId(int callid) Set the callid.- Parameters:
- callid- The callid to set.
 
 - 
createCopypublic ARulebaseEvent createCopy() 
 
- 
 
-