org.activemath.tutor.lmbridge
Class Competency

java.lang.Object
  extended by org.activemath.tutor.lmbridge.Competency

public final class Competency
extends Object


Field Summary
static Competency ARGUE
           
static Competency COMMUNICATE
           
static Competency LANGUAGE
           
static Competency MODEL
           
static Competency REPRESENT
           
static Competency SOLVE
           
static Competency THINK
           
static Competency TOOLS
           
static List VALUES
           
 
Method Summary
static Competency getByName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VALUES

public static final List VALUES

THINK

public static final Competency THINK

ARGUE

public static final Competency ARGUE

MODEL

public static final Competency MODEL

SOLVE

public static final Competency SOLVE

REPRESENT

public static final Competency REPRESENT

LANGUAGE

public static final Competency LANGUAGE

COMMUNICATE

public static final Competency COMMUNICATE

TOOLS

public static final Competency TOOLS
Method Detail

getByName

public static Competency getByName(String name)

toString

public String toString()
Overrides:
toString in class Object