Constructor and Description |
---|
DelegatesImpl(org.apache.uima.resourceSpecifier.DelegatesType dt,
AggregateDelegateEngine aggregateEngine,
ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Instantiates a new delegates impl.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public DelegatesImpl(org.apache.uima.resourceSpecifier.DelegatesType dt, AggregateDelegateEngine aggregateEngine, ServiceContext context, DelegateConfiguration... delegateConfigurations)
dt
- the dtaggregateEngine
- the aggregate enginecontext
- the contextdelegateConfigurations
- the delegate configurationspublic 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
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.