Package | Description |
---|---|
org.intuitel.merger |
Contains the classes that execute the tranformations between formats.
|
org.intuitel.slom |
Contains the Java Model for the SLOM format.
|
Modifier and Type | Method and Description |
---|---|
SLOM |
SLOMSerializer.unmarshall(InputStream cm,
InputStream ccm)
Reads CM and CCM from respective InputStream objects and creates a SLOM object.
|
SLOM |
SCORMXSLTSerializer.unmarshall(Set<File> inputCourse)
Reads a SCORM package and returns a SLOM object.
|
SLOM |
SMWSerializer.unmarshall(Set<File> inputCourse)
Reads content from a file and returns a SLOM object with the information read.
|
SLOM |
XSLTSerializer.unmarshall(Set<File> inputCourse) |
abstract SLOM |
Serializer.unmarshall(Set<File> inputCourse)
Reads content from a file and returns a SLOM object with the information read.
|
SLOM |
SLOMSerializer.unmarshall(Set<File> inputCourse)
Reads content from a file and returns a SLOM object with the information read.
|
Constructor and Description |
---|
SLOM(File SLOM_file)
Creates the SLOM object from a SLOM package.
|
SLOM(InputStream cm,
InputStream ccm)
Creates the SLOM object from its respective CM and CCM.
|
Copyright © 2014. All rights reserved.