|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeletDef | |
---|---|
edu.memphis.ccrg.lida.framework.initialization | Contains classes involved in the run-time creation of the Agent and the initialization of the ElementFactory from various configuration files. |
edu.memphis.ccrg.lida.framework.shared | Contains classes related to common data structures used in the framework. |
Uses of CodeletDef in edu.memphis.ccrg.lida.framework.initialization |
---|
Methods in edu.memphis.ccrg.lida.framework.initialization that return CodeletDef | |
---|---|
(package private) CodeletDef |
FactoriesDataXmlLoader.getCodelet(org.w3c.dom.Element e,
java.util.Map<java.lang.String,StrategyDef> strategies)
|
Methods in edu.memphis.ccrg.lida.framework.initialization that return types with arguments of type CodeletDef | |
---|---|
(package private) java.util.Map<java.lang.String,CodeletDef> |
FactoriesDataXmlLoader.getCodelets(org.w3c.dom.Element element,
java.util.Map<java.lang.String,StrategyDef> strategies)
Reads in and creates all CodeletDef s specified in
Element |
Uses of CodeletDef in edu.memphis.ccrg.lida.framework.shared |
---|
Methods in edu.memphis.ccrg.lida.framework.shared with parameters of type CodeletDef | |
---|---|
void |
ElementFactory.addCodeletType(CodeletDef codeletDef)
Adds the codelet type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |