|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.bml.parser.SyncRef
public class SyncRef
SyncRef String parser
| Field Summary | |
|---|---|
String |
bbId
|
int |
iteration
|
double |
offset
|
String |
sourceId
|
String |
syncId
|
| Constructor Summary | |
|---|---|
SyncRef(String bbId,
String syncRef)
Parses a reference to a synchronization point. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object s)
SyncRefs are equal if their sourceId, syncId, offset and strokeNr (if syncId=="stroke") match |
int |
hashCode()
|
private String |
parseOffset(String syncRef)
Gets the offset from a syncRef String |
String |
toString()
Get the String representation of the SyncRef |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String bbId
public String sourceId
public String syncId
public int iteration
public double offset
| Constructor Detail |
|---|
public SyncRef(String bbId,
String syncRef)
throws InvalidSyncRefException
syncRef -
InvalidSyncRefException| Method Detail |
|---|
private String parseOffset(String syncRef)
throws InvalidSyncRefException
InvalidSyncRefExceptionpublic boolean equals(Object s)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||