public interface ZeroHandler<Field>
Modifier and Type | Method and Description |
---|---|
boolean |
shouldGenerateAccessPath(AccessPath<Field> accPath)
If reading fields on a fact abstraction directly connected to a Zero fact, this handler is consulted
to decide if the field may be read.
|
boolean shouldGenerateAccessPath(AccessPath<Field> accPath)
accPath
- The AccessPath consisting of fields already read in addition to a new field to be read.