|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttemplates.diagram.Connector.EventBox.EventPair
protected class Connector.EventBox.EventPair
A pair of events.
| Field Summary | |
|---|---|
java.lang.String |
event1
First event. |
java.lang.String |
event2
Second event. |
boolean |
isEllipses
Indicates if the event pair does not contain events but instead stands for an abbreviation of event pairs. |
| Constructor Summary | |
|---|---|
Connector.EventBox.EventPair()
Construct an event pair which does not contain events but instead stands for an abbreviation of event pairs. |
|
Connector.EventBox.EventPair(java.lang.String event1,
java.lang.String event2)
Construct an event pair. |
|
| Method Summary | |
|---|---|
int |
compareTo(Connector.EventBox.EventPair o)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String event1
public java.lang.String event2
public boolean isEllipses
| Constructor Detail |
|---|
public Connector.EventBox.EventPair(java.lang.String event1,
java.lang.String event2)
event1 - first eventevent2 - second eventpublic Connector.EventBox.EventPair()
| Method Detail |
|---|
public int compareTo(Connector.EventBox.EventPair o)
compareTo in interface java.lang.Comparable<Connector.EventBox.EventPair>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||