S - the ScopeType tree that this scope belongs to.public interface ScopeInstance<S extends ScopeType<S>>
ScopeType. For example, each task in a process could be a different scope.
Note: ScopeInstances will be rendered using #toString(), and will be compared using
#equals(Object). It is important to implement appropriate #equals(Object) and #hashCode()
for correct functionality of SharedResourcesBroker. For example, if a scope for the same task is created
in two different locations, they should still be equal under #equals(Object).
| Modifier and Type | Method and Description |
|---|---|
String |
getScopeId() |
S |
getType() |