Modifier and Type | Method and Description |
---|---|
java.util.Set<Functor> |
DelpRule.getFunctors() |
Modifier and Type | Method and Description |
---|---|
Functor |
Functor.clone() |
Functor |
FunctionalTerm.getFunctor() |
Constructor and Description |
---|
FunctionalTerm(Functor functor)
Creates a new functional term with the given functor.
|
FunctionalTerm(Functor functor,
java.util.List<Term<?>> arguments)
Creates a new functional term with the given functor and the given list
of arguments.
|
FunctionalTerm(Functor functor,
Term<?>... terms) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Functor> |
ModalFormula.getFunctors() |
Modifier and Type | Method and Description |
---|---|
private Functor |
FolParserB.getFunctor(java.lang.String name,
FolSignature signature) |
private Functor |
FolParserB.getOrCreateFunctor(java.lang.String name,
java.util.List<Term<?>> args,
Sort targetSort,
FolSignature signature) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Functor> |
FolSignature.functors |
Modifier and Type | Method and Description |
---|---|
Functor |
FolSignature.getFunctor(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Functor> |
SpecialFormula.getFunctors() |
abstract java.util.Set<Functor> |
RelationalFormula.getFunctors() |
java.util.Set<Functor> |
QuantifiedFormula.getFunctors() |
java.util.Set<Functor> |
Negation.getFunctors() |
abstract java.util.Set<Functor> |
LogicStructure.getFunctors()
Returns all functors that appear in this structure.
|
java.util.Set<Functor> |
FolSignature.getFunctors() |
java.util.Set<Functor> |
FOLAtom.getFunctors() |
java.util.Set<Functor> |
AssociativeFOLFormula.getFunctors() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Functor> |
MlnFormula.getFunctors() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Functor> |
RelationalConditional.getFunctors() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Functor> |
DefaultRule.getFunctors() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Functor> |
NLPNot.getFunctors() |