Serialized Form
-
Package net.sf.tweety.agents
-
Class net.sf.tweety.agents.ProtocolTerminatedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.agents.dialogues
-
Class net.sf.tweety.agents.dialogues.DialogueTrace extends java.util.LinkedList<T extends java.util.Collection<S>> implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.tweety.agents.dialogues.ExecutableFormulaSet extends java.util.HashSet<PlFormula> implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.agents.dialogues.oppmodels
-
Class net.sf.tweety.agents.dialogues.oppmodels.RecognitionFunction extends java.util.HashMap<Argument,java.util.Set<Argument>> implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.agents.sim
-
Class net.sf.tweety.agents.sim.SimulationParameters extends java.util.Hashtable<java.lang.Object,java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.arg.aspic.syntax
-
Class net.sf.tweety.arg.aspic.syntax.AspicArgumentationTheory extends RuleSet<InferenceRule<T extends Invertable>> implements Serializable
- serialVersionUID:
- 6158985937661828210L
-
Serialized Fields
-
order
java.util.Comparator<AspicArgument<T extends Invertable>> order
An order over this system's arguments, needed for their defeat relation -
rfgen
RuleFormulaGenerator<T extends Invertable> rfgen
Used to transform ASPIC inference rules into words of the language they range over
-
-
-
Package net.sf.tweety.arg.delp.parser
-
Class net.sf.tweety.arg.delp.parser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class net.sf.tweety.arg.delp.parser.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class net.sf.tweety.arg.delp.parser.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package net.sf.tweety.arg.dung.divisions
-
Class net.sf.tweety.arg.dung.divisions.Division extends Pair<Extension,Extension> implements Serializable
- serialVersionUID:
- -4217044135734274436L
-
-
Package net.sf.tweety.arg.lp.syntax
-
Class net.sf.tweety.arg.lp.syntax.Argument extends java.util.LinkedList<ASPRule> implements Serializable
- serialVersionUID:
- 6017406379850600902L
-
-
Package net.sf.tweety.arg.prob.lotteries
-
Class net.sf.tweety.arg.prob.lotteries.LdoUtilityFunction extends java.util.HashMap<LdoFormula,java.lang.Double> implements Serializable
- serialVersionUID:
- -1506613623345465762L
-
Class net.sf.tweety.arg.prob.lotteries.UtilityFunction extends java.util.HashMap<Division,java.lang.Double> implements Serializable
- serialVersionUID:
- -8506619629340455862L
-
-
Package net.sf.tweety.arg.prob.syntax
-
Class net.sf.tweety.arg.prob.syntax.PartialProbabilityAssignment extends java.util.HashMap<Argument,Probability> implements Serializable
- serialVersionUID:
- 7051185602937753358L
-
-
Package net.sf.tweety.beliefdynamics.gui
-
Class net.sf.tweety.beliefdynamics.gui.RevisionCompareView extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 5699544277473453367L
-
Serialized Fields
-
btnAdd
javax.swing.JButton btnAdd
-
btnDown
javax.swing.JButton btnDown
-
btnRemove
javax.swing.JButton btnRemove
-
btnUp
javax.swing.JButton btnUp
-
cbOperatorLeft
javax.swing.JComboBox<BaseRevisionOperator<?>> cbOperatorLeft
-
cbOperatorRight
javax.swing.JComboBox<BaseRevisionOperator<?>> cbOperatorRight
-
checkIterativeLeft
javax.swing.JCheckBox checkIterativeLeft
-
checkIterativeRight
javax.swing.JCheckBox checkIterativeRight
-
lstBeliefBases
javax.swing.JList<java.util.Collection<? extends Formula>> lstBeliefBases
-
lstModel
javax.swing.DefaultListModel<java.util.Collection<? extends Formula>> lstModel
-
sliderStep
javax.swing.JSlider sliderStep
-
txtBeliefBases
javax.swing.JTextArea txtBeliefBases
-
txtResultLeft
javax.swing.JTextArea txtResultLeft
-
txtResultRight
javax.swing.JTextArea txtResultRight
-
-
-
Package net.sf.tweety.commons
-
Class net.sf.tweety.commons.ParserException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.commons.util
-
Class net.sf.tweety.commons.util.Pair extends java.lang.Object implements Serializable
- serialVersionUID:
- -2808138987767965801L
-
-
Package net.sf.tweety.commons.util.rules
-
Class net.sf.tweety.commons.util.rules.Derivation extends java.util.ArrayList<T extends Rule<?,?>> implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.tweety.commons.util.rules.RuleSet extends java.util.HashSet<T extends Rule<?,?>> implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.logics.commons.error
-
Class net.sf.tweety.logics.commons.error.LanguageException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 649864945437272048L
-
-
Package net.sf.tweety.logics.mln.analysis
-
Class net.sf.tweety.logics.mln.analysis.AbstractCoherenceMeasure extends java.lang.Object implements Serializable
- serialVersionUID:
- 8888349459869328287L
-
Class net.sf.tweety.logics.mln.analysis.AggregatingCoherenceMeasure extends AbstractCoherenceMeasure implements Serializable
- serialVersionUID:
- 4162719595968757160L
-
Serialized Fields
-
aggregator
AggregationFunction aggregator
The aggregation function used to aggregate the distances for each formula. -
norm
RealVectorNorm norm
The norm used to measure the difference of the probabilities of each ground instance for a single formula.
-
-
-
Package net.sf.tweety.logics.mln.syntax
-
Class net.sf.tweety.logics.mln.syntax.MarkovLogicNetwork extends BeliefSet<MlnFormula,FolSignature> implements Serializable
- serialVersionUID:
- 3313039501304912746L
-
-
Package net.sf.tweety.logics.pl.error
-
Class net.sf.tweety.logics.pl.error.PlException extends LanguageException implements Serializable
- serialVersionUID:
- 843894579984076905L
-
-
Package net.sf.tweety.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser
-
Class net.sf.tweety.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class net.sf.tweety.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class net.sf.tweety.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package net.sf.tweety.logics.rpcl.parser.rpclprobabilitydistributionparser
-
Class net.sf.tweety.logics.rpcl.parser.rpclprobabilitydistributionparser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class net.sf.tweety.logics.rpcl.parser.rpclprobabilitydistributionparser.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class net.sf.tweety.logics.rpcl.parser.rpclprobabilitydistributionparser.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package net.sf.tweety.logics.rpcl.semantics
-
Class net.sf.tweety.logics.rpcl.semantics.InstanceAssignment extends java.util.HashMap<java.util.Collection<? extends Constant>,java.lang.Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
predicate
Predicate predicate
The predicate of this instance assignment.
-
-
-
Package net.sf.tweety.lp.asp.beliefdynamics.baserevision
-
Class net.sf.tweety.lp.asp.beliefdynamics.baserevision.RemainderSets extends java.util.HashSet<java.util.Collection<T extends Formula>> implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.tweety.lp.asp.beliefdynamics.baserevision.ScreenedRemainderSets extends RemainderSets<ASPRule> implements Serializable
- serialVersionUID:
- -9146903242327808522L
-
-
Package net.sf.tweety.lp.asp.beliefdynamics.gui
-
Class net.sf.tweety.lp.asp.beliefdynamics.gui.SimpleRevisionCompareView extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 5699544277473453367L
-
Serialized Fields
-
btnAddLeft
javax.swing.JButton btnAddLeft
-
btnAddRight
javax.swing.JButton btnAddRight
-
btnRunRevision
javax.swing.JButton btnRunRevision
-
cbOperatorLeft
javax.swing.JComboBox<BaseRevisionOperator<?>> cbOperatorLeft
-
cbOperatorRight
javax.swing.JComboBox<BaseRevisionOperator<?>> cbOperatorRight
-
lstLeftAnswerSets
javax.swing.JList<AnswerSet> lstLeftAnswerSets
-
lstRightAnswerSets
javax.swing.JList<AnswerSet> lstRightAnswerSets
-
txtBeliefBase
javax.swing.JTextArea txtBeliefBase
-
txtNewBeliefs
javax.swing.JTextArea txtNewBeliefs
-
txtResultLeft
javax.swing.JTextArea txtResultLeft
-
txtResultRight
javax.swing.JTextArea txtResultRight
-
-
-
Package net.sf.tweety.lp.asp.parser
-
Class net.sf.tweety.lp.asp.parser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class net.sf.tweety.lp.asp.parser.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class net.sf.tweety.lp.asp.parser.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package net.sf.tweety.lp.asp.reasoner
-
Class net.sf.tweety.lp.asp.reasoner.SolverException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
solverErrorCode
int solverErrorCode
-
solverErrorText
java.lang.String solverErrorText
-
-
-
Package net.sf.tweety.lp.asp.syntax
-
Class net.sf.tweety.lp.asp.syntax.Program extends RuleSet<ASPRule> implements Serializable
- serialVersionUID:
- -1498770939009078101L
-
Serialized Fields
-
output_predicate_whitelist
java.util.Set<Predicate> output_predicate_whitelist
Optional field that can be used by some solvers. If used, all atoms will be hidden from the output of the solver except for those with whitelisted predicates. This corresponds to the #show statement of the clingo input language. -
query
ASPLiteral query
A single query.
-
-
-
Package net.sf.tweety.lp.nlp.error
-
Class net.sf.tweety.lp.nlp.error.NestedLogicProgramException extends LanguageException implements Serializable
- serialVersionUID:
- 4406781843927755406L
-
-
Package net.sf.tweety.lp.nlp.syntax
-
Class net.sf.tweety.lp.nlp.syntax.NLPProgram extends RuleSet<NLPRule> implements Serializable
- serialVersionUID:
- 1050122194243070233L
-
-
Package net.sf.tweety.machinelearning
-
Class net.sf.tweety.machinelearning.DefaultObservation extends java.util.Vector<java.lang.Double> implements Serializable
- serialVersionUID:
- -6600763202428596342L
-
Class net.sf.tweety.machinelearning.ParameterSet extends java.util.ArrayList<TrainingParameter> implements Serializable
- serialVersionUID:
- 1198936758760287517L
-
Class net.sf.tweety.machinelearning.TrainingSet extends java.util.HashSet<Pair<S extends Observation,T extends Category>> implements Serializable
- serialVersionUID:
- 6814079760992723045L
-
-
Package net.sf.tweety.math
-
Class net.sf.tweety.math.ComplexNumber extends java.lang.Number implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
imagPart
double imagPart
The imaginary part of this complex number. -
realPart
double realPart
The real part of this complex number.
-
-
Class net.sf.tweety.math.GeneralMathException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.tweety.math.NonDifferentiableException extends GeneralMathException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.math.examples
-
Class net.sf.tweety.math.examples.KnapSack extends CombinatoricsProblem implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bestSol
java.util.ArrayList<ElementOfCombinatoricsProb> bestSol
-
currSol1
java.util.ArrayList<ElementOfCombinatoricsProb> currSol1
-
maxWeight
Term maxWeight
-
-
Class net.sf.tweety.math.examples.TravelingSalesman extends CombinatoricsProblem implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bestSol
java.util.ArrayList<ElementOfCombinatoricsProb> bestSol
-
currSol
java.util.ArrayList<ElementOfCombinatoricsProb> currSol
-
maxWeight
Term maxWeight
-
-
-
Package net.sf.tweety.math.func
-
Class net.sf.tweety.math.func.AverageAggregator extends java.lang.Object implements Serializable
- serialVersionUID:
- -3619001311014631332L
-
Class net.sf.tweety.math.func.MaxAggregator extends java.lang.Object implements Serializable
- serialVersionUID:
- 6006586362664929980L
-
Class net.sf.tweety.math.func.MinAggregator extends java.lang.Object implements Serializable
- serialVersionUID:
- -8571729834785975974L
-
Class net.sf.tweety.math.func.ProductAggregator extends java.lang.Object implements Serializable
- serialVersionUID:
- -2717855227084369340L
-
Class net.sf.tweety.math.func.SumAggregator extends java.lang.Object implements Serializable
- serialVersionUID:
- -8518226177117879461L
-
-
Package net.sf.tweety.math.norm
-
Class net.sf.tweety.math.norm.AggregatingNorm extends java.lang.Object implements Serializable
- serialVersionUID:
- 7393475547325748126L
-
Serialized Fields
-
aggregator
AggregationFunction aggregator
The aggregation function used for computing the distance.
-
-
Class net.sf.tweety.math.norm.ProbabilisticAggregatingNorm extends java.lang.Object implements Serializable
- serialVersionUID:
- -114048201529519281L
-
Serialized Fields
-
aggregator
AggregationFunction aggregator
The aggregation function used for computing the distance. -
weight
int weight
A parameter for adjusting the aggregation.
-
-
Class net.sf.tweety.math.norm.ProbabilisticPNorm extends java.lang.Object implements Serializable
- serialVersionUID:
- 3665499615843076323L
-
Serialized Fields
-
c
int c
The parameter of the normalization. -
p
int p
The parameter for the p-norm.
-
-
-
Package net.sf.tweety.math.opt
-
Class net.sf.tweety.math.opt.ProblemInconsistentException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.math.opt.problem
-
Class net.sf.tweety.math.opt.problem.CombinatoricsProblem extends java.util.HashSet<ElementOfCombinatoricsProb> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
constraints
java.util.Collection<Statement> constraints
-
elements
java.util.List<ElementOfCombinatoricsProb> elements
-
-
Class net.sf.tweety.math.opt.problem.ConstraintSatisfactionProblem extends java.util.HashSet<Statement> implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.tweety.math.opt.problem.ElementOfCombinatoricsProb extends java.util.ArrayList<Term> implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.tweety.math.opt.problem.OptimizationProblem extends ConstraintSatisfactionProblem implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
penalty
int penalty
penalty for converted absolute values. -
targetFunction
Term targetFunction
The target function of this problem. -
type
int type
The type of the optimization problem.
-
-
Class net.sf.tweety.math.opt.problem.ProblemInconsistentException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.tweety.math.probability
-
Class net.sf.tweety.math.probability.Probability extends java.lang.Number implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
java.lang.Double value
The actual value of the probability.
-
-
-
Package net.sf.tweety.preferences.events
-
Class net.sf.tweety.preferences.events.UpdateEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
result
PreferenceOrder<T> result
-
-
-
Package net.sf.tweety.preferences.io
-
Class net.sf.tweety.preferences.io.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
-
eol
java.lang.String eol
-
expectedTokenSequences
int[][] expectedTokenSequences
-
tokenImage
java.lang.String[] tokenImage
-
-
Class net.sf.tweety.preferences.io.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class net.sf.tweety.preferences.io.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package net.sf.tweety.preferences.ranking
-
Class net.sf.tweety.preferences.ranking.Functions extends java.util.HashMap<T,java.lang.Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.tweety.preferences.ranking.LevelingFunction extends Functions<T> implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.tweety.preferences.ranking.RankingFunction extends Functions<T> implements Serializable
- serialVersionUID:
- 1L
-