Package | Description |
---|---|
org.intuitel.slom |
Contains the Java Model for the SLOM format.
|
Modifier and Type | Method and Description |
---|---|
List<KnowledgeObjectRelationship> |
MicroLP.getKnowledgeObjectRelationships()
Returns a set with the KnowledgeObjectRelationships in this this MicroLP.
|
Set<KnowledgeObjectRelationship> |
CognitiveContentMap.getKnowledgeObjectRelationships()
Search the OWLOntology for KO relationships and return them.
|
Modifier and Type | Method and Description |
---|---|
void |
MicroLP.addKnowledgeObjectRelationship(KnowledgeObjectRelationship kor)
Adds a knowledge object relationship to this MicroLP.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<MicroLP> |
CognitiveContentMap.getMicroLPs(Set<KnowledgeObjectRelationship> KORelationships)
Search MicroLearningPathways in this CCM filtered by KORels, and returns a list of them.
|
void |
MicroLP.setKnowledgeObjectRelationships(ArrayList<KnowledgeObjectRelationship> knowledgeObjectRelationships)
Establishes the KnowledgeObjectRelationships of this MicroLP.
|
Copyright © 2014. All rights reserved.