public abstract class LogicStructure extends Object
| Constructor and Description |
|---|
LogicStructure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFunctionalTerms()
Checks whether this structure contains any functional terms.
|
abstract Set<net.sf.tweety.logics.commons.syntax.Constant> |
getConstants()
Returns all constants that appear in this structure.
|
abstract Set<net.sf.tweety.logics.commons.syntax.FunctionalTerm> |
getFunctionalTerms()
Returns all functional terms that appear in this structure.
|
abstract Set<net.sf.tweety.logics.commons.syntax.Functor> |
getFunctors()
Returns all functors that appear in this structure.
|
abstract Set<net.sf.tweety.logics.commons.syntax.Variable> |
getVariables()
Returns all variables that appear in this structure.
|
abstract String |
toString() |
public abstract Set<net.sf.tweety.logics.commons.syntax.Constant> getConstants()
public abstract Set<net.sf.tweety.logics.commons.syntax.Functor> getFunctors()
public abstract Set<net.sf.tweety.logics.commons.syntax.Variable> getVariables()
public abstract Set<net.sf.tweety.logics.commons.syntax.FunctionalTerm> getFunctionalTerms()
public boolean containsFunctionalTerms()
Copyright © 2018. All rights reserved.