public class CustomFeature extends jadex.bridge.component.impl.AbstractComponentFeature implements ICustomFeature
| Constructor and Description |
|---|
CustomFeature(jadex.bridge.IInternalAccess component,
jadex.bridge.component.ComponentCreationInfo cinfo)
Factory method constructor for instance level.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
someMethod()
Test method.
|
public CustomFeature(jadex.bridge.IInternalAccess component,
jadex.bridge.component.ComponentCreationInfo cinfo)
public java.lang.String someMethod()
someMethod in interface ICustomFeature