Package net.sf.tweety.commons
Interface Formula
-
- All Known Subinterfaces:
Rule<C,P>
public interface FormulaA formula is a basic language construct.- Author:
- Matthias Thimm
-
-
Method Summary
Modifier and Type Method Description SignaturegetSignature()Returns the signature of the language of this formula.
-
-
-
Method Detail
-
getSignature
Signature getSignature()
Returns the signature of the language of this formula.- Returns:
- the signature of the language of this formula.
-
-