Uses of Class
org.aksw.limes.core.ml.algorithm.eagle.core.ExpressionProblem.ResourceTerminalType
-
Packages that use ExpressionProblem.ResourceTerminalType Package Description org.aksw.limes.core.ml.algorithm.eagle.core -
-
Uses of ExpressionProblem.ResourceTerminalType in org.aksw.limes.core.ml.algorithm.eagle.core
Methods in org.aksw.limes.core.ml.algorithm.eagle.core that return ExpressionProblem.ResourceTerminalType Modifier and Type Method Description static ExpressionProblem.ResourceTerminalTypeExpressionProblem.ResourceTerminalType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionProblem.ResourceTerminalType[]ExpressionProblem.ResourceTerminalType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-