Package io.dialob.executor.model
Interface Scope
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableScope
@Immutable public interface Scope extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ItemIdgetScopeId()Set<ItemId>getScopeItems()default ItemIdmapTo(ItemId itemId, boolean ignoreScopeItems)Maps item id to current evaluation scope.
-
-
-
Method Detail
-
getScopeId
@Nonnull @Parameter(order=-1000) ItemId getScopeId()
-
-