| Modifier and type | Property and description |
|---|---|
| java.lang.Iterable<T> | definedNameList |
| java.lang.Object | workingMemoryLock |
| Modifier and type | Action and description |
|---|---|
| java.util.List<E> | getDefinedListForName(String) |
| java.lang.Iterable<T> | getDefinedNameList |
| java.lang.Object | getKnowledge(ScopedDataName) |
| java.lang.Object | getWorkingMemoryLock |
| boolean | isMemoryEmpty |
val definedNameList : java.lang.Iterable<T>
This property is an alias for the action: getDefinedNameList
val workingMemoryLock : java.lang.Object
This property is an alias for the action: getWorkingMemoryLock
def getDefinedListForName(String) : java.util.List<E>
def getDefinedNameList : java.lang.Iterable<T>
def getKnowledge(ScopedDataName) : java.lang.Objectthrows KnowledgeMissingException
def getWorkingMemoryLock : java.lang.Object
def isMemoryEmpty : boolean