|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.protocol.causality.Update
Matrix update elements
Constructor Summary | |
Update()
Default contructor. |
|
Update(short l,
short c,
int stamp)
Creates an element in a new empty list. |
|
Update(short l,
short c,
int s,
Update list)
Creates an element and links it after the head. |
Method Summary | |
short |
getColumn()
|
short |
getLine()
|
Update |
getNext()
|
int |
getStamp()
|
void |
readExternal(ObjectInput in)
|
static Update |
readUpdate(ObjectInput in)
|
String |
toString()
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Update()
public Update(short l, short c, int stamp)
l
- Matrix line.c
- Matrix column.stamp
- Element stamp.public Update(short l, short c, int s, Update list)
l
- Matrix line.c
- Matrix column.s
- Element stamp.list
- The head list element.Method Detail |
public short getLine()
public short getColumn()
public int getStamp()
public Update getNext()
public String toString()
Object.toString()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Externalizable.readExternal(java.io.ObjectInput)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Externalizable.writeExternal(java.io.ObjectOutput)
public static Update readUpdate(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Externalizable.readExternal(ObjectInput)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |