public interface NamedType
A runtime representation of a fact declaration. Every FactBuilder is eventually
turned into an instance of this interface.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NamedType.Resolver |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns name of a fact declaration, for example "$customer"
|
Type<?> |
getType()
Method returns engine's internal
Type of a fact declaration |
Copyright © 2021. All rights reserved.