Package | Description |
---|---|
org.intuitel.slom |
Contains the Java Model for the SLOM format.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<ConceptContainer> |
SLOM.getConceptContainers()
Returns the list of the ConceptContainers.
|
List<ConceptContainer> |
MacroLP.getConceptContainers()
Returns a list of the ConceptContainers in this this MacroLP.
|
ArrayList<ConceptContainer> |
CognitiveMap.getConceptContainers()
Search ConceptContainers in this CM and return a list of them.
|
ArrayList<ConceptContainer> |
CognitiveMap.getConceptContainers(ArrayList<MacroLP> alMacroLPs)
Search ConceptContainers in this CM, filter by MacroLP and return the results.
|
Modifier and Type | Method and Description |
---|---|
void |
MacroLP.addConceptContainer(ConceptContainer cc)
Adds a concept container to this MacroLP.
|
List<MicroLP> |
SLOM.getMicroLPs(ConceptContainer conceptContainer)
Returns the list of the MicroLPs in a ConceptContainer.
|
Modifier and Type | Method and Description |
---|---|
void |
CognitiveMap.configureMacroLP(List<ConceptContainer> CCs,
MacroLP mlp)
Configures the MacroLP received as parameter.
|
void |
MacroLP.setConceptContainers(List<ConceptContainer> conceptContainers)
Establishes the ConceptContainers of this MacroLP.
|
Copyright © 2014. All rights reserved.