class RTObject_impl.ec_copy extends java.lang.Object implements operatorFunc
| Constructor and Description |
|---|
ec_copy(ExecutionContextListHolder eclist)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
operator(ExecutionContextService ecs)
Stores EC in the list.
|
void |
operator(java.lang.Object elem)
Stores EC in the list.
|
public ec_copy(ExecutionContextListHolder eclist)
eclist -
List of ExecutionContextpublic void operator(java.lang.Object elem)
operator in interface operatorFuncelem -
ExecutionContextpublic void operator(ExecutionContextService ecs)
ecs -
ExecutionContext