Class CognitiveLoadModel
java.lang.Object
org.episteme.social.psychology.CognitiveLoadModel
- All Implemented Interfaces:
UniversalDataModel
Models cognitive load based on Sweller's Cognitive Load Theory (CLT).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the resulting cognitive state of an individual performing a task.static classRepresents the components of cognitive load involved in a task. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns a map of metadata for this model (e.g., creation date, source).Returns a unique identifier for the type of data model.Returns the primary physical values associated with this model.voidsetWorkingMemoryCapacity(Real capacity) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UniversalDataModel
validate
-
Constructor Details
-
CognitiveLoadModel
-
-
Method Details
-
setWorkingMemoryCapacity
-
addTask
-
evaluateCurrentLoad
-
getModelType
Description copied from interface:UniversalDataModelReturns a unique identifier for the type of data model. Examples: "SPATIAL_GEOMETRY", "ECONOMIC_PORTFOLIO", "ARCHITECTURAL_PLAN".- Specified by:
getModelTypein interfaceUniversalDataModel
-
getMetadata
Description copied from interface:UniversalDataModelReturns a map of metadata for this model (e.g., creation date, source).- Specified by:
getMetadatain interfaceUniversalDataModel
-
getQuantities
Description copied from interface:UniversalDataModelReturns the primary physical values associated with this model. This allows generic tools to extract and convert measurements.- Specified by:
getQuantitiesin interfaceUniversalDataModel
-