Uses of Class
net.sf.tweety.arg.adf.reasoner.ordering.ArgumentDegreeOrdering.DegreeType
-
Packages that use ArgumentDegreeOrdering.DegreeType Package Description net.sf.tweety.arg.adf.reasoner.ordering -
-
Uses of ArgumentDegreeOrdering.DegreeType in net.sf.tweety.arg.adf.reasoner.ordering
Methods in net.sf.tweety.arg.adf.reasoner.ordering that return ArgumentDegreeOrdering.DegreeType Modifier and Type Method Description static ArgumentDegreeOrdering.DegreeTypeArgumentDegreeOrdering.DegreeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArgumentDegreeOrdering.DegreeType[]ArgumentDegreeOrdering.DegreeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.tweety.arg.adf.reasoner.ordering with parameters of type ArgumentDegreeOrdering.DegreeType Constructor Description ArgumentDegreeOrdering(ArgumentDegreeOrdering.DegreeType degreeType)
-