|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Causality message transformer attribute controller interface. It defines :
ArrowChunk
used to
know the source or the destination process of messages.CausalityChunk
where the matrix clock, or the
updates are stored.
Method Summary | |
String |
getArrowChunkName()
Returns the name of the ArrowChunk
used to know the source or the destination process of messages. |
String |
getCausalityChunkName()
Returns the name of the CausalityChunk where the matrix clock, or
the updates are stored. |
void |
setArrowChunkName(String arrowChunkName)
Sets the name of the ArrowChunk used
to know the source or the destination process of messages. |
void |
setCausalityChunkName(String causalityChunkName)
Sets the name of the CausalityChunk where the matrix clock, or the
updates are stored. |
Method Detail |
public String getArrowChunkName()
ArrowChunk
used to know the source or the destination process of messages.
ArrowChunk
used to know the source or the destination process of messages.public void setArrowChunkName(String arrowChunkName)
ArrowChunk
used
to know the source or the destination process of messages.
arrowChunkName
- the name of the
ArrowChunk
used to know the
source or the destination process of messages.public String getCausalityChunkName()
CausalityChunk
where the matrix clock, or
the updates are stored.
CausalityChunk
where the matrix clock, or
the updates are stored.public void setCausalityChunkName(String causalityChunkName)
CausalityChunk
where the matrix clock, or the
updates are stored.
causalityChunkName
- the name of the CausalityChunk
where the
matrix clock, or the updates are stored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |