|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resourceSpecifier.factory.impl.DelegatesImpl
public class DelegatesImpl
The Class DelegatesImpl.
Constructor Summary | |
---|---|
DelegatesImpl(org.apache.uima.resourceSpecifier.DelegatesType dt,
AggregateDelegateEngine aggregateEngine,
ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Instantiates a new delegates impl. |
Method Summary | |
---|---|
void |
addDelegate(DelegateAnalysisEngine dae)
Adds the delegate. |
List<ColocatedDelegateEngine> |
getColocatedDelegateEngine()
Gets the colocated delegate engine. |
List<DelegateAnalysisEngine> |
getDelegates()
Gets the delegates. |
List<RemoteDelegateEngine> |
getRemoteDelegates()
Gets the remote delegates. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatesImpl(org.apache.uima.resourceSpecifier.DelegatesType dt, AggregateDelegateEngine aggregateEngine, ServiceContext context, DelegateConfiguration... delegateConfigurations)
dt
- the dtaggregateEngine
- the aggregate enginecontext
- the contextdelegateConfigurations
- the delegate configurationsMethod Detail |
---|
public List<DelegateAnalysisEngine> getDelegates()
Delegates
getDelegates
in interface Delegates
public void addDelegate(DelegateAnalysisEngine dae)
Delegates
addDelegate
in interface Delegates
dae
- the daepublic List<RemoteDelegateEngine> getRemoteDelegates()
Delegates
getRemoteDelegates
in interface Delegates
public List<ColocatedDelegateEngine> getColocatedDelegateEngine()
Delegates
getColocatedDelegateEngine
in interface Delegates
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |