Package | Description |
---|---|
org.projog.core.parser |
Provides classes for constructing
Term objects from Prolog syntax. |
org.projog.core.term |
Contains the building blocks used to construct Prolog programs and queries.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Variable> |
SentenceParser.getParsedTermVariables()
Returns collection of
Variable instances created by this SentenceParser . |
Modifier and Type | Method and Description |
---|---|
static Set<Variable> |
TermUtils.getAllVariablesInTerm(Term argument)
Returns all
Variable s contained in the specified term. |
Modifier and Type | Method and Description |
---|---|
boolean |
VariableAttribute.postUnify(Variable variable,
Term attributeValue) |
Modifier and Type | Method and Description |
---|---|
Term |
Variable.copy(Map<Variable,Variable> sharedVariables) |
Term |
Variable.copy(Map<Variable,Variable> sharedVariables) |
Term |
Term.copy(Map<Variable,Variable> sharedVariables)
Returns a copy of this term.
|
Term |
Term.copy(Map<Variable,Variable> sharedVariables)
Returns a copy of this term.
|
Structure |
Structure.copy(Map<Variable,Variable> sharedVariables) |
Structure |
Structure.copy(Map<Variable,Variable> sharedVariables) |
List |
List.copy(Map<Variable,Variable> sharedVariables) |
List |
List.copy(Map<Variable,Variable> sharedVariables) |
IntegerNumber |
IntegerNumber.copy(Map<Variable,Variable> sharedVariables) |
IntegerNumber |
IntegerNumber.copy(Map<Variable,Variable> sharedVariables) |
Term |
EmptyList.copy(Map<Variable,Variable> sharedVariables) |
Term |
EmptyList.copy(Map<Variable,Variable> sharedVariables) |
DecimalFraction |
DecimalFraction.copy(Map<Variable,Variable> sharedVariables) |
DecimalFraction |
DecimalFraction.copy(Map<Variable,Variable> sharedVariables) |
Atom |
Atom.copy(Map<Variable,Variable> sharedVariables) |
Atom |
Atom.copy(Map<Variable,Variable> sharedVariables) |
Copyright © 2024. All rights reserved.