es.upv.dsic.gti_ia.argAgents.knowledgeResources
Enum ArgumentSolution.ArgumentType
java.lang.Object
java.lang.Enum<ArgumentSolution.ArgumentType>
es.upv.dsic.gti_ia.argAgents.knowledgeResources.ArgumentSolution.ArgumentType
- All Implemented Interfaces:
- Serializable, Comparable<ArgumentSolution.ArgumentType>
- Enclosing class:
- ArgumentSolution
public static enum ArgumentSolution.ArgumentType
- extends Enum<ArgumentSolution.ArgumentType>
INDUCTIVE
public static final ArgumentSolution.ArgumentType INDUCTIVE
PRESUMTIVE
public static final ArgumentSolution.ArgumentType PRESUMTIVE
MIXED
public static final ArgumentSolution.ArgumentType MIXED
values
public static ArgumentSolution.ArgumentType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ArgumentSolution.ArgumentType c : ArgumentSolution.ArgumentType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ArgumentSolution.ArgumentType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012 GTI-IA. All Rights Reserved.