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.ComponentXMLReaderComponentXMLReader.ExpressionProcessor
 
- 
 - 
Field Summary- 
Fields inherited from class jadex.component.ComponentXMLReaderclassconv, CONTEXT_ENTRIES, CONTEXT_EXTERNALS, CONTEXT_RID, CONTEXT_ROOT, handler, manager, mappings, reader, reclassconv, rescopeconv, scopeconv, stringarraytostring, stringtostringarray
 
- 
 - 
Constructor SummaryConstructors Constructor Description ApplicationXMLReader(java.util.Set<TypeInfo>[] mappings)Create a new reader.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetModelType(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.ComponentXMLReaderaddMethodInfos, buildReport, createContext, read
 
- 
 
- 
- 
- 
Constructor Detail- 
ApplicationXMLReaderpublic ApplicationXMLReader(java.util.Set<TypeInfo>[] mappings) Create a new reader.
 
- 
 - 
Method Detail- 
getModelTypeprotected java.lang.String getModelType(java.lang.String filename) Get the type of loaded models.- Overrides:
- getModelTypein class- ComponentXMLReader
 
 
- 
 
-