class Manager.ECFactoryPredicate extends java.lang.Object implements equalFunctor
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
m_name
Class name of ExecutionContext
|
| Constructor and Description |
|---|
ECFactoryPredicate(ECFactoryBase factory)
Constructor
|
ECFactoryPredicate(java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalof(java.lang.Object factory)
Finds Factory
|
public ECFactoryPredicate(java.lang.String name)
name -
Class name of ExecutionContextpublic ECFactoryPredicate(ECFactoryBase factory)
factory -
ECFaactory Objectpublic boolean equalof(java.lang.Object factory)
The specified ECFactory is found.
equalof in interface equalFunctorfactory -
ECFaactory Object