public class AgentFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Modifier and Type | Method and Description |
---|---|
static IAgent |
make(java.lang.String className)
Make an agent, given a class name.
|
public static final java.lang.String _rcsid
public static IAgent make(java.lang.String className) throws ManifoldCFException
className
- is the agent class name.ManifoldCFException