org.activemath.content.metadata
Class AMProcess

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

public final class AMProcess
extends CognitiveProcess


Field Summary
static AMProcess ANALYZE
           
static AMProcess APPLY_ALGORITHM
           
static AMProcess APPLY_TOOL
           
static AMProcess ATTRIBUTE
           
static AMProcess CHECK
           
static AMProcess CLASSIFY
           
static AMProcess COMMUNICATE
           
static AMProcess COMPARE
           
static AMProcess CRITIQUE
           
static AMProcess DECODE
           
static AMProcess DESCRIBE
           
static AMProcess DETECT_ERRORS
           
static AMProcess DIFFERENTIATE
           
static AMProcess ENCODE
           
static AMProcess ESTIMATE
           
static AMProcess EXEMPLIFY
           
static AMProcess EXPLAIN
           
static AMProcess FIND_COMMONALITIES
           
static AMProcess FIND_DIFFERENCES
           
static AMProcess GENERATE
           
static AMProcess HELP_SEEKING
           
static AMProcess INFER
           
static AMProcess INTERPRET
           
static AMProcess META_COGNITION
           
static AMProcess MODEL
           
static AMProcess ORDER
           
static AMProcess ORGANIZE
           
static AMProcess PLAN
           
static AMProcess PRODUCE
           
static AMProcess PROVE
           
static AMProcess RECALL
           
static AMProcess RECOGNIZE
           
static AMProcess REFLECT
           
static AMProcess REMEMBER
           
static AMProcess REPRESENT
           
static AMProcess SEARCH_FOR_INFORMATION
           
static AMProcess SELF_EXPLAIN
           
static AMProcess SELF_MONITOR
           
static AMProcess SOLVE
           
static AMProcess SUMMARIZE
           
static AMProcess TRANSFORM
           
 
Fields inherited from class org.activemath.content.metadata.CognitiveProcess
mappings
 
Fields inherited from class org.activemath.content.metadata.MetadataConstant
log
 
Method Summary
static AMProcess 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

REMEMBER

public static final AMProcess REMEMBER

RECOGNIZE

public static final AMProcess RECOGNIZE

RECALL

public static final AMProcess RECALL

REPRESENT

public static final AMProcess REPRESENT

INTERPRET

public static final AMProcess INTERPRET

EXEMPLIFY

public static final AMProcess EXEMPLIFY

TRANSFORM

public static final AMProcess TRANSFORM

SUMMARIZE

public static final AMProcess SUMMARIZE

COMPARE

public static final AMProcess COMPARE

FIND_COMMONALITIES

public static final AMProcess FIND_COMMONALITIES

FIND_DIFFERENCES

public static final AMProcess FIND_DIFFERENCES

CLASSIFY

public static final AMProcess CLASSIFY

INFER

public static final AMProcess INFER

ORDER

public static final AMProcess ORDER

SOLVE

public static final AMProcess SOLVE

ESTIMATE

public static final AMProcess ESTIMATE

APPLY_ALGORITHM

public static final AMProcess APPLY_ALGORITHM

APPLY_TOOL

public static final AMProcess APPLY_TOOL

ANALYZE

public static final AMProcess ANALYZE

CHECK

public static final AMProcess CHECK

DIFFERENTIATE

public static final AMProcess DIFFERENTIATE

ORGANIZE

public static final AMProcess ORGANIZE

ATTRIBUTE

public static final AMProcess ATTRIBUTE

MODEL

public static final AMProcess MODEL

DECODE

public static final AMProcess DECODE

ENCODE

public static final AMProcess ENCODE

GENERATE

public static final AMProcess GENERATE

PRODUCE

public static final AMProcess PRODUCE

COMMUNICATE

public static final AMProcess COMMUNICATE

DESCRIBE

public static final AMProcess DESCRIBE

EXPLAIN

public static final AMProcess EXPLAIN

CRITIQUE

public static final AMProcess CRITIQUE

PROVE

public static final AMProcess PROVE

META_COGNITION

public static final AMProcess META_COGNITION

REFLECT

public static final AMProcess REFLECT

HELP_SEEKING

public static final AMProcess HELP_SEEKING

SEARCH_FOR_INFORMATION

public static final AMProcess SEARCH_FOR_INFORMATION

DETECT_ERRORS

public static final AMProcess DETECT_ERRORS

PLAN

public static final AMProcess PLAN

SELF_MONITOR

public static final AMProcess SELF_MONITOR

SELF_EXPLAIN

public static final AMProcess SELF_EXPLAIN
Method Detail

getProcesses

public static final Collection<CognitiveProcess> getProcesses()

getByName

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