Package jadex.bridge.component
Interface IPropertiesFeature
-
public interface IPropertiesFeature
This features provides properties, i.e. system-level configuration options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getProperty(java.lang.String name)
Get a property value.
-