Package | Description |
---|---|
org.intuitel.slom |
Contains the Java Model for the SLOM format.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<MacroLP> |
ConceptContainer.getMacroLPs()
Gets the list of MacroLPs in this ConceptContainer.
|
ArrayList<MacroLP> |
SLOM.getMacroLPs()
This method returns the list of the MacroLPs.
|
ArrayList<MacroLP> |
CognitiveMap.getMacroLPs()
Search MacroLearningPathways in this CM and return a list of them.
|
ArrayList<MacroLP> |
CognitiveMap.getMacroLPs(Set<ConceptContainerRelationship> setCCRelationships)
Search MacroLearningPathways in this CM filtered by CCRels, and returns a list of them.
|
Modifier and Type | Method and Description |
---|---|
void |
ConceptContainer.addMacroLP(MacroLP mlp)
Adds one MacroLP to this ConceptContainer.
|
void |
CognitiveMap.configureMacroLP(List<ConceptContainer> CCs,
MacroLP mlp)
Configures the MacroLP received as parameter.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<ConceptContainer> |
CognitiveMap.getConceptContainers(ArrayList<MacroLP> alMacroLPs)
Search ConceptContainers in this CM, filter by MacroLP and return the results.
|
void |
ConceptContainer.setMacroLPs(ArrayList<MacroLP> macroLPs)
Sets the list of MacroLPs in this ConceptContainer.
|
Copyright © 2014. All rights reserved.