org.activemath.content.metadata
Class BLOOMProcess

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

public final class BLOOMProcess
extends CognitiveProcess

Metadata PISAProcess (typesafe enum pattern)


Field Summary
static BLOOMProcess ANALYSIS
           
static BLOOMProcess APPLICATION
           
static BLOOMProcess COMPREHENSION
           
static BLOOMProcess EVALUATION
           
static BLOOMProcess KNOWLEDGE
           
static BLOOMProcess LANGUAGE
           
static BLOOMProcess SYNTHESIS
           
 
Fields inherited from class org.activemath.content.metadata.CognitiveProcess
mappings
 
Fields inherited from class org.activemath.content.metadata.MetadataConstant
log
 
Method Summary
static BLOOMProcess 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

KNOWLEDGE

public static final BLOOMProcess KNOWLEDGE

COMPREHENSION

public static final BLOOMProcess COMPREHENSION

APPLICATION

public static final BLOOMProcess APPLICATION

ANALYSIS

public static final BLOOMProcess ANALYSIS

SYNTHESIS

public static final BLOOMProcess SYNTHESIS

LANGUAGE

public static final BLOOMProcess LANGUAGE

EVALUATION

public static final BLOOMProcess EVALUATION
Method Detail

getProcesses

public static final Collection<CognitiveProcess> getProcesses()

getByName

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