public class BDIXMLReader
extends jadex.component.ComponentXMLReader
Modifier and Type | Class and Description |
---|---|
static class |
BDIXMLReader.BeliefMultiProc
Postprocess beliefs and belief sets.
|
static class |
BDIXMLReader.GoalMetaProc |
static class |
BDIXMLReader.ParamMultiProc
Postprocess parameters and parameter sets.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXT_LOADER
The loader constant.
|
static jadex.commons.transformation.IStringObjectConverter |
dirconv |
static jadex.commons.transformation.IStringObjectConverter |
evamodeconv |
static jadex.commons.transformation.IStringObjectConverter |
excludeconv |
static jadex.commons.transformation.IStringObjectConverter |
exconf |
protected BDIXModelLoader |
loader
The loader for sub capabilities.
|
static jadex.commons.transformation.IStringObjectConverter |
msgtypeconv |
static jadex.commons.transformation.IStringObjectConverter |
pdirconv |
static jadex.commons.transformation.IObjectStringConverter |
redirconv |
static jadex.commons.transformation.IObjectStringConverter |
reevamodeconv |
static jadex.commons.transformation.IObjectStringConverter |
reexcludeconv |
static jadex.commons.transformation.IObjectStringConverter |
remsgtypeconv |
static jadex.commons.transformation.IObjectStringConverter |
repdirconv |
static jadex.commons.transformation.IObjectStringConverter |
rexconf |
Constructor and Description |
---|
BDIXMLReader(BDIXModelLoader loader)
Create a new reader.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
createContext()
Add loader to context.
|
protected static java.lang.String |
findBeliefDefaultValue(BDIXModel model,
MBelief mbel,
java.lang.String configname)
Find the belief/ref value.
|
protected java.lang.String |
getModelType(java.lang.String filename)
Get the type of loaded models.
|
static java.util.Set<jadex.xml.TypeInfo> |
getXMLMapping(java.lang.String uri)
Get the XML mapping.
|
public static final jadex.commons.transformation.IStringObjectConverter msgtypeconv
public static final jadex.commons.transformation.IObjectStringConverter remsgtypeconv
public static final jadex.commons.transformation.IStringObjectConverter dirconv
public static final jadex.commons.transformation.IObjectStringConverter redirconv
public static final jadex.commons.transformation.IStringObjectConverter pdirconv
public static final jadex.commons.transformation.IObjectStringConverter repdirconv
public static final jadex.commons.transformation.IStringObjectConverter excludeconv
public static final jadex.commons.transformation.IObjectStringConverter reexcludeconv
public static final jadex.commons.transformation.IStringObjectConverter evamodeconv
public static final jadex.commons.transformation.IObjectStringConverter reevamodeconv
public static final jadex.commons.transformation.IStringObjectConverter exconf
public static final jadex.commons.transformation.IObjectStringConverter rexconf
public static final java.lang.String CONTEXT_LOADER
protected BDIXModelLoader loader
public BDIXMLReader(BDIXModelLoader loader)
public java.util.Map<java.lang.String,java.lang.Object> createContext()
createContext
in class jadex.component.ComponentXMLReader
protected java.lang.String getModelType(java.lang.String filename)
getModelType
in class jadex.component.ComponentXMLReader
public static java.util.Set<jadex.xml.TypeInfo> getXMLMapping(java.lang.String uri)