Package net.sf.tweety.arg.delp.syntax
Class DefeasibleLogicProgram
- java.lang.Object
-
- net.sf.tweety.commons.BeliefSet<DelpRule,FolSignature>
-
- net.sf.tweety.arg.delp.syntax.DefeasibleLogicProgram
-
- All Implemented Interfaces:
java.lang.Iterable<DelpRule>,java.util.Collection<DelpRule>,BeliefBase
public class DefeasibleLogicProgram extends BeliefSet<DelpRule,FolSignature>
This class models a defeasible logic program (DeLP).- Author:
- Matthias Thimm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classDefeasibleLogicProgram.DelpOptions
-
Field Summary
-
Fields inherited from class net.sf.tweety.commons.BeliefSet
EQUALS_USES_SIGNATURE, signature
-
-
Constructor Summary
Constructors Constructor Description DefeasibleLogicProgram()Default constructor; initializes empty delpFacts, strict and defeasible rules and empty comparison criterion.DefeasibleLogicProgram(DefeasibleLogicProgram delp)constructor; initializes this program with the given program
-
Method Summary
Modifier and Type Method Description booleandisagree(java.util.Set<FolFormula> literals)Checks whether the given set of literals disagree with respect to the strict part of this program.java.util.Set<DelpArgument>getArguments()Returns the set of all possible arguments, that can be built in this delp.DungTheorygetDungTheory()This method translates this delp into an abstract Dung theory.SignaturegetMinimalSignature()Returns the signature of the language of this knowledge base.java.util.Set<DelpRule>getRulesWithHead(FolFormula l)Returns all defeasible and strict rules appearing in this program with the given literal as headjava.util.Set<FolFormula>getStrictClosure()Computes the strict closure of the program, i.e., the set of all strictly derivable literals.java.util.Set<FolFormula>getStrictClosure(java.util.Set<FolFormula> literals)Computes the strict closure of the program, i.e., the set of all strictly derivable literals.java.util.Set<FolFormula>getStrictClosure(java.util.Set<FolFormula> literals, java.util.Set<DefeasibleRule> defeasibleRules)Computes the strict closure of the program, i.e., the set of all strictly derivable literals.java.util.Set<FolFormula>getStrictClosure(java.util.Set<FolFormula> literals, java.util.Set<DefeasibleRule> defeasibleRules, boolean usefacts)Computes the strict closure of the program, i.e., the set of all strictly derivable literals.DefeasibleLogicProgramground()In general, a delp comprises of rule schemes with variables.DefeasibleLogicProgramground(java.util.Set<Constant> constants)In general, a delp comprises of rule schemes with variables.protected FolSignatureinstantiateSignature()Instantiates the signature which is attached to the belief base.booleanisConsistent(java.util.Set<DefeasibleRule> rules)Checks whether the given set of defeasible rules are consistent given the strict part of this program.booleanisGround()static voidmain(java.lang.String[] args)Parsing DeLP from given file and performing given query against it.private static voidprintUsage(org.kohsuke.args4j.CmdLineParser parser, java.io.PrintStream printStream)java.lang.StringtoString()-
Methods inherited from class net.sf.tweety.commons.BeliefSet
add, addAll, clear, contains, containsAll, equals, getSignature, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, setSignature, size, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
DefeasibleLogicProgram
public DefeasibleLogicProgram()
Default constructor; initializes empty delpFacts, strict and defeasible rules and empty comparison criterion.
-
DefeasibleLogicProgram
public DefeasibleLogicProgram(DefeasibleLogicProgram delp)
constructor; initializes this program with the given program- Parameters:
delp- a defeasible logic program
-
-
Method Detail
-
ground
public DefeasibleLogicProgram ground()
In general, a delp comprises of rule schemes with variables. This methods returns the corresponding grounded theory, i.e., all schematic elements are replaced with all their grounded instances, where all occurring variables are replaced with constants in every possible way. The set of constants used is the set of constants appearing in this delp.- Returns:
- the grounded version of
this
-
ground
public DefeasibleLogicProgram ground(java.util.Set<Constant> constants)
In general, a delp comprises of rule schemes with variables. This methods returns the corresponding grounded theory, i.e., all schematic elements are replaced with all their grounded instances, where all occurring variables are replaced with constants in every possible way.- Parameters:
constants- some set of constants.- Returns:
- the grounded version of
this
-
getDungTheory
public DungTheory getDungTheory()
This method translates this delp into an abstract Dung theory. All arguments, that can be built in this theory are interpreted as abstract arguments. The attack relation is built using the dialectical proof theory of delp.- Returns:
- the abstract Dung theory induced by this delp.
-
getArguments
public java.util.Set<DelpArgument> getArguments()
Returns the set of all possible arguments, that can be built in this delp.- Returns:
- the set of all possible arguments, that can be built in this delp.
-
getStrictClosure
public java.util.Set<FolFormula> getStrictClosure(java.util.Set<FolFormula> literals, java.util.Set<DefeasibleRule> defeasibleRules, boolean usefacts)
Computes the strict closure of the program, i.e., the set of all strictly derivable literals. For this computation the program may be extended by the given parameters- Parameters:
literals- a set of literalsdefeasibleRules- a set of defeasible rulesusefacts- set totrueiff the delpFacts of this program shall be used in computing the closure- Returns:
- the closure of this program and the given parameters
-
getStrictClosure
public java.util.Set<FolFormula> getStrictClosure(java.util.Set<FolFormula> literals, java.util.Set<DefeasibleRule> defeasibleRules)
Computes the strict closure of the program, i.e., the set of all strictly derivable literals. The program is extended with delpFacts and defeasible rules (which are interpreted as strict rules here) described by the parametersliteralsanddefeasibleRules.- Parameters:
literals- a set of literalsdefeasibleRules- a set of defeasible rules- Returns:
- the set of all strictly derivable literals.
-
getStrictClosure
public java.util.Set<FolFormula> getStrictClosure(java.util.Set<FolFormula> literals)
Computes the strict closure of the program, i.e., the set of all strictly derivable literals. The program is extended with delpFacts described by the parameterliterals- Parameters:
literals- a set of literals- Returns:
- the set of all strictly derivable literals.
-
getStrictClosure
public java.util.Set<FolFormula> getStrictClosure()
Computes the strict closure of the program, i.e., the set of all strictly derivable literals.- Returns:
- the set of all strictly derivable literals.
-
isConsistent
public boolean isConsistent(java.util.Set<DefeasibleRule> rules)
Checks whether the given set of defeasible rules are consistent given the strict part of this program.- Parameters:
rules- a set of defeasible rules- Returns:
falseif the union of this program's delpFacts and strict rules with the given set of defeasible rules defeasibly derives two complementary literals
-
disagree
public boolean disagree(java.util.Set<FolFormula> literals)
Checks whether the given set of literals disagree with respect to the strict part of this program.- Parameters:
literals- a set of literals- Returns:
trueif the union of this program's delpFacts and strict rules with the given set of literals defeasibly derives two complementary literals
-
isGround
public boolean isGround()
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceBeliefBase- Overrides:
toStringin classBeliefSet<DelpRule,FolSignature>
-
getRulesWithHead
public java.util.Set<DelpRule> getRulesWithHead(FolFormula l)
Returns all defeasible and strict rules appearing in this program with the given literal as head- Parameters:
l- a literal- Returns:
- a set of strict and defeasible rules
-
getMinimalSignature
public Signature getMinimalSignature()
Description copied from interface:BeliefBaseReturns the signature of the language of this knowledge base.- Returns:
- the signature of the language of this knowledge base.
-
printUsage
private static void printUsage(org.kohsuke.args4j.CmdLineParser parser, java.io.PrintStream printStream)
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, org.kohsuke.args4j.CmdLineExceptionParsing DeLP from given file and performing given query against it.- Parameters:
args- Options and arguments (try "-h" to get a help text with details)- Throws:
java.io.IOException- if an IO issue occurs.org.kohsuke.args4j.CmdLineException- if there is some problem parsing the command line
-
instantiateSignature
protected FolSignature instantiateSignature()
Description copied from class:BeliefSetInstantiates the signature which is attached to the belief base.- Specified by:
instantiateSignaturein classBeliefSet<DelpRule,FolSignature>- Returns:
- the signature of this belief base
-
-