Uses of Interface
org.kie.api.definition.type.FactType
Packages that use FactType
Package
Description
Base KIE API classes.
All classes to create definitions, as built by the KieBuilder from artifact resources, can be found here.
-
Uses of FactType in org.kie.api
Methods in org.kie.api that return FactTypeModifier and TypeMethodDescriptionKieBase.getFactType(String packageName, String typeName) Returns a reference to theFactTypeidentified by the given package and type names. -
Uses of FactType in org.kie.api.definition
Methods in org.kie.api.definition that return types with arguments of type FactTypeModifier and TypeMethodDescriptionKiePackage.getFactTypes()Return the fact types declared in this package The collection is immutable.