public interface INFMethodPropertyProvider
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
addMethodNFProperty(jadex.commons.MethodInfo method,
INFProperty<?,?> nfprop)
Add a non-functional property.
|
jadex.commons.future.IFuture<java.lang.String[]> |
getMethodNFAllPropertyNames(jadex.commons.MethodInfo method)
Returns the names of all non-functional properties of this method.
|
jadex.commons.future.IFuture<INFPropertyMetaInfo> |
getMethodNFPropertyMetaInfo(jadex.commons.MethodInfo method,
java.lang.String name)
Returns the meta information about a non-functional property of the specified method.
|
jadex.commons.future.IFuture<java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>>> |
getMethodNFPropertyMetaInfos()
Returns meta information about a non-functional properties of all methods.
|
jadex.commons.future.IFuture<java.util.Map<java.lang.String,INFPropertyMetaInfo>> |
getMethodNFPropertyMetaInfos(jadex.commons.MethodInfo method)
Returns meta information about a non-functional properties of a method.
|
jadex.commons.future.IFuture<java.lang.String[]> |
getMethodNFPropertyNames(jadex.commons.MethodInfo method)
Returns the names of all non-functional properties of the specified method.
|
<T> jadex.commons.future.IFuture<T> |
getMethodNFPropertyValue(jadex.commons.MethodInfo method,
java.lang.String name)
Returns the current value of a non-functional property of the specified method.
|
<T,U> jadex.commons.future.IFuture<T> |
getMethodNFPropertyValue(jadex.commons.MethodInfo method,
java.lang.String name,
U unit)
Returns the current value of a non-functional property of the specified method, performs unit conversion.
|
jadex.commons.future.IFuture<java.lang.Void> |
removeMethodNFProperty(jadex.commons.MethodInfo method,
java.lang.String name)
Remove a non-functional property.
|
jadex.commons.future.IFuture<java.lang.Void> |
shutdownNFPropertyProvider()
Shutdown the provider.
|
jadex.commons.future.IFuture<java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>>> getMethodNFPropertyMetaInfos()
jadex.commons.future.IFuture<java.lang.String[]> getMethodNFPropertyNames(jadex.commons.MethodInfo method)
method
- The method targeted by this operation.jadex.commons.future.IFuture<java.lang.String[]> getMethodNFAllPropertyNames(jadex.commons.MethodInfo method)
jadex.commons.future.IFuture<java.util.Map<java.lang.String,INFPropertyMetaInfo>> getMethodNFPropertyMetaInfos(jadex.commons.MethodInfo method)
jadex.commons.future.IFuture<INFPropertyMetaInfo> getMethodNFPropertyMetaInfo(jadex.commons.MethodInfo method, java.lang.String name)
method
- The method targeted by this operation.name
- Name of the property.<T> jadex.commons.future.IFuture<T> getMethodNFPropertyValue(jadex.commons.MethodInfo method, java.lang.String name)
method
- The method targeted by this operation.name
- Name of the property.type
- Type of the property value.<T,U> jadex.commons.future.IFuture<T> getMethodNFPropertyValue(jadex.commons.MethodInfo method, java.lang.String name, U unit)
method
- The method targeted by this operation.name
- Name of the property.type
- Type of the property value.unit
- Unit of the property value.jadex.commons.future.IFuture<java.lang.Void> addMethodNFProperty(jadex.commons.MethodInfo method, INFProperty<?,?> nfprop)
method
- The method targeted by this operation.nfprop
- The property.jadex.commons.future.IFuture<java.lang.Void> removeMethodNFProperty(jadex.commons.MethodInfo method, java.lang.String name)
method
- The method targeted by this operation.The
- name.jadex.commons.future.IFuture<java.lang.Void> shutdownNFPropertyProvider()