Uses of Interface
net.sf.tweety.logics.commons.syntax.interfaces.Invertable
-
-
-
Uses of Invertable in net.sf.tweety.action.query.syntax
Classes in net.sf.tweety.action.query.syntax that implement Invertable Modifier and Type Class Description classAlwaysQueryThis class represents an always query in the action query language S.classHoldsQueryThis class represents a holds query in the action query language S.classNecessarilyQueryThis class represents a necessarily query in the action query language S.classQueryPropositionAction queries are represented as propositional formulas with three possible types of propositions: holds, always and necessarily propositions. -
Uses of Invertable in net.sf.tweety.arg.aspic.order
Classes in net.sf.tweety.arg.aspic.order with type parameters of type Invertable Modifier and Type Class Description classLastLinkOrder<T extends Invertable>classRuleComparator<T extends Invertable>classSimpleAspicOrder<T extends Invertable>classWeakestLinkOrder<T extends Invertable> -
Uses of Invertable in net.sf.tweety.arg.aspic.parser
Classes in net.sf.tweety.arg.aspic.parser with type parameters of type Invertable Modifier and Type Class Description classAspicParser<T extends Invertable> -
Uses of Invertable in net.sf.tweety.arg.aspic.reasoner
Classes in net.sf.tweety.arg.aspic.reasoner with type parameters of type Invertable Modifier and Type Class Description classAbstractAspicReasoner<T extends Invertable>The abstract ancestor of all Aspic reasoner implementationsclassDirectionalAspicReasoner<T extends Invertable>Computes a restricted AF by only considering relevant arguments to a query.classModuleBasedAspicReasoner<T extends Invertable>Slightly optimised reasoner for ASPIC.classRandomAspicReasoner<T extends Invertable>This class implements an approximate reasoner for ASPIC+ that randomly samples arguments.classSimpleAspicReasoner<T extends Invertable> -
Uses of Invertable in net.sf.tweety.arg.aspic.ruleformulagenerator
Classes in net.sf.tweety.arg.aspic.ruleformulagenerator with type parameters of type Invertable Modifier and Type Class Description classRuleFormulaGenerator<T extends Invertable> -
Uses of Invertable in net.sf.tweety.arg.aspic.semantics
Classes in net.sf.tweety.arg.aspic.semantics with type parameters of type Invertable Modifier and Type Class Description classAspicAttack<T extends Invertable>classSimpleAspicOrder<T extends Invertable>Methods in net.sf.tweety.arg.aspic.semantics with type parameters of type Invertable Modifier and Type Method Description static <T extends Invertable>
java.util.Collection<AspicAttack<T>>AspicAttack. determineAttackRelations(java.util.Collection<AspicArgument<T>> args, java.util.Comparator<AspicArgument<T>> order, RuleFormulaGenerator<T> rfgen)Checks for defeats in a list of argumentsstatic <T extends Invertable>
booleanAspicAttack. isAttack(AspicArgument<T> active, AspicArgument<T> passive, RuleFormulaGenerator<T> rfgen, java.util.Comparator<AspicArgument<T>> order)Determines whether the attack is successful -
Uses of Invertable in net.sf.tweety.arg.aspic.syntax
Classes in net.sf.tweety.arg.aspic.syntax with type parameters of type Invertable Modifier and Type Class Description classAspicArgument<T extends Invertable>classAspicArgumentationTheory<T extends Invertable>classDefeasibleInferenceRule<T extends Invertable>classInferenceRule<T extends Invertable>classStrictInferenceRule<T extends Invertable>Fields in net.sf.tweety.arg.aspic.syntax declared as Invertable Modifier and Type Field Description private TAspicArgument. concThe conclusion of the argument's top ruleprivate TInferenceRule. conclusionThe rule's conclusionMethods in net.sf.tweety.arg.aspic.syntax with type parameters of type Invertable Modifier and Type Method Description static <T extends Invertable>
booleanAspicArgument. isAttack(AspicArgument<T> active, AspicArgument<T> passive, RuleFormulaGenerator<T> rfgen, java.util.Comparator<AspicArgument<T>> order)Determines whether the attack is successful -
Uses of Invertable in net.sf.tweety.arg.aspic.writer
Classes in net.sf.tweety.arg.aspic.writer with type parameters of type Invertable Modifier and Type Class Description classAspicWriter<T extends Invertable>For writing ASPIC argumentation theories to disk. -
Uses of Invertable in net.sf.tweety.arg.delp.syntax
Classes in net.sf.tweety.arg.delp.syntax that implement Invertable Modifier and Type Class Description classDefeasibleRuleThis class models a defeasible rule in defeasible logic programming.classDelpFactThis class implements a fact in defeasible logic programming which encapsulates a literal.classDelpRuleThis method is the superclass for both a strict rule and a defeasible rule in defeasible logic programming and captures their common attributes and methods.classStrictRuleThis class models a strict rule in defeasible logic programming. -
Uses of Invertable in net.sf.tweety.arg.dung.ldo.syntax
Classes in net.sf.tweety.arg.dung.ldo.syntax that implement Invertable Modifier and Type Class Description classAbstractGraphLdoModalityProvides common functionalities for the graph-based modalities in LDO.classAbstractLdoModalityProvides common functionalities for all modalities in LDO.classLdoArgumentThis class represents an argument in ldo.classLdoAssociativeFormulaThis class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.classLdoBoxModalityclassLdoConjunctionThis class represents a conjunction in ldo logic.classLdoDiamondModalityclassLdoDisjunctionThis class represents a disjunction in ldo logic.classLdoFormulaThis abstract class specifies the general methods of all Ldo-formulas (LDO - Logic of dialectical outcomes, cf.classLdoGraphBoxModalityclassLdoGraphDiamondModalityclassLdoNegationThis class models classical negation of ldo logic.classLdoRelationCreates a relational formula, i.e. -
Uses of Invertable in net.sf.tweety.logics.commons.syntax
Classes in net.sf.tweety.logics.commons.syntax that implement Invertable Modifier and Type Class Description classRelationalFormulaThis is the abstract base class for relational formulas, i.e. -
Uses of Invertable in net.sf.tweety.logics.commons.syntax.interfaces
Subinterfaces of Invertable in net.sf.tweety.logics.commons.syntax.interfaces Modifier and Type Interface Description interfaceClassicalFormulaThis interface models a classical formula, i.e.Methods in net.sf.tweety.logics.commons.syntax.interfaces that return Invertable Modifier and Type Method Description InvertableInvertable. complement() -
Uses of Invertable in net.sf.tweety.logics.dl.syntax
Classes in net.sf.tweety.logics.dl.syntax that implement Invertable Modifier and Type Class Description classAssociativeDlFormulaThis class captures the common functionalities of description logic associative formulas (union and intersection).classAtomicConceptThis class models an atomic concept (aka concept name) in description logics.classAtomicRoleThis class models a role in description logics.classBottomConceptThis class models the bottom concept (empty concept) in description logics.classComplementThis class models the complement (negation) in description logics.classComplexConceptThe common abstract class for concepts (also called concepts, complex concepts or concept descriptions) of description logics.classExistentialRestrictionThis class models an existential restriction in description logics, i.e.classIntersectionThis class models an intersection in description logics.classTopConceptThis class models the top concept (universal concept) in description logics.classUnionThis class models an union in description logics.classUniversalRestrictionThis class models an universal restriction in description logics, i.e. -
Uses of Invertable in net.sf.tweety.logics.fol.syntax
Classes in net.sf.tweety.logics.fol.syntax that implement Invertable Modifier and Type Class Description classAssociativeFolFormulaThis class captures the common functionalities first order associative formulas like conjunction, disjunction, etc.classConjunctionThe classical conjunction of first-order logic.classContradictionA contradictory formula.classDisjunctionThe classical disjunction of first-order logic.classEquivalenceThe equivalence of first-order logic.classExistsQuantifiedFormulaExists-quantified first-order logic formula.classFolAtomAn atom in first-order logic, i.e.classFolFormulaThe common abstract class for formulas of first-order logic.classForallQuantifiedFormulaFor-All-quantified first-order logic formula.classImplicationThe implication of first-order logic.classNegationThe classical negation of first-order logic.classSpecialFormulaThis class captures the common functionalities of the special formulas tautology and contradiction.classTautologyA tautological formula. -
Uses of Invertable in net.sf.tweety.logics.ml.syntax
Classes in net.sf.tweety.logics.ml.syntax that implement Invertable Modifier and Type Class Description classMlFormulaThis class models a modal formula, i.e.classNecessityThis class models the necessity modality.classPossibilityThis class models the possibility modality. -
Uses of Invertable in net.sf.tweety.logics.mln.syntax
Classes in net.sf.tweety.logics.mln.syntax that implement Invertable Modifier and Type Class Description classMlnFormulaInstances of this class represent first-order formulas with a weight. -
Uses of Invertable in net.sf.tweety.logics.pl.syntax
Classes in net.sf.tweety.logics.pl.syntax that implement Invertable Modifier and Type Class Description classAssociativePlFormulaThis class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.classConjunctionThis class represents a conjunction in propositional logic.classContradictionA contradictory formula.classDisjunctionThis class represents a disjunction in propositional logic.classEquivalenceThis class models equivalence of propositional logic.classImplicationThis class models the implication of propositional logic.classNegationThis class models classical negation of propositional logic.classPlFormulaThis class represents the common ancestor for propositional formulae.classPropositionThis class represents a simple proposition in propositional logic.classSpecialFormulaThis class captures the common functionalities of the special formulas tautology and contradiction.classTautologyA tautological formula. -
Uses of Invertable in net.sf.tweety.logics.rcl.syntax
Classes in net.sf.tweety.logics.rcl.syntax that implement Invertable Modifier and Type Class Description classRelationalConditionalInstances of this class represent relational conditionals. -
Uses of Invertable in net.sf.tweety.logics.rdl.syntax
Classes in net.sf.tweety.logics.rdl.syntax that implement Invertable Modifier and Type Class Description classDefaultRuleModels a default rule in Reiter's default logic, see [R. -
Uses of Invertable in net.sf.tweety.logics.rpcl.syntax
Classes in net.sf.tweety.logics.rpcl.syntax that implement Invertable Modifier and Type Class Description classRelationalProbabilisticConditionalThis class represents a relational probabilistic conditional, i.e. -
Uses of Invertable in net.sf.tweety.lp.asp.syntax
Classes in net.sf.tweety.lp.asp.syntax that implement Invertable Modifier and Type Class Description classASPAtomThis class models an atom, which is a basic structure for building literals and rules for logic programs.classASPLiteralThis interface defines common functionality for literals, meaning atoms or strictly negated atoms.classStrictNegationThis class models the strict negation of an atom (as apposed to a NAF negation:DefaultNegation). -
Uses of Invertable in net.sf.tweety.lp.nlp.syntax
Classes in net.sf.tweety.lp.nlp.syntax that implement Invertable Modifier and Type Class Description classNLPNotA default negation of a first order formula, nested logic programs only allow not quantified formulas.
-