Class | Description |
---|---|
CognitiveContentMap |
Models the CognitiveContentMap part of the SLOM format.
|
CognitiveMap |
Models the CognitiveMap part of the SLOM format.
|
ConceptContainer |
Java representation of INTUITEL Concept Container.
|
ConceptContainerRelationship |
Java representation of INTUITEL Concept Container Relationship.
|
KnowledgeObject |
Java representation of INTUITEL Knowledge Object.
|
KnowledgeObjectRelationship |
Java representation of INTUITEL Knowledge Object Relationship.
|
MacroLP |
Java representation of INTUITEL Macro Learning Pathways.
|
MicroLP |
Java representation of INTUITEL Micro Learning Pathways.
|
SLOM |
This class is the main representation of a SLOM metadata.
|
SLOMUtil |
Wrapper for constant definitions.
|
Enum | Description |
---|---|
SLOMError |
Defines Error Codes for SLOM validation.
|
The INTUITEL Merger is a software library that translates course information from and to several formats, with the main goal of obtaining SLOM compliant courses. This package contains the classes that evectively execute the transformations.
The transformation process is based on unmarshalling/marshalling process. That is, the imported learning content is unmarshalled and the result is a SLOM object that contains the course information in a Java based representation of the SLOM format. Such SLOM object may be modified and marshalled to one of the supported formats. The result of this process is the metadata that describes the course in the target format. The tranformation process relies on the use of the OWLAPI library, which is used to read and write OWL documents.
The classess in this package can be divided in two different groups:
Once created, a SLOM object might modified and those changes will be reflected in the exported course.
More information of the INTUITEL project can be found at the project web page.
Copyright © 2014. All rights reserved.