org.activemath.content.metadata
Class PISAProcess

java.lang.Object
  extended by org.activemath.content.metadata.MetadataConstant
      extended by org.activemath.content.metadata.CognitiveProcess
          extended by org.activemath.content.metadata.PISAProcess

public final class PISAProcess
extends CognitiveProcess

Metadata PISAProcess (typesafe enum pattern)


Field Summary
static PISAProcess ARGUE
           
static PISAProcess COMMUNICATE
           
static PISAProcess LANGUAGE
           
static PISAProcess MODEL
           
static PISAProcess REPRESENT
           
static PISAProcess SOLVE
           
static PISAProcess THINK
           
static PISAProcess TOOLS
           
 
Fields inherited from class org.activemath.content.metadata.CognitiveProcess
mappings
 
Fields inherited from class org.activemath.content.metadata.MetadataConstant
log
 
Method Summary
static PISAProcess getByName(String name)
           
static Collection<CognitiveProcess> getProcesses()
           
 
Methods inherited from class org.activemath.content.metadata.CognitiveProcess
addMapping, equals, hashCode, mapTo
 
Methods inherited from class org.activemath.content.metadata.MetadataConstant
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

THINK

public static final PISAProcess THINK

ARGUE

public static final PISAProcess ARGUE

MODEL

public static final PISAProcess MODEL

SOLVE

public static final PISAProcess SOLVE

REPRESENT

public static final PISAProcess REPRESENT

LANGUAGE

public static final PISAProcess LANGUAGE

COMMUNICATE

public static final PISAProcess COMMUNICATE

TOOLS

public static final PISAProcess TOOLS
Method Detail

getProcesses

public static final Collection<CognitiveProcess> getProcesses()

getByName

public static final PISAProcess getByName(String name)
Returns:
PISAProcess instance for type name, or null.