Package | Description |
---|---|
org.intuitel.slom |
Contains the Java Model for the SLOM format.
|
Modifier and Type | Method and Description |
---|---|
Set<KnowledgeObject> |
MicroLP.getKnowledgeObjects()
Returns a set with the KnowledgeObjects in this this MicroLP.
|
ArrayList<KnowledgeObject> |
SLOM.getKnowledgeObjects()
Returns the list of the KnowledgeObjects.
|
ArrayList<KnowledgeObject> |
CognitiveContentMap.getKnowledgeObjects()
Search KnowledgeObjects in this CCM and return a list of them.
|
Modifier and Type | Method and Description |
---|---|
void |
MicroLP.addKnowledgeObject(KnowledgeObject knowledgeObject)
Adds a knowledge object to this MicroLP.
|
Modifier and Type | Method and Description |
---|---|
void |
CognitiveContentMap.configureKnowledgeObjects(ArrayList<KnowledgeObject> kos)
Configures the KnowledgeObject in the list received as parameter.
|
void |
CognitiveContentMap.configureMicroLP(List<KnowledgeObject> KOs,
MicroLP mlp)
Configures the MicroLP received as parameter.
|
void |
MicroLP.setKnowledgeObjects(Set<KnowledgeObject> knowledgeObjects)
Establishes the KnowledgeObjects of this MicroLP.
|
Copyright © 2014. All rights reserved.