public abstract class ARulebaseEvent
extends java.lang.Object
implements jadex.bridge.service.types.ecarules.IRulebaseEvent
Modifier and Type | Field and Description |
---|---|
protected int |
callid
The call id.
|
protected int |
id
The id.
|
Constructor and Description |
---|
ARulebaseEvent()
Create a new rule event.
|
ARulebaseEvent(int callid)
Create a new rule event.
|
Modifier and Type | Method and Description |
---|---|
ARulebaseEvent |
createCopy() |
int |
getCallId()
Get the callid.
|
int |
getId()
Get the id.
|
void |
setCallId(int callid)
Set the callid.
|
void |
setFinished(jadex.commons.future.IBackwardCommandFuture fut) |
void |
setId(int id)
Set the id.
|
public ARulebaseEvent()
public ARulebaseEvent(int callid)
public void setFinished(jadex.commons.future.IBackwardCommandFuture fut)
public int getId()
public void setId(int id)
id
- The id to set.public int getCallId()
public void setCallId(int callid)
callid
- The callid to set.public ARulebaseEvent createCopy()