public class RElement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The internal access.
|
protected static long |
cnt |
protected java.lang.String |
id
The element id.
|
protected MElement |
modelelement
The model element.
|
Constructor and Description |
---|
RElement(MElement modelelement,
jadex.bridge.IInternalAccess agent)
Create a new runtime element.
|
Modifier and Type | Method and Description |
---|---|
jadex.bridge.IInternalAccess |
getAgent()
Get the agent.
|
RCapability |
getCapability()
Get the capability.
|
java.lang.String |
getId()
Get the id.
|
MCapability |
getMCapability()
Get the capability model.
|
MElement |
getModelElement()
Get the modelelement.
|
jadex.rules.eca.RuleSystem |
getRuleSystem()
get the rule system.
|
void |
setId(java.lang.String id)
Set the id.
|
void |
setModelElement(MElement modelelement)
Set the modelelement.
|
java.lang.String |
toString()
Get the string representation.
|
protected static long cnt
protected MElement modelelement
protected java.lang.String id
protected jadex.bridge.IInternalAccess agent
public RElement(MElement modelelement, jadex.bridge.IInternalAccess agent)
public MElement getModelElement()
public void setModelElement(MElement modelelement)
modelelement
- The modelelement to set.public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to set.public jadex.bridge.IInternalAccess getAgent()
public RCapability getCapability()
public MCapability getMCapability()
public jadex.rules.eca.RuleSystem getRuleSystem()
public java.lang.String toString()
toString
in class java.lang.Object