Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractModelLoader - Class in jadex.model.impl
-
Loader for managing models, loaded from disc and kept in cache.
- AbstractModelLoader(String[]) - Constructor for class jadex.model.impl.AbstractModelLoader
-
Create a model loader.
- AbstractModelLoader(String[], int) - Constructor for class jadex.model.impl.AbstractModelLoader
-
Create a model loader.
- AbstractModelLoader.BrokenModel - Class in jadex.model.impl
-
Store an exception during loading in cache.
- addArgument(UnparsedExpression) - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Add an argument.
- addArgument(UnparsedExpression) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Add an argument.
- addComponentInstance(ComponentInstanceInfo) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Add a component.
- addEndStep(UnparsedExpression) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Add a end step.
- addImport(String) - Method in class jadex.model.modelinfo.ModelInfo
-
Add an import statement.
- addInitialStep(UnparsedExpression) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Add a initial step.
- addLoader(Class<? extends Component>, AbstractModelLoader) - Static method in class jadex.model.impl.AbstractModelLoader
- addResult(UnparsedExpression) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Add a result.
- allimports - Variable in class jadex.model.modelinfo.ModelInfo
-
All imports (cached for speed).
- ALWAYS - Static variable in interface jadex.model.IAsyncFilter
-
A filter that always returns true.
- AlwaysFilter() - Constructor for class jadex.model.IAsyncFilter.AlwaysFilter
- ANY_CONFIG - Static variable in class jadex.model.modelinfo.ModelValueProvider
-
Constant for no configuration selected.
- Argument - Class in jadex.model.modelinfo
-
Simple default implementation for an argument.
- Argument() - Constructor for class jadex.model.modelinfo.Argument
-
Create a new argument.
- Argument(String, String, String, String) - Constructor for class jadex.model.modelinfo.Argument
-
Create a new argument.
- arguments - Variable in class jadex.model.modelinfo.ComponentInstanceInfo
-
The list of contained arguments.
- arguments - Variable in class jadex.model.modelinfo.ConfigurationInfo
-
The list of argument default values.
- argumentsexp - Variable in class jadex.model.modelinfo.ComponentInstanceInfo
-
The arguments expression (Hack for BPMN Editor that saves args as one string.
B
- breakpoints - Variable in class jadex.model.modelinfo.ModelInfo
-
The breakpoints.
- BrokenModel(Exception, ResourceInfo) - Constructor for class jadex.model.impl.AbstractModelLoader.BrokenModel
-
Create a broken model.
C
- CacheableKernelModel - Class in jadex.model.impl
-
Base class for cacheable kernel model.
- CacheableKernelModel(IModelInfo) - Constructor for class jadex.model.impl.CacheableKernelModel
-
Create a new model.
- CacheableModel - Class in jadex.model.impl
- CacheableModel() - Constructor for class jadex.model.impl.CacheableModel
- callbackfield - Variable in class jadex.model.ServiceCallInfo
-
The callback field in the agent.
- callbackmethod - Variable in class jadex.model.ServiceCallInfo
-
The callback method in the agent.
- checkName() - Method in class jadex.model.modelinfo.ModelInfo
-
Check if the specified name matches the file name.
- checkPackage() - Method in class jadex.model.modelinfo.ModelInfo
-
Check if the specified package matches the file name.
- clazz() - Element in annotation interface jadex.model.annotation.NameValue
-
The value as a class.
- clazz() - Element in annotation interface jadex.model.annotation.Value
-
The value as a class.
- clearModelCache() - Method in class jadex.model.impl.AbstractModelLoader
-
Clears the model cache.
- ComponentInstanceInfo - Class in jadex.model.modelinfo
-
Component instance information.
- ComponentInstanceInfo() - Constructor for class jadex.model.modelinfo.ComponentInstanceInfo
-
Create a new component.
- ComponentInstanceInfo(String, String, String, String) - Constructor for class jadex.model.modelinfo.ComponentInstanceInfo
-
Create a new component.
- components - Variable in class jadex.model.modelinfo.ConfigurationInfo
-
The list of contained components.
- configuration - Variable in class jadex.model.modelinfo.ComponentInstanceInfo
-
The configuration.
- ConfigurationInfo - Class in jadex.model.modelinfo
-
Information contained in a component configuration.
- ConfigurationInfo() - Constructor for class jadex.model.modelinfo.ConfigurationInfo
-
Create a new application.
- ConfigurationInfo(String) - Constructor for class jadex.model.modelinfo.ConfigurationInfo
-
Create a new application.
- convertArguments(Collection<Tuple2<String, Object>>) - Static method in class jadex.model.modelinfo.Argument
-
Convert arguments to argument map.
D
- deregisterModel(String) - Method in class jadex.model.impl.AbstractModelLoader
-
Deregister a model.
- description - Variable in class jadex.model.modelinfo.Argument
-
The description.
- description - Variable in class jadex.model.modelinfo.Startable
-
The description.
- doLoadModel(String, Object, String[], ClassLoader, ResourceInfo) - Method in class jadex.model.impl.AbstractModelLoader
-
Load a model.
E
- endsteps - Variable in class jadex.model.modelinfo.ConfigurationInfo
-
The end steps.
- exception - Variable in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
The exception.
- extensions - Variable in class jadex.model.impl.AbstractModelLoader
-
The supported file extensions (if any).
F
- featuremodels - Variable in class jadex.model.modelinfo.ModelInfo
-
The feature models.
- filename - Variable in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
The filename.
- filename - Variable in class jadex.model.modelinfo.ModelInfo
-
The filename.
- filename - Variable in class jadex.model.modelinfo.SubcomponentTypeInfo
-
The filename.
- filter(E) - Method in class jadex.model.IAsyncFilter.AlwaysFilter
- filter(E) - Method in class jadex.model.IAsyncFilter.NeverFilter
- filter(T) - Method in interface jadex.model.IAsyncFilter
-
Test if an object passes the filter.
- fullname - Variable in class jadex.model.modelinfo.ModelInfo
-
The full name (cached for speed).
G
- getAllImports() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the imports including the package.
- getAllImports() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the imports including the package.
- getArguments() - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Get the list of arguments.
- getArguments() - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Get the list of arguments.
- getArgumentsExpression() - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Get the arguments expression.
- getBreakpoints() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the possible breakpoint places in that model.
- getBreakpoints() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the possible breakpoint places in that model.
- getCachedModel(String, String, String[], Object) - Method in class jadex.model.impl.AbstractModelLoader
-
Get a cached model.
- getCallbackField() - Method in class jadex.model.ServiceCallInfo
-
Get the callbackfield.
- getCallbackMethod() - Method in class jadex.model.ServiceCallInfo
-
Get the callback.
- getClazz() - Method in interface jadex.model.modelinfo.IArgument
-
Get the class info.
- getComponentInstances() - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Get all components.
- getConfiguration() - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Get the configuration.
- getDefaultValue() - Method in class jadex.model.modelinfo.Argument
-
Get the default value.
- getDefaultValue() - Method in interface jadex.model.modelinfo.IArgument
-
Get the default value.
- getDescription() - Method in class jadex.model.modelinfo.Argument
-
Get the description.
- getDescription() - Method in interface jadex.model.modelinfo.IArgument
-
Get the description.
- getDescription() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the model description.
- getDescription() - Method in class jadex.model.modelinfo.Startable
-
Get the model description.
- getDocuments() - Method in interface jadex.model.IErrorReport
-
Get the external documents.
- getEndSteps() - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Get the end steps.
- getErrorHTML() - Method in interface jadex.model.IErrorReport
-
Get the html representation of the report.
- getErrorText() - Method in interface jadex.model.IErrorReport
-
Get the text representation of the report.
- getException() - Method in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
Get the exception.
- getFeatureModel(Class<?>) - Method in class jadex.model.modelinfo.ModelInfo
-
Get a feature model per class.
- getFetcher() - Method in interface jadex.model.IModelFeature
- getFilename() - Method in interface jadex.model.ICacheableModel
-
Get the filename.
- getFilename() - Method in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
Get the filename.
- getFilename() - Method in class jadex.model.impl.CacheableKernelModel
-
Get the filename.
- getFilename() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the filename.
- getFilename() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the filename.
- getFilename() - Method in class jadex.model.modelinfo.SubcomponentTypeInfo
-
Get the filename.
- getFullName() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the full model name (package.name)
- getFullName() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the full model name (package.name)
- getImports() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the imports.
- getImports() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the imports.
- getInitialSteps() - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Get the initial steps.
- getKeepalive() - Method in class jadex.model.modelinfo.Startable
-
Get the keepalive.
- getLastChecked() - Method in interface jadex.model.ICacheableModel
-
Get the last check time of the model.
- getLastChecked() - Method in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
Get the last check time of the model.
- getLastChecked() - Method in class jadex.model.impl.CacheableKernelModel
-
Get the lastchecked.
- getLastModified() - Method in interface jadex.model.ICacheableModel
-
Get the last modification time of the model.
- getLastModified() - Method in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
Get the last modification time of the model.
- getLastModified() - Method in class jadex.model.impl.CacheableKernelModel
-
Get the lastmodified.
- getLoader(Class<? extends Component>) - Static method in class jadex.model.impl.AbstractModelLoader
- getModel() - Method in interface jadex.model.IModelFeature
- getModelInfo() - Method in class jadex.model.impl.CacheableKernelModel
-
Get the modelinfo.
- getName() - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Get the name (expression).
- getName() - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Get the name.
- getName() - Method in interface jadex.model.modelinfo.IArgument
-
Get the name.
- getName() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the name.
- getName() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the name.
- getName() - Method in class jadex.model.modelinfo.SubcomponentTypeInfo
-
Get the name.
- getNumber() - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Get the number (expression).
- getPackage() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the package name.
- getPackage() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the package name.
- getParameterGuesser() - Method in interface jadex.model.IModelFeature
-
The feature can add objects for field or method injections by providing an optional parameter guesser.
- getParameterGuesser() - Method in interface jadex.model.IParameterGuesserProvider
- getRawModel() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the kernel-specific model.
- getRawModel() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the kernel-specific model.
- getReport() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the report.
- getReport() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the report.
- getRequiredName() - Method in class jadex.model.ServiceCallInfo
-
Get the reqname.
- getResourceInfo(String, String[], ClassLoader) - Method in class jadex.model.impl.AbstractModelLoader
-
Find the file for a given name using any supported extension.
- getResourceInfo(String, String, String[], ClassLoader) - Method in class jadex.model.impl.AbstractModelLoader
-
Find the file for a given name.
- getResourceInfo0(String, String[], ClassLoader) - Method in class jadex.model.impl.AbstractModelLoader
-
Find the file for a given name using any supported extension.
- getResult(Collection<Tuple2<String, Object>>, String) - Static method in class jadex.model.modelinfo.Argument
-
Get a specific result from a result collection.
- getResults() - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Get the list of results.
- getServiceMethod() - Method in class jadex.model.ServiceCallInfo
-
Get the method.
- getSuspend() - Method in class jadex.model.modelinfo.Startable
-
Get the suspend.
- getSynchronous() - Method in class jadex.model.modelinfo.Startable
-
Get the synchronous.
- getType() - Method in interface jadex.model.modelinfo.IModelInfo
-
Get the component type (i.e.
- getType() - Method in class jadex.model.modelinfo.ModelInfo
-
Get the model type.
- getTypeName() - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Get the type name.
- getValue(String) - Method in interface jadex.model.modelinfo.IModelValueProvider
-
Get the value.
- getValue(String) - Method in class jadex.model.modelinfo.ModelValueProvider
-
Get the value.
- getValues() - Method in class jadex.model.modelinfo.ModelValueProvider
-
Get the values.
H
- hasArgument(String) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Test if has an argument.
- hasComponentInstance(String, String) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Test if has a component instance.
- hasResult(String) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Test if has a result.
I
- IArgument - Interface in jadex.model.modelinfo
-
Interface for start arguments.
- IAsyncFilter<T> - Interface in jadex.model
-
Generic filter interface.
- IAsyncFilter.AlwaysFilter<E> - Class in jadex.model
-
A filter that always returns true.
- IAsyncFilter.NeverFilter<E> - Class in jadex.model
-
A filter that always returns false.
- ICacheableModel - Interface in jadex.model
-
Required interface for models to be managed by abstract model loader.
- IErrorReport - Interface in jadex.model
-
The interface for an error report of loaded models.
- IInternalModelFeature - Interface in jadex.model.impl
- IModelFeature - Interface in jadex.model
- IModelInfo - Interface in jadex.model.modelinfo
-
This model interface represents the common properties of all component models.
- IModelValueProvider - Interface in jadex.model.modelinfo
- imports - Variable in class jadex.model.modelinfo.ModelInfo
-
The imports.
- initialsteps - Variable in class jadex.model.modelinfo.ConfigurationInfo
-
The initial steps.
- internalSetRawModel(Object) - Method in class jadex.model.modelinfo.ModelInfo
-
Set the kernel-specific model.
- IParameterGuesserProvider - Interface in jadex.model
J
- jadex.model - package jadex.model
- jadex.model.annotation - package jadex.model.annotation
- jadex.model.impl - package jadex.model.impl
- jadex.model.modelinfo - package jadex.model.modelinfo
L
- lastcheck - Variable in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
Time of last check.
- lastchecked - Variable in class jadex.model.impl.CacheableKernelModel
-
The last check date.
- lastmod - Variable in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
The file modification time.
- lastmodified - Variable in class jadex.model.impl.CacheableKernelModel
-
The last modified date.
- loaders - Static variable in class jadex.model.impl.AbstractModelLoader
- loadModel(String, Object, String[], Object, ClassLoader, Object) - Method in class jadex.model.impl.AbstractModelLoader
-
Load a model.
- loadModel(String, Object, String, String[], Object, ClassLoader) - Method in class jadex.model.impl.AbstractModelLoader
-
Load a model with a required extension.
M
- modelcache - Variable in class jadex.model.impl.AbstractModelLoader
-
The model cache (filename/imports -> loaded model).
- modelinfo - Variable in class jadex.model.impl.CacheableKernelModel
-
The model info.
- ModelInfo - Class in jadex.model.modelinfo
-
Public model information that is provided as result from component factories when a model is loaded.
- ModelInfo() - Constructor for class jadex.model.modelinfo.ModelInfo
-
Create a new model info.
- ModelInfo(String, String, String, IErrorReport, boolean, String, Map<String, Object>, ClassLoader, String[], Object) - Constructor for class jadex.model.modelinfo.ModelInfo
-
Create a new model info.
- ModelValueProvider - Class in jadex.model.modelinfo
-
Default model value provider.
- ModelValueProvider() - Constructor for class jadex.model.modelinfo.ModelValueProvider
-
Create a new provider.
- ModelValueProvider(Map<String, Object>) - Constructor for class jadex.model.modelinfo.ModelValueProvider
-
Create a new provider.
N
- name - Variable in class jadex.model.modelinfo.ComponentInstanceInfo
-
The name.
- name - Variable in class jadex.model.modelinfo.ConfigurationInfo
-
The name.
- name - Variable in class jadex.model.modelinfo.ModelInfo
-
The name.
- name - Variable in class jadex.model.modelinfo.SubcomponentTypeInfo
-
The name.
- name() - Element in annotation interface jadex.model.annotation.NameValue
-
The name.
- NameValue - Annotation Interface in jadex.model.annotation
-
Name, value pair.
- NEVER - Static variable in interface jadex.model.IAsyncFilter
-
A filter that always returns false.
- NeverFilter() - Constructor for class jadex.model.IAsyncFilter.NeverFilter
- number - Variable in class jadex.model.modelinfo.ComponentInstanceInfo
-
The number of components.
O
- OnEnd - Annotation Interface in jadex.model.annotation
-
A method marked with this annotation will be called upon end of the element.
- OnStart - Annotation Interface in jadex.model.annotation
-
A method marked with this annotation will be called upon start of the element.
P
- packagename - Variable in class jadex.model.modelinfo.ModelInfo
-
The package.
- putFeatureModel(Class<?>, Object) - Method in class jadex.model.modelinfo.ModelInfo
-
Put a new feature model in the map.
R
- rawmodel - Variable in class jadex.model.modelinfo.ModelInfo
-
The raw model.
- registered - Variable in class jadex.model.impl.AbstractModelLoader
-
The registered models (filename -> loaded model).
- registerModel(String, ICacheableModel) - Method in class jadex.model.impl.AbstractModelLoader
-
Register a model.
- removeComponentInstance(ComponentInstanceInfo) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Removes a component.
- report - Variable in class jadex.model.modelinfo.ModelInfo
-
The report.
- reqname - Variable in class jadex.model.ServiceCallInfo
-
The required service name.
- results - Variable in class jadex.model.modelinfo.ConfigurationInfo
-
The list of result default values.
S
- ServiceCallInfo - Class in jadex.model
- ServiceCallInfo() - Constructor for class jadex.model.ServiceCallInfo
-
Create a new service call info.
- ServiceCallInfo(String, MethodInfo, FieldInfo) - Constructor for class jadex.model.ServiceCallInfo
-
Create a new service call info.
- ServiceCallInfo(String, MethodInfo, MethodInfo) - Constructor for class jadex.model.ServiceCallInfo
-
Create a new service call info.
- servicemethod - Variable in class jadex.model.ServiceCallInfo
-
The method to call on the service.
- setArguments(UnparsedExpression[]) - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Set the arguments.
- setArguments(UnparsedExpression[]) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Set the arguments.
- setArgumentsExpression(UnparsedExpression) - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Set the arguments expression.
- setBreakpoints(String[]) - Method in class jadex.model.modelinfo.ModelInfo
-
Set the breakpoints.
- setCallbackField(FieldInfo) - Method in class jadex.model.ServiceCallInfo
-
The callbackfield to set.
- setCallbackMethod(MethodInfo) - Method in class jadex.model.ServiceCallInfo
-
The callback to set.
- setConfiguration(String) - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Set the configuration.
- setDescription(String) - Method in class jadex.model.modelinfo.Argument
-
Set the description.
- setDescription(String) - Method in class jadex.model.modelinfo.Startable
-
Set the description.
- setEndSteps(UnparsedExpression[]) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Set the end steps.
- setFilename(String) - Method in class jadex.model.modelinfo.ModelInfo
-
Set the filename.
- setFilename(String) - Method in class jadex.model.modelinfo.SubcomponentTypeInfo
-
Set the filename.
- setImports(String[]) - Method in class jadex.model.modelinfo.ModelInfo
-
Set the imports.
- setInitialSteps(UnparsedExpression[]) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Set the initial steps.
- setKeepalive(Boolean) - Method in class jadex.model.modelinfo.Startable
-
Set the keepalive.
- setLastChecked(long) - Method in interface jadex.model.ICacheableModel
-
Set the last check time of the model.
- setLastChecked(long) - Method in class jadex.model.impl.AbstractModelLoader.BrokenModel
-
Set the last check time of the model.
- setLastChecked(long) - Method in class jadex.model.impl.CacheableKernelModel
-
Set the lastchecked.
- setLastModified(long) - Method in class jadex.model.impl.CacheableKernelModel
-
Set the lastmodified.
- setModel(IModelInfo) - Method in interface jadex.model.impl.IInternalModelFeature
-
Set the model.
- setName(String) - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Set the name.
- setName(String) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Set the name.
- setName(String) - Method in class jadex.model.modelinfo.ModelInfo
-
Set the name.
- setName(String) - Method in class jadex.model.modelinfo.SubcomponentTypeInfo
-
Set the name.
- setNumber(String) - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Set the number.
- setPackage(String) - Method in class jadex.model.modelinfo.ModelInfo
-
Set the packagename.
- setReport(IErrorReport) - Method in class jadex.model.modelinfo.ModelInfo
-
Set the report.
- setRequiredName(String) - Method in class jadex.model.ServiceCallInfo
-
The reqname to set.
- setResults(UnparsedExpression[]) - Method in class jadex.model.modelinfo.ConfigurationInfo
-
Set the arguments.
- setServiceMethod(MethodInfo) - Method in class jadex.model.ServiceCallInfo
-
The method to set.
- setSuspend(Boolean) - Method in class jadex.model.modelinfo.Startable
-
Set the suspend.
- setSynchronous(Boolean) - Method in class jadex.model.modelinfo.Startable
-
Set the synchronous.
- setType(String) - Method in class jadex.model.modelinfo.ModelInfo
-
Set the component type.
- setTypeName(String) - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
Set the typename.
- setValue(Object) - Method in class jadex.model.modelinfo.ModelValueProvider
-
Set the value.
- setValue(String, Object) - Method in class jadex.model.modelinfo.ModelValueProvider
-
Set the value.
- setValues(Map<String, Object>) - Method in class jadex.model.modelinfo.ModelValueProvider
-
Set the values.
- Startable - Class in jadex.model.modelinfo
-
Base class for startable elements.
- Startable() - Constructor for class jadex.model.modelinfo.Startable
- SubcomponentTypeInfo - Class in jadex.model.modelinfo
-
Component type representation.
- SubcomponentTypeInfo() - Constructor for class jadex.model.modelinfo.SubcomponentTypeInfo
-
Create a new component type.
- SubcomponentTypeInfo(String, String) - Constructor for class jadex.model.modelinfo.SubcomponentTypeInfo
-
Create a new component type.
T
- toString() - Method in class jadex.model.modelinfo.Argument
-
Get the string representation.
- toString() - Method in class jadex.model.modelinfo.ComponentInstanceInfo
-
A string of this object.
- type - Variable in class jadex.model.modelinfo.ModelInfo
-
The type.
- typename - Variable in class jadex.model.modelinfo.ComponentInstanceInfo
-
The type name.
U
- updateCachedModel(Runnable) - Method in class jadex.model.impl.AbstractModelLoader
V
- validate(String) - Method in class jadex.model.modelinfo.Argument
-
Check the validity of an input.
- validate(String) - Method in interface jadex.model.modelinfo.IArgument
-
Check the validity of an input.
- value() - Element in annotation interface jadex.model.annotation.NameValue
-
The value as string, will be parsed.
- value() - Element in annotation interface jadex.model.annotation.Value
-
The value as string, will be parsed.
- Value - Annotation Interface in jadex.model.annotation
-
Value as class or unparsed expression string.
- values - Variable in class jadex.model.modelinfo.ModelValueProvider
-
The values.
- values() - Element in annotation interface jadex.model.annotation.NameValue
-
The values as strings, will be individually parsed.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form