Class LdoDiamondModality
- java.lang.Object
-
- net.sf.tweety.arg.dung.ldo.syntax.LdoFormula
-
- net.sf.tweety.arg.dung.ldo.syntax.AbstractLdoModality
-
- net.sf.tweety.arg.dung.ldo.syntax.LdoDiamondModality
-
- All Implemented Interfaces:
Formula,ClassicalFormula,Conjunctable,Disjunctable,Invertable,ProbabilityAware,SimpleLogicalFormula
public class LdoDiamondModality extends AbstractLdoModality
-
-
Constructor Summary
Constructors Constructor Description LdoDiamondModality(LdoFormula innerFormula)
-
Method Summary
Modifier and Type Method Description LdoFormulaclone()Creates a deep copy of this formulajava.lang.StringtoString()-
Methods inherited from class net.sf.tweety.arg.dung.ldo.syntax.AbstractLdoModality
equals, getAtoms, getInnerFormula, getLiterals, getPredicates, hashCode
-
Methods inherited from class net.sf.tweety.arg.dung.ldo.syntax.LdoFormula
combineWithAnd, combineWithOr, complement, getDividers, getPredicateCls, getSignature, getUniformProbability, isLiteral
-
-
-
-
Constructor Detail
-
LdoDiamondModality
public LdoDiamondModality(LdoFormula innerFormula)
-
-
Method Detail
-
clone
public LdoFormula clone()
Description copied from interface:SimpleLogicalFormulaCreates a deep copy of this formula- Specified by:
clonein interfaceSimpleLogicalFormula- Specified by:
clonein classAbstractLdoModality- Returns:
- the cloned formula
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-