Package | Description |
---|---|
npl | |
npl.parser |
Modifier and Type | Method and Description |
---|---|
Scope |
Scope.findScope(java.lang.String sid) |
Scope |
Scope.getFather() |
Scope |
NormativeProgram.getRoot() |
Scope |
NPLInterpreter.getScope() |
Scope |
Scope.getScope(jason.asSyntax.Literal key) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Scope> |
Scope.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
Scope.addScope(Scope s) |
void |
NPLInterpreter.loadNP(Scope scope)
loads facts from a NP scope into the interpreter
|
void |
Scope.setFather(Scope s) |
void |
NormativeProgram.setRoot(Scope root) |
void |
NPLInterpreter.setScope(Scope scope)
resets the interpreter with a new NP
|
Modifier and Type | Method and Description |
---|---|
void |
nplp.scope(NormativeProgram np,
Scope superScope) |