|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface that embodies the Association Engine as described in "Canonical Situation Data Format: The Common Base Event V1.0.1 ACAB.BO0301.0.1"
Field Summary | |
---|---|
static java.lang.String |
TYPE_CAUSED_BY
Deprecated. Value for the Type attribute. |
static java.lang.String |
TYPE_CLEARED
Deprecated. Value for the Type attribute. |
static java.lang.String |
TYPE_CONTAIN
Deprecated. Value for the Type attribute. |
static java.lang.String |
TYPE_CORRELATED
Deprecated. Value for the Type attribute. |
static java.lang.String |
TYPE_MULTI_PART
Deprecated. Value for the Type attribute. |
Method Summary | |
---|---|
java.lang.String |
getId()
Deprecated. Returns the id. |
java.lang.String |
getName()
Deprecated. Returns the name. |
java.lang.String |
getType()
Deprecated. Returns the type. |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. |
void |
setId(java.lang.String id)
Deprecated. Sets the id. |
void |
setName(java.lang.String name)
Deprecated. Sets the name. |
void |
setType(java.lang.String type)
Deprecated. Sets the type. |
Field Detail |
public static final java.lang.String TYPE_CONTAIN
The association represents containment of other events within a root event.
getType()
,
Constant Field Valuespublic static final java.lang.String TYPE_CAUSED_BY
The association represents a causality allowing the associated event to point to the cause of the situation.
getType()
,
Constant Field Valuespublic static final java.lang.String TYPE_CLEARED
The association represents a relationship where an event points to an event which fixes, or results in the situation to becoming irrelevant.
getType()
,
Constant Field Valuespublic static final java.lang.String TYPE_MULTI_PART
The association represents a collection of events together comprise a single event.
getType()
,
Constant Field Valuespublic static final java.lang.String TYPE_CORRELATED
The association represents a relationship between a child and parent event based on a correlation algorithm specified in the name of the association.
getType()
,
Constant Field ValuesMethod Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to setpublic java.lang.String getName()
public java.lang.String getType()
public void setName(java.lang.String name)
name
- The name to setpublic void setType(java.lang.String type)
type
- The type to setpublic void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |