Class SimplePlLogicArgument
- java.lang.Object
-
- net.sf.tweety.arg.dung.syntax.Argument
-
- net.sf.tweety.arg.deductive.syntax.SimplePlLogicArgument
-
- All Implemented Interfaces:
net.sf.tweety.arg.dung.syntax.DungEntity,net.sf.tweety.commons.Formula,net.sf.tweety.graphs.Node
public class SimplePlLogicArgument extends net.sf.tweety.arg.dung.syntax.Argument- 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
Constructors Constructor Description SimplePlLogicArgument(Collection<SimplePlRule> _support, net.sf.tweety.logics.pl.syntax.PlFormula _claim)SimplePlLogicArgument(net.sf.tweety.commons.util.rules.Derivation<SimplePlRule> derivation)Constructor
-
Method Summary
Modifier and Type Method Description booleanequals(Object obj)net.sf.tweety.logics.pl.syntax.PlFormulagetClaim()Collection<? extends SimplePlRule>getSupport()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SimplePlLogicArgument
public SimplePlLogicArgument(Collection<SimplePlRule> _support, net.sf.tweety.logics.pl.syntax.PlFormula _claim)
-
SimplePlLogicArgument
public SimplePlLogicArgument(net.sf.tweety.commons.util.rules.Derivation<SimplePlRule> derivation)
Constructor- Parameters:
derivation- some derivation
-
-
Method Detail
-
getSupport
public Collection<? extends SimplePlRule> getSupport()
-
getClaim
public net.sf.tweety.logics.pl.syntax.PlFormula getClaim()
-
toString
public String toString()
- Overrides:
toStringin classnet.sf.tweety.arg.dung.syntax.Argument
-
hashCode
public int hashCode()
- Overrides:
hashCodein classnet.sf.tweety.arg.dung.syntax.Argument
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classnet.sf.tweety.arg.dung.syntax.Argument
-
-