Package | Description |
---|---|
org.jpc.engine.prolog | |
org.jpc.term |
Modifier and Type | Method and Description |
---|---|
static Operator |
Operator.asOperator(Term operatorTerm)
Constructs an operator from a term having as structure [P,S,N]
Where P is the operator's priority, S is its specifier (an integer term) and N the operator's id
|
Operator |
OperatorsContext.getOperator(Term term) |
Modifier and Type | Method and Description |
---|---|
Collection<Operator> |
OperatorsContext.getOperators(String name) |
Constructor and Description |
---|
OperatorsContext(com.google.common.collect.Multimap<String,Operator> operatorsMultimap) |
Modifier and Type | Method and Description |
---|---|
boolean |
Compound.usesOperator(Operator operator) |
Copyright © 2014. All rights reserved.