Uses of Class
net.sf.tweety.lp.asp.beliefdynamics.selectiverevision.ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType
-
Packages that use ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType Package Description net.sf.tweety.lp.asp.beliefdynamics.selectiverevision -
-
Uses of ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType in net.sf.tweety.lp.asp.beliefdynamics.selectiverevision
Methods in net.sf.tweety.lp.asp.beliefdynamics.selectiverevision that return ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType Modifier and Type Method Description static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationTypeParameterisedArgumentativeSelectiveRevisionOperator.TransformationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType[]ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.tweety.lp.asp.beliefdynamics.selectiverevision with parameters of type ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType Constructor Description ParameterisedArgumentativeSelectiveRevisionOperator(net.sf.tweety.lp.asp.reasoner.ASPSolver solver, net.sf.tweety.arg.lp.semantics.attack.AttackStrategy attackRelation, net.sf.tweety.arg.lp.semantics.attack.AttackStrategy defenseRelation, ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType type)Constructs a new selective revision operator using the given attack relations and a asp solver.
-