Uses of Class
net.sf.tweety.commons.InferenceMode
-
Packages that use InferenceMode Package Description net.sf.tweety.commons -
-
Uses of InferenceMode in net.sf.tweety.commons
Methods in net.sf.tweety.commons that return InferenceMode Modifier and Type Method Description static InferenceModeInferenceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceMode[]InferenceMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-