public class Dependency extends Object implements Serializable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Class and Description |
---|---|
static class |
Dependency.DependencyType
Indicates whether the next task/script should start after completion
(finish) of the previous one or on its fail/pass.
|
Constructor and Description |
---|
Dependency(int dependencyUID,
Dependency.DependencyType type)
Create a dependency instance.
|
Modifier and Type | Method and Description |
---|---|
Dependency.DependencyType |
getType()
Get the dependency type.
|
String |
toString()
Get the string representation for debugging purposes.
|
public Dependency(int dependencyUID, Dependency.DependencyType type)
dependencyUID
- unique ID.type
- the dependency type.public Dependency.DependencyType getType()