|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkableDef | |
|---|---|
| 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 LinkableDef in edu.memphis.ccrg.lida.framework.initialization |
|---|
| Methods in edu.memphis.ccrg.lida.framework.initialization that return LinkableDef | |
|---|---|
(package private) static LinkableDef |
FactoriesDataXmlLoader.getLinkable(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 LinkableDef | |
|---|---|
(package private) static java.util.Map<java.lang.String,LinkableDef> |
FactoriesDataXmlLoader.getLinkables(org.w3c.dom.Element element,
java.lang.String groupName,
java.lang.String childName,
java.util.Map<java.lang.String,StrategyDef> strategies)
Reads in and creates all LinkableDefs specified in
Element |
| Uses of LinkableDef in edu.memphis.ccrg.lida.framework.shared |
|---|
| Methods in edu.memphis.ccrg.lida.framework.shared with parameters of type LinkableDef | |
|---|---|
void |
ElementFactory.addLinkType(LinkableDef linkDef)
Adds a Link type to this factory |
void |
ElementFactory.addNodeType(LinkableDef nodeDef)
Adds a Node type to this factory |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||