Package | Description |
---|---|
jadex.bridge.nonfunctional | |
jadex.micro |
Modifier and Type | Class and Description |
---|---|
class |
NFPropertyMetaInfo
Meta information about a non-functional property.
|
Modifier and Type | Method and Description |
---|---|
INFPropertyMetaInfo |
INFProperty.getMetaInfo()
Returns the meta information about the property.
|
Modifier and Type | Method and Description |
---|---|
IFuture<INFPropertyMetaInfo> |
NFMethodPropertyProvider.getMethodNFPropertyMetaInfo(MethodInfo method,
String name)
Returns the meta information about a non-functional property of the specified method.
|
IFuture<INFPropertyMetaInfo> |
INFMethodPropertyProvider.getMethodNFPropertyMetaInfo(MethodInfo method,
String name)
Returns the meta information about a non-functional property of the specified method.
|
IFuture<Map<MethodInfo,Map<String,INFPropertyMetaInfo>>> |
NFMethodPropertyProvider.getMethodNFPropertyMetaInfos()
Returns meta information about a non-functional properties of all methods.
|
IFuture<Map<MethodInfo,Map<String,INFPropertyMetaInfo>>> |
INFMethodPropertyProvider.getMethodNFPropertyMetaInfos()
Returns meta information about a non-functional properties of all methods.
|
IFuture<Map<String,INFPropertyMetaInfo>> |
NFMethodPropertyProvider.getMethodNFPropertyMetaInfos(MethodInfo method)
Returns meta information about a non-functional properties of a method.
|
IFuture<Map<String,INFPropertyMetaInfo>> |
INFMethodPropertyProvider.getMethodNFPropertyMetaInfos(MethodInfo method)
Returns meta information about a non-functional properties of a method.
|
IFuture<INFPropertyMetaInfo> |
NFPropertyProvider.getNFPropertyMetaInfo(String name)
Returns the meta information about a non-functional property of this service.
|
IFuture<INFPropertyMetaInfo> |
INFPropertyProvider.getNFPropertyMetaInfo(String name)
Returns the meta information about a non-functional property of this service.
|
IFuture<Map<String,INFPropertyMetaInfo>> |
NFPropertyProvider.getNFPropertyMetaInfos()
Returns the meta information about a non-functional property of this service.
|
IFuture<Map<String,INFPropertyMetaInfo>> |
INFPropertyProvider.getNFPropertyMetaInfos()
Returns the meta information about a non-functional property of this service.
|
Modifier and Type | Method and Description |
---|---|
IFuture<INFPropertyMetaInfo> |
MicroAgent.getNfPropertyMetaInfo(String name)
Returns the meta information about a non-functional property of this service.
|
Copyright © 2013. All Rights Reserved.