|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConceptNotFoundException | |
org.media.mn8 | Provides the core classes for the MN8 Interpreter: Concept, Loader, ConceptDefinition, Scope, Stack, Method and Interpreter. |
Uses of ConceptNotFoundException in org.media.mn8 |
Methods in org.media.mn8 that throw ConceptNotFoundException | |
static Concept |
mn8Loader.instantiateConceptFromURL(String conceptURL)
|
static JavaConcept |
mn8Loader.instantiateConcept(String name)
|
static void |
mn8Loader.loadConcept(String name)
|
static String |
mn8Loader.loadConceptFromURL(String conceptURL,
String name)
Loads a concept into the ConceptRegister . |
String |
mn8Loader.findConcept(String name)
Tries to find the concept by looking first in the mem://registry/concepts/, then in env://registry/concepts/, then in the directories or URL specified in, the mem://registry/conceptspath/ and at the end env://registry/conceptspath. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |