Uses of Class
org.tweetyproject.commons.util.Triple
Package
Description
-
Uses of Triple in org.tweetyproject.lp.asp.syntax
ModifierConstructorDescriptionArithmeticTerm
(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
-
Uses of Triple in org.tweetyproject.preferences
Modifier and TypeMethodDescriptionchecks existence and returns a demanded pairreturns a pair if it consists of of two given elementsModifier and TypeMethodDescriptionPreferenceOrder.iterator()
returns an iterator over a set of triplesModifier 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 pairModifier and TypeMethodDescriptionboolean
adds all given elements to the preference orderreturns an iterator over a set of triplesModifierConstructorDescriptionPreferenceOrder
(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