|
|||||||||
Home >> All >> alice >> tuprolog >> runtime >> [ tucson overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
alice.tuprolog.runtime.tucson
Class OutputAutomatonEvent

java.lang.Objectalice.tuprolog.runtime.tucson.OutputAutomatonEvent
- class OutputAutomatonEvent
- extends java.lang.Object
Field Summary | |
(package private) java.lang.String |
msg
|
static int |
OUTPUT
|
(package private) java.lang.Object |
source
|
static int |
SPY
|
static int |
STATE
|
(package private) int |
type
|
Constructor Summary | |
OutputAutomatonEvent(java.lang.Object s,
int t,
java.lang.String m)
|
Method Summary | |
java.lang.String |
getMsg()
|
java.lang.Object |
getSource()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
OUTPUT
public static final int OUTPUT
- See Also:
- Constant Field Values
SPY
public static final int SPY
- See Also:
- Constant Field Values
STATE
public static final int STATE
- See Also:
- Constant Field Values
source
java.lang.Object source
type
int type
msg
java.lang.String msg
Constructor Detail |
OutputAutomatonEvent
public OutputAutomatonEvent(java.lang.Object s, int t, java.lang.String m)
Method Detail |
getSource
public java.lang.Object getSource()
getType
public int getType()
getMsg
public java.lang.String getMsg()
|
|||||||||
Home >> All >> alice >> tuprolog >> runtime >> [ tucson overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |