Package net.sf.tweety.arg.aba.syntax
Class Negation<T extends Formula>
- java.lang.Object
-
- net.sf.tweety.arg.aba.syntax.Negation<T>
-
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)SignaturegetSignature()Returns the signature of the language of this formula.inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
formula
T extends Formula formula
not= -
negation
T extends Formula negation
not= -
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getSignature
public Signature getSignature()
Description copied from interface:FormulaReturns the signature of the language of this formula.- Specified by:
getSignaturein interfaceFormula- Returns:
- the signature of the language of this formula.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-
-
-
-