JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
jadex.bdi.annotation
Annotation Interface Mapping
@Target
(
ANNOTATION_TYPE
)
@Retention
(
RUNTIME
)
public @interface
Mapping
Mapping, e.g. for beliefs in subcapabilities.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The name of the outer element.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
target
The name of the inner element, if different from outer.
Element Details
value
String
value
The name of the outer element.
target
String
target
The name of the inner element, if different from outer.
Default:
""