public abstract class Token extends Object
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
static Token |
create(WME wme,
Token token) |
abstract boolean |
dependsOn(int branch) |
abstract WME |
get(int index) |
abstract DependencySet |
getDepends(boolean doExplanation) |
public abstract WME get(int index)
public abstract DependencySet getDepends(boolean doExplanation)
public abstract boolean dependsOn(int branch)
Copyright © 2019. All rights reserved.