|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zilonis.scope.Scope
public class Scope
| Field Summary | |
|---|---|
static Scope |
ROOT
|
| Method Summary | |
|---|---|
void |
addWME(WME wme)
|
int |
compareTo(Scope scope)
|
Scope |
createChild()
|
java.util.LinkedList<Scope> |
getChildren()
|
int |
getLevel()
|
long |
getNextId()
|
Scope |
getParent()
|
java.util.Iterator<WME> |
getWMEIterator()
|
void |
lock()
|
void |
terminate()
|
void |
unlock()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Scope ROOT
| Method Detail |
|---|
public java.util.Iterator<WME> getWMEIterator()
public void addWME(WME wme)
public void terminate()
public Scope getParent()
public long getNextId()
public java.util.LinkedList<Scope> getChildren()
public int getLevel()
public int compareTo(Scope scope)
public Scope createChild()
public void lock()
public void unlock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||