Package | Description |
---|---|
alice.tuprolog | |
alice.tuprolog.interfaces | |
alice.tuprologx.ide | |
alice.tuprologx.spyframe |
Modifier and Type | Method and Description |
---|---|
List<SpyListener> |
Prolog.getSpyListenerList()
Gets a copy of current listener list to spy events
|
Modifier and Type | Method and Description |
---|---|
void |
Prolog.addSpyListener(SpyListener l)
Adds a listener to spy events
|
void |
Prolog.removeSpyListener(SpyListener l)
Removes a listener to spy events
|
Modifier and Type | Method and Description |
---|---|
void |
IProlog.addSpyListener(SpyListener l)
Adds a listener to spy events
|
void |
IProlog.removeSpyListener(SpyListener l)
Removes a listener to spy events
|
Modifier and Type | Class and Description |
---|---|
class |
CUIConsole |
class |
DebugAreaFrame |
Modifier and Type | Class and Description |
---|---|
class |
SpyFrame
GUI-Window for tracing the solving process of a prolog goal.
|