Uses of Class
org.tweetyproject.commons.util.Triple
Packages that use Triple
Package
Description
-
Uses of Triple in org.tweetyproject.lp.asp.syntax
Constructors in org.tweetyproject.lp.asp.syntax with parameters of type TripleModifierConstructorDescriptionArithmeticTerm
(Triple<ASPOperator.ArithmeticOperator, Term<?>, Term<?>> triple) Create a new arithmetic term based on the given triple of an arithmetic operator and two terms. -
Uses of Triple in org.tweetyproject.machinelearning.rl.mdp
Methods in org.tweetyproject.machinelearning.rl.mdp that return types with arguments of type Triple -
Uses of Triple in org.tweetyproject.preferences
Methods in org.tweetyproject.preferences that return TripleModifier and TypeMethodDescriptionchecks existence and returns a demanded pairreturns a pair if it consists of of two given elementsMethods in org.tweetyproject.preferences that return types with arguments of type TripleModifier and TypeMethodDescriptionPreferenceOrder.iterator()
returns an iterator over a set of triplesMethods in org.tweetyproject.preferences with parameters of type TripleModifier and TypeMethodDescriptionboolean
adds a new triple containing two elements and its relationboolean
adds a given pair of generic elements to the set.checks existence and returns a demanded pairMethod parameters in org.tweetyproject.preferences with type arguments of type TripleModifier and TypeMethodDescriptionboolean
adds all given elements to the preference orderreturns an iterator over a set of triplesConstructor parameters in org.tweetyproject.preferences with type arguments of type TripleModifierConstructorDescriptionPreferenceOrder
(Collection<? extends Triple<T, T, Relation>> relations) generates a preference order with a given set of elements -
Uses of Triple in org.tweetyproject.preferences.io
Constructors in org.tweetyproject.preferences.io with parameters of type Triple