Package | Description |
---|---|
com.tibco.xp.runtime |
Runtime types
|
Modifier and Type | Class and Description |
---|---|
class |
Concept
Concept base class
|
class |
Event
Event base class
|
class |
NonTransient
Base class for non-transient events
|
class |
Timed
Timed event base class
|
class |
Transient
Base class for transient events.
|
Modifier and Type | Method and Description |
---|---|
static Entity |
Entity.mapHandle(com.tibco.cep.kernel.model.entity.Entity handle)
Map a RETE handle to a managed object entity
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Entity> |
Entity.mapHandleArray(com.tibco.cep.kernel.model.entity.Entity[] handles)
Map an array of RETE handles to managed entities
|
Modifier and Type | Method and Description |
---|---|
static com.tibco.cep.runtime.model.element.impl.EntityImpl |
Entity.getHandle(Entity entity)
Get the RETE handle for an entity
|
static java.util.ArrayList<com.tibco.cep.kernel.model.entity.Entity> |
Entity.mapArray(Entity[] entities)
Map an array of entities to their implementation objects
|