A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

F

factInstantiation() - Method in class net.sf.tweety.arg.delp.TestRules
 
faculty(int) - Static method in class net.sf.tweety.commons.util.MathTools
Computes the faculty of the given number.
faf(ArgumentSet) - Method in class net.sf.tweety.arg.bipolar.syntax.AbstractBipolarFramework
The characteristic function of an bipolar argumentation framework: F_AF(S) = {A|A is acceptable wrt.
faf(Extension) - Method in class net.sf.tweety.arg.dung.syntax.DungTheory
The characteristic function of an abstract argumentation framework: F_AF(S) = {A|A is acceptable wrt.
FALSE - net.sf.tweety.logics.pl.semantics.PriestWorld.TruthValue
 
falsifies(PossibleWorld, Conditional) - Static method in class net.sf.tweety.logics.cl.semantics.RankingFunction
Checks whether the given possible world w falsifies the given conditional (B|A), i.e.
FATAL - net.sf.tweety.commons.TweetyConfiguration.LogLevel
 
FB - net.sf.tweety.logics.pl.analysis.InconsistencyMeasureFactory.Measure
 
FbInconsistencyMeasure - Class in net.sf.tweety.logics.pl.analysis
Implements the forgetting-based inconsistency measure from [Besnard.
FbInconsistencyMeasure() - Constructor for class net.sf.tweety.logics.pl.analysis.FbInconsistencyMeasure
 
FbInconsistencyMeasureTest - Class in net.sf.tweety.logics.pl.test
Some examples from [Besnard.
FbInconsistencyMeasureTest() - Constructor for class net.sf.tweety.logics.pl.test.FbInconsistencyMeasureTest
 
FileDungTheoryGenerator - Class in net.sf.tweety.arg.dung.util
This generator receives a list of files containing Dung theories and returns those step by step.
FileDungTheoryGenerator(File[], Parser<DungTheory, ?>, boolean) - Constructor for class net.sf.tweety.arg.dung.util.FileDungTheoryGenerator
Creates a new theory generator for the given files, which can be parsed by the given parser.
FileFormat - Enum in net.sf.tweety.arg.dung.parser
This enum lists all supported file formats.
FileListCommandParameter - Class in net.sf.tweety.plugin.parameter
This parameter holds a file-list of possible arguments
FileListCommandParameter(String, String) - Constructor for class net.sf.tweety.plugin.parameter.FileListCommandParameter
Creates a new file list command parameter
filter(Predicate<? super T>) - Method in class net.sf.tweety.arg.adf.reasoner.ordering.AbstractOrdering
 
filter(Predicate<? super T>) - Method in interface net.sf.tweety.arg.adf.reasoner.ordering.Ordering
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class net.sf.tweety.web.CorsResponseFilter
 
fireInconsistencyUpdateEvent(InconsistencyUpdateEvent) - Method in class net.sf.tweety.logics.commons.analysis.streams.DefaultStreamBasedInconsistencyMeasure
 
FirstOrderLogicPlugin - Class in net.sf.tweety.logics.fol.plugin
This class models the plugin for first order logics used in the tweety cli Note: Currently FOL-files MUST BE named after the pattern "*.fologic" Very early state, not finished or debugged yet.
FirstOrderLogicPlugin() - Constructor for class net.sf.tweety.logics.fol.plugin.FirstOrderLogicPlugin
actually used constructor, initializes start parameters for this plugin
FirstOrderLogicPlugin(String[]) - Constructor for class net.sf.tweety.logics.fol.plugin.FirstOrderLogicPlugin
non-empty constructor in case of problems concerning jspf
FixPartialSatEncoding - Class in net.sf.tweety.arg.adf.reasoner.sat.encodings
Fixes the already assigned true/false values.
FixPartialSatEncoding(Interpretation) - Constructor for class net.sf.tweety.arg.adf.reasoner.sat.encodings.FixPartialSatEncoding
 
FixPartialSatEncoding(Interpretation, Proposition) - Constructor for class net.sf.tweety.arg.adf.reasoner.sat.encodings.FixPartialSatEncoding
 
FixPartialTransformer - Class in net.sf.tweety.arg.adf.transform
Syntactically rewrites the acceptance condition s.t.
FixPartialTransformer(Interpretation) - Constructor for class net.sf.tweety.arg.adf.transform.FixPartialTransformer
 
FlatAbaReasoner<T extends Formula> - Class in net.sf.tweety.arg.aba.reasoner
This class models a reasoner over ABA formulae.
FlatAbaReasoner(Semantics) - Constructor for class net.sf.tweety.arg.aba.reasoner.FlatAbaReasoner
Creates a new instance
FloatConstant - Class in net.sf.tweety.math.term
This class encapsulates a float as a term.
FloatConstant(double) - Constructor for class net.sf.tweety.math.term.FloatConstant
Creates a new Float.
FloatConstant(float) - Constructor for class net.sf.tweety.math.term.FloatConstant
Creates a new Float.
floatValue() - Method in class net.sf.tweety.math.ComplexNumber
 
floatValue() - Method in class net.sf.tweety.math.probability.Probability
 
FloatVariable - Class in net.sf.tweety.math.term
This class models an float variable as a mathematical term.
FloatVariable(String) - Constructor for class net.sf.tweety.math.term.FloatVariable
Creates a new variable with the given name.
FloatVariable(String, boolean) - Constructor for class net.sf.tweety.math.term.FloatVariable
Creates a new variable with the given name.
FloatVariable(String, double, double) - Constructor for class net.sf.tweety.math.term.FloatVariable
Creates a new variable with the given name and bounds.
FluentName - Interface in net.sf.tweety.action.signature
A basic interface representing a fluent name.
FolAction - Class in net.sf.tweety.action.signature
An action is a truth-valued function on the set of action names, which is denoted by the set of actions which are mapped to 'true'.
FolAction() - Constructor for class net.sf.tweety.action.signature.FolAction
Creates a new action, which maps all action names to false.
FolAction(Set<FolAtom>) - Constructor for class net.sf.tweety.action.signature.FolAction
Creates a new action, which maps the given action names to true, and every thing else to false.
FolActionName - Class in net.sf.tweety.action.signature
This class represents an action name.
FolActionName(String) - Constructor for class net.sf.tweety.action.signature.FolActionName
Creates a new action name predicate with the given name and zero-arity.
FolActionName(String, int) - Constructor for class net.sf.tweety.action.signature.FolActionName
Creates a new actionname predicate with the given name and arity.
FolActionName(String, List<Sort>) - Constructor for class net.sf.tweety.action.signature.FolActionName
Creates a new actionname predicate with the given name and a list of argument sorts, whose element count equals the arity of this predicate.
FolAtom - Class in net.sf.tweety.logics.fol.syntax
An atom in first-order logic, i.e.
FolAtom() - Constructor for class net.sf.tweety.logics.fol.syntax.FolAtom
Default-Ctor: Creates new empty FOL-Atom
FolAtom(Predicate) - Constructor for class net.sf.tweety.logics.fol.syntax.FolAtom
Creates a new atom with the given predicate and initializes an empty argument list.
FolAtom(Predicate, List<? extends Term<?>>) - Constructor for class net.sf.tweety.logics.fol.syntax.FolAtom
Creates a new atom with the given predicate and list of terms
FolAtom(Predicate, Term<?>...) - Constructor for class net.sf.tweety.logics.fol.syntax.FolAtom
 
FolAtom(FolAtom) - Constructor for class net.sf.tweety.logics.fol.syntax.FolAtom
 
FolBeliefSet - Class in net.sf.tweety.logics.fol.syntax
This class models a first-order knowledge base, i.e.
FolBeliefSet() - Constructor for class net.sf.tweety.logics.fol.syntax.FolBeliefSet
Creates a new and empty first-order knowledge base.
FolBeliefSet(Collection<FolFormula>) - Constructor for class net.sf.tweety.logics.fol.syntax.FolBeliefSet
Creates a new first-order knowledge base with the given set of formulas.
FolExample - Class in net.sf.tweety.logics.fol.examples
Some examples for using FolParser and provers.
FolExample() - Constructor for class net.sf.tweety.logics.fol.examples.FolExample
 
FolFluentName - Class in net.sf.tweety.action.signature
This class represents a fluent name.
FolFluentName(String) - Constructor for class net.sf.tweety.action.signature.FolFluentName
Creates a new folfluentname predicate with the given name and zero-arity.
FolFluentName(String, int) - Constructor for class net.sf.tweety.action.signature.FolFluentName
Creates a new folfluentname with the given name and arity.
FolFluentName(String, List<Sort>) - Constructor for class net.sf.tweety.action.signature.FolFluentName
Creates a new fluentname predicate with the given name and a list of argument sorts, whose element count equals the arity of this predicate.
FolFormula - Class in net.sf.tweety.logics.fol.syntax
The common abstract class for formulas of first-order logic.
FolFormula() - Constructor for class net.sf.tweety.logics.fol.syntax.FolFormula
 
FolFormulaGenerator - Class in net.sf.tweety.arg.aspic.ruleformulagenerator
 
FolFormulaGenerator() - Constructor for class net.sf.tweety.arg.aspic.ruleformulagenerator.FolFormulaGenerator
 
FolParser - Class in net.sf.tweety.logics.fol.parser
This class implements a parser for first-order logic.
FolParser() - Constructor for class net.sf.tweety.logics.fol.parser.FolParser
Creates a new FolParser
FolParser(boolean) - Constructor for class net.sf.tweety.logics.fol.parser.FolParser
Creates a new FolParser
FolParserTest - Class in net.sf.tweety.logics.fol.test
JUnit Test class for FolParser.
FolParserTest() - Constructor for class net.sf.tweety.logics.fol.test.FolParserTest
 
FolParserTest() - Method in class net.sf.tweety.arg.aba.AbaTest
 
FOLPropTranslator - Class in net.sf.tweety.logics.translators.folprop
A Translator between the FOL and propositonal logic and vice versa.
FOLPropTranslator() - Constructor for class net.sf.tweety.logics.translators.folprop.FOLPropTranslator
Default-Ctor
FolReasoner - Class in net.sf.tweety.logics.fol.reasoner
Abstract FOL Prover to be implemented by concrete solvers
FolReasoner() - Constructor for class net.sf.tweety.logics.fol.reasoner.FolReasoner
 
FolSignature - Class in net.sf.tweety.logics.fol.syntax
This class captures the signature of a specific first-order language.
FolSignature() - Constructor for class net.sf.tweety.logics.fol.syntax.FolSignature
Creates an empty signature
FolSignature(boolean) - Constructor for class net.sf.tweety.logics.fol.syntax.FolSignature
Creates an empty signature or an otherwise empty signature with equality.
FolSignature(Collection<?>) - Constructor for class net.sf.tweety.logics.fol.syntax.FolSignature
Creates a signature with the given objects (should be sorts, constants, predicates, functors, or formulas).
FolSignature(Collection<?>, boolean) - Constructor for class net.sf.tweety.logics.fol.syntax.FolSignature
Creates a signature with the given objects (should be sorts, constants, predicates, functors, or formulas) and, if desired, equality.
FolWriter - Interface in net.sf.tweety.logics.fol.writer
Prints out single first-order logic formulas and full knowledge bases.
ForallQuantifiedFormula - Class in net.sf.tweety.logics.fol.syntax
For-All-quantified first-order logic formula.
ForallQuantifiedFormula - Class in net.sf.tweety.logics.qbf.syntax
This class represents universal quantification for boolean formulas.
ForallQuantifiedFormula(RelationalFormula, Set<Variable>) - Constructor for class net.sf.tweety.logics.fol.syntax.ForallQuantifiedFormula
Creates a new quantified folFormula with the given folFormula and variables.
ForallQuantifiedFormula(RelationalFormula, Variable) - Constructor for class net.sf.tweety.logics.fol.syntax.ForallQuantifiedFormula
Creates a new quantified folFormula with the given folFormula and variable.
ForallQuantifiedFormula(ForallQuantifiedFormula) - Constructor for class net.sf.tweety.logics.fol.syntax.ForallQuantifiedFormula
 
ForallQuantifiedFormula(PlFormula, Set<Proposition>) - Constructor for class net.sf.tweety.logics.qbf.syntax.ForallQuantifiedFormula
Create a new universal boolean quantification.
ForallQuantifiedFormula(PlFormula, Proposition) - Constructor for class net.sf.tweety.logics.qbf.syntax.ForallQuantifiedFormula
Create a new universal boolean quantification.
ForallQuantifiedFormula(ForallQuantifiedFormula) - Constructor for class net.sf.tweety.logics.qbf.syntax.ForallQuantifiedFormula
Create a new existential boolean quantification.
FORALLQUANTIFIER() - Static method in class net.sf.tweety.logics.commons.LogicalSymbols
 
forceStrictness(Set<PlFormula>) - Method in class net.sf.tweety.logics.cl.semantics.RankingFunction
Sets the rank of every interpretation i that does not satisfy the given set of formulas to RankingFunction.INFINITY.
formNeighborhood(ArrayList<ElementOfCombinatoricsProb>, int, int, double) - Method in class net.sf.tweety.math.opt.problem.CombinatoricsProblem
 
Formula - Interface in net.sf.tweety.commons
A formula is a basic language construct.
Formula(FolSignature) - Method in class net.sf.tweety.arg.delp.parser.DelpParser
 
FormulaSampler<T extends Formula> - Class in net.sf.tweety.commons
This abstract class models a sampler for formulas.
FormulaSampler(Signature) - Constructor for class net.sf.tweety.commons.FormulaSampler
Creates a new formula sampler for the given signature.
FormulaStream<S extends Formula> - Interface in net.sf.tweety.commons.streams
This interface models a stream on formulas.
FoundedPASemantics - Class in net.sf.tweety.arg.prob.semantics
P is founded wrt.
FoundedPASemantics() - Constructor for class net.sf.tweety.arg.prob.semantics.FoundedPASemantics
 
FracAggrFunction - Class in net.sf.tweety.math.func
This is the function 1-\sum_i (1-x_i/i) used e.g in [Mu,Liu,Jin, Bell.
FracAggrFunction() - Constructor for class net.sf.tweety.math.func.FracAggrFunction
 
Fraction - Class in net.sf.tweety.math.term
Instances of this class represent fractions of two terms.
Fraction(Term, Term) - Constructor for class net.sf.tweety.math.term.Fraction
Creates a new fraction of the two given terms.
FractionSequenceFunction - Class in net.sf.tweety.math.func
The function 1/x.
FractionSequenceFunction() - Constructor for class net.sf.tweety.math.func.FractionSequenceFunction
 
frameworkSize - Static variable in class net.sf.tweety.agents.dialogues.examples.GroundedTest
 
frameworkSize - Static variable in class net.sf.tweety.agents.dialogues.examples.LotteryDialogueTest
 
FREEFORMULADILUTION - Static variable in class net.sf.tweety.logics.pl.postulates.ImPostulate
The FREEFORMULADILUTION postulate
FREEFORMULAINDEPENDENCE - Static variable in class net.sf.tweety.logics.pl.postulates.ImPostulate
The FREEFORMULAINDEPENDENCE postulate
fromMap(Map<Argument, Boolean>) - Static method in interface net.sf.tweety.arg.adf.semantics.interpretation.Interpretation
 
fromMap(Map<Argument, AcceptanceCondition>) - Static method in interface net.sf.tweety.arg.adf.syntax.adf.AbstractDialecticalFramework
 
fromSet(Set<Argument>, AbstractDialecticalFramework) - Static method in interface net.sf.tweety.arg.adf.semantics.interpretation.Interpretation
 
fromSets(Set<Argument>, Set<Argument>, Set<Argument>) - Static method in interface net.sf.tweety.arg.adf.semantics.interpretation.Interpretation
 
fromSets(Set<Argument>, Set<Argument>, AbstractDialecticalFramework) - Static method in interface net.sf.tweety.arg.adf.semantics.interpretation.Interpretation
 
fromWitness(Interpretation<PlBeliefSet, PlFormula>, PropositionalMapping, AbstractDialecticalFramework) - Static method in interface net.sf.tweety.arg.adf.semantics.interpretation.Interpretation
Constructs a three-valued ADF interpretation from a witness of a propositional sat encoding.
fullString() - Method in class net.sf.tweety.logics.cl.kappa.KappaValue
 
func - Variable in class net.sf.tweety.lp.asp.parser.ASTAggregate
 
func - Variable in class net.sf.tweety.lp.asp.parser.ASTAggrFunc
 
func - Variable in class net.sf.tweety.lp.asp.parser.ASTOptFunc
 
func(String) - Method in class net.sf.tweety.lp.asp.parser.ASTAggregate
 
func(String) - Method in class net.sf.tweety.lp.asp.parser.ASTAggrFunc
 
func(String) - Method in class net.sf.tweety.lp.asp.parser.ASTOptFunc
 
FunctionalTerm - Class in net.sf.tweety.logics.commons.syntax
A functional term in a logic language, i.e.
FunctionalTerm - Class in net.sf.tweety.math.term
Instances of this class represent a functional term on some inner term.
FunctionalTerm(FunctionalTerm) - Constructor for class net.sf.tweety.logics.commons.syntax.FunctionalTerm
 
FunctionalTerm(Functor) - Constructor for class net.sf.tweety.logics.commons.syntax.FunctionalTerm
Creates a new functional term with the given functor.
FunctionalTerm(Functor, List<Term<?>>) - Constructor for class net.sf.tweety.logics.commons.syntax.FunctionalTerm
Creates a new functional term with the given functor and the given list of arguments.
FunctionalTerm(Functor, Term<?>...) - Constructor for class net.sf.tweety.logics.commons.syntax.FunctionalTerm
 
FunctionalTerm(Term) - Constructor for class net.sf.tweety.math.term.FunctionalTerm
Creates a new functional term with the given inner term.
Functions<T> - Class in net.sf.tweety.preferences.ranking
An abstract class as superclass for two different ranking/leveling functions used to rank elements from preference orders
Functions() - Constructor for class net.sf.tweety.preferences.ranking.Functions
 
Functor - Class in net.sf.tweety.logics.commons.syntax
A functor for logic language, i.e.
Functor(String) - Constructor for class net.sf.tweety.logics.commons.syntax.Functor
Initializes a functor of arity zero with the given name; the target sort is initialized to Sort.THING.
Functor(String, int) - Constructor for class net.sf.tweety.logics.commons.syntax.Functor
Initializes a functor with the given name and of the given arity.
Functor(String, List<Sort>, Sort) - Constructor for class net.sf.tweety.logics.commons.syntax.Functor
Initializes a functor with the given name, the given list of argument sorts, and the given target sort.
FuzzyInconsistencyMeasure - Class in net.sf.tweety.logics.pl.analysis
This measure implements the approach presented in [Thimm, Measuring Inconsistency with Many-Valued Logics.
FuzzyInconsistencyMeasure(TNorm) - Constructor for class net.sf.tweety.logics.pl.analysis.FuzzyInconsistencyMeasure
Creates a new measure for the given T-norm.
FuzzyInconsistencyMeasure(TNorm, byte) - Constructor for class net.sf.tweety.logics.pl.analysis.FuzzyInconsistencyMeasure
Creates a new measure for the given T-norm.
FuzzyInconsistencyMeasure(TNorm, TCoNorm) - Constructor for class net.sf.tweety.logics.pl.analysis.FuzzyInconsistencyMeasure
Creates a new measure (T Version) for the given T-norm and T-conorm.
FuzzyInconsistencyMeasure(TNorm, TCoNorm, byte) - Constructor for class net.sf.tweety.logics.pl.analysis.FuzzyInconsistencyMeasure
Creates a new measure for the given T-norm and T-conorm.
FuzzyInconsistencyMeasureTest - Class in net.sf.tweety.logics.pl.test
 
FuzzyInconsistencyMeasureTest() - Constructor for class net.sf.tweety.logics.pl.test.FuzzyInconsistencyMeasureTest
 
FuzzyInterpretation - Class in net.sf.tweety.logics.pl.semantics
A fuzzy interpretation for propositional logic.
FuzzyInterpretation() - Constructor for class net.sf.tweety.logics.pl.semantics.FuzzyInterpretation
Creates a new fuzzy interpretation
FuzzyMeasureExample - Class in net.sf.tweety.logics.pl.examples
 
FuzzyMeasureExample() - Constructor for class net.sf.tweety.logics.pl.examples.FuzzyMeasureExample
 
FuzzyNegation - Class in net.sf.tweety.math.func.fuzzy
Represents a fuzzy negation, i.e., a generalization of a logical negation on values in [0,1].
FuzzyNegation() - Constructor for class net.sf.tweety.math.func.fuzzy.FuzzyNegation
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages