Class SimplePlLogicArgument
java.lang.Object
org.tweetyproject.arg.dung.syntax.Argument
org.tweetyproject.arg.deductive.syntax.SimplePlLogicArgument
- All Implemented Interfaces:
DungEntity
,Formula
,Node
- Author:
- Federico Cerutti (federico.cerutti@acm.org) Argument structure as defined in http://www0.cs.ucl.ac.uk/staff/a.hunter/papers/ac13t.pdf
-
Constructor Summary
ConstructorsConstructorDescriptionSimplePlLogicArgument
(Collection<SimplePlRule> _support, PlFormula _claim) SimplePlLogicArgument
(Derivation<SimplePlRule> derivation) Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
getClaim()
Collection<? extends SimplePlRule>
int
hashCode()
toString()
Methods inherited from class org.tweetyproject.arg.dung.syntax.Argument
getLdoArgument, getLdoFormula, getName, getSignature, setName
-
Constructor Details
-
SimplePlLogicArgument
-
SimplePlLogicArgument
Constructor- Parameters:
derivation
- some derivation
-
-
Method Details