Uses of Class
net.sf.tweety.logics.commons.syntax.Constant
-
Packages that use Constant Package Description net.sf.tweety.logics.commons.syntax -
-
Uses of Constant in net.sf.tweety.logics.commons.syntax
Methods in net.sf.tweety.logics.commons.syntax that return Constant Modifier and Type Method Description ConstantConstant. clone()Method parameters in net.sf.tweety.logics.commons.syntax with type arguments of type Constant Modifier and Type Method Description Set<RelationalFormula>RelationalFormula. allGroundInstances(Set<Constant> constants)Computes all ground instances of this relational formula wrt.Constructors in net.sf.tweety.logics.commons.syntax with parameters of type Constant Constructor Description Constant(Constant other)Copy-Ctor: Creates a deep copy of the given Constant
-