public interface NamedType
A runtime representation of a fact declaration. Every FactBuilder is eventually
turned into an instance of this interface.
-
Nested Class Summary
Nested Classes
static interface
The Resolver interface is used to resolve named types based on their declared name.
-
Method Summary
Method returns engine's internal
Type of a fact declaration
Returns name of a fact declaration, for example "$customer"
default boolean
-
Method Details
-
getType
Method returns engine's internal Type of a fact declaration
- Returns:
- runtime type of fact declaration
-
getVarName
Returns name of a fact declaration, for example "$customer"
- Returns:
- name of a fact declaration
-