Uses of Class
org.tweetyproject.arg.dung.learning.syntax.Input
Packages that use Input
-
Uses of Input in org.tweetyproject.arg.dung.learning
Methods in org.tweetyproject.arg.dung.learning with parameters of type InputModifier and TypeMethodDescriptionboolean
AFLearner.learnLabeling
(Input labeling) learn a single input labeling and store in internal acceptance conditionsboolean
OptimizedParallelAFLearner.learnLabeling
(Input labeling) learn a single labeling i.e.boolean
SimpleAFLearner.learnLabeling
(Input labeling) learn a single labeling i.e.Method parameters in org.tweetyproject.arg.dung.learning with type arguments of type InputModifier and TypeMethodDescriptionboolean
OptimizedParallelAFLearner.learnLabelings
(Collection<Input> inputs) -
Uses of Input in org.tweetyproject.arg.dung.learning.syntax
Methods in org.tweetyproject.arg.dung.learning.syntax that return InputModifier and TypeMethodDescriptionEntity.getAnyLabeling()
Entity.getLabeling
(Semantics sem) Ask for a random labeling w.r.t.Methods in org.tweetyproject.arg.dung.learning.syntax that return types with arguments of type InputModifier and TypeMethodDescriptionEntity.getAllLabelings
(Semantics sem) shortcut for getting all labelings wrt a semanticsMethods in org.tweetyproject.arg.dung.learning.syntax with parameters of type InputModifier and TypeMethodDescriptionSimpleAttackConstraint.getConditionForArgument
(Argument arg, Input input) compute the acceptance condition with respect to the labeling and its semantics for the given argumentMethod parameters in org.tweetyproject.arg.dung.learning.syntax with type arguments of type InputModifier and TypeMethodDescriptionboolean
Entity.verifyFramework
(DungTheory theory, Collection<Input> inputs) verify if the given theory is equivalent to the hidden framework w.r.t.Constructors in org.tweetyproject.arg.dung.learning.syntax with parameters of type InputModifierConstructorDescriptionClausalAttackConstraint
(Argument arg, Input input) SimpleAttackConstraint
(Argument arg, Input input) compute acceptance condition for the given argument with respect to the given input labelingConstructor parameters in org.tweetyproject.arg.dung.learning.syntax with type arguments of type Input