Package jadex.application
Class ApplicationXMLReader
- java.lang.Object
-
- jadex.component.ComponentXMLReader
-
- jadex.application.ApplicationXMLReader
-
public class ApplicationXMLReader extends ComponentXMLReader
Reader for loading component XML models into a Java representation states.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jadex.component.ComponentXMLReader
ComponentXMLReader.ExpressionProcessor
-
-
Field Summary
-
Fields inherited from class jadex.component.ComponentXMLReader
classconv, CONTEXT_ENTRIES, CONTEXT_EXTERNALS, CONTEXT_RID, CONTEXT_ROOT, handler, manager, mappings, reader, reclassconv, rescopeconv, scopeconv, stringarraytostring, stringtostringarray
-
-
Constructor Summary
Constructors Constructor Description ApplicationXMLReader(java.util.Set<TypeInfo>[] mappings)
Create a new reader.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getModelType(java.lang.String filename)
Get the type of loaded models.static java.util.Set<TypeInfo>
getXMLMapping(java.util.Set<TypeInfo>[] mappings, java.lang.String uri)
Get the XML mapping.-
Methods inherited from class jadex.component.ComponentXMLReader
addMethodInfos, buildReport, createContext, read
-
-
-
-
Constructor Detail
-
ApplicationXMLReader
public ApplicationXMLReader(java.util.Set<TypeInfo>[] mappings)
Create a new reader.
-
-
Method Detail
-
getModelType
protected java.lang.String getModelType(java.lang.String filename)
Get the type of loaded models.- Overrides:
getModelType
in classComponentXMLReader
-
-