Package | Description |
---|---|
org.intuitel.slom |
Contains the Java Model for the SLOM format.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<MicroLP> |
ConceptContainer.getMicroLPs()
Gets the list of MicroLPs in this ConceptContainer.
|
List<MicroLP> |
SLOM.getMicroLPs()
Returns the list of the MicroLPs.
|
ArrayList<MicroLP> |
KnowledgeObject.getMicroLPs()
Gets the list of MicroLPs in this KnowledgeObject.
|
ArrayList<MicroLP> |
CognitiveContentMap.getMicroLPs()
Search MicroLearningPathways in this CCM and return a list of them.
|
List<MicroLP> |
SLOM.getMicroLPs(ConceptContainer conceptContainer)
Returns the list of the MicroLPs in a ConceptContainer.
|
ArrayList<MicroLP> |
CognitiveContentMap.getMicroLPs(Set<KnowledgeObjectRelationship> KORelationships)
Search MicroLearningPathways in this CCM filtered by KORels, and returns a list of them.
|
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeObject.addMicroLP(MicroLP mlp)
Adds one MicroLP to this KnowledgeObject.
|
void |
CognitiveContentMap.configureMicroLP(List<KnowledgeObject> KOs,
MicroLP mlp)
Configures the MicroLP received as parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
ConceptContainer.setMicroLPs(ArrayList<MicroLP> microLPs)
Sets the list of MicroLPs in this ConceptContainer.
|
void |
KnowledgeObject.setMicroLPs(ArrayList<MicroLP> microLPs)
Sets the list of MicroLPs in this KnowledgeObject.
|
Copyright © 2014. All rights reserved.