ConcreteDependable
- Implements: IDependable
A set of constructs to be used as a dependable.
This class can be used when a set of constructs which are disjoint in the construct tree needs to be combined to be used as a single dependable.
Initializers
import com.aliyun.ros.cdk.core.ConcreteDependable;
new ConcreteDependable();
| Name | Type | Description |
|---|---|---|
Methods
| Name | Description |
|---|---|
add |
Add a construct to the dependency roots. |
add
public void add(IConstruct construct)
Add a construct to the dependency roots.
- Type: IConstruct