Package | Description |
---|---|
org.intuitel.slom |
Contains the Java Model for the SLOM format.
|
Modifier and Type | Method and Description |
---|---|
List<ConceptContainerRelationship> |
MacroLP.getConceptContainerRelationships()
Get a list of the ConceptContainerRelationship in this MacroLP.
|
Set<ConceptContainerRelationship> |
CognitiveMap.getConceptContainerRelationships()
Search the OWLOntology for CC relationships and return them.
|
Modifier and Type | Method and Description |
---|---|
void |
MacroLP.addConceptContainerRelationship(ConceptContainerRelationship ccr)
Adds a concept container relationshiop to this MacroLP.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<MacroLP> |
CognitiveMap.getMacroLPs(Set<ConceptContainerRelationship> setCCRelationships)
Search MacroLearningPathways in this CM filtered by CCRels, and returns a list of them.
|
void |
MacroLP.setConceptContainerRelationships(List<ConceptContainerRelationship> conceptContainerRelationships)
Establishes the ConceptContainerRelationships of this MacroLP.
|
Copyright © 2014. All rights reserved.