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 TypeMethodDescriptionbooleanAFLearner.learnLabeling(Input labeling) learn a single input labeling and store in internal acceptance conditionsbooleanOptimizedParallelAFLearner.learnLabeling(Input labeling) learn a single labeling i.e.booleanSimpleAFLearner.learnLabeling(Input labeling) learn a single labeling i.e.Method parameters in org.tweetyproject.arg.dung.learning with type arguments of type InputModifier and TypeMethodDescriptionbooleanOptimizedParallelAFLearner.learnLabelings(Collection<Input> inputs) Learns labelings from the given 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()Returns any available labeling.Entity.getLabeling(Semantics sem) Returns a random labeling for the given semantics.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 TypeMethodDescriptionbooleanEntity.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) Constructor that creates a clausal attack constraint from an argument and inputSimpleAttackConstraint(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 InputModifierConstructorDescriptionEntity(DungTheory theory, List<Input> inputs) Initializes the entity with the given argumentation framework and inputs.