JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
ch.tocco.nice2.optional.drools.api.facts
Interface EntityFactFactory
All Known Implementing Classes:
EntityFactFactoryImpl
public interface
EntityFactFactory
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
EntityFact
createFact
(
Entity
entity)
create a fact from an entity
Method Details
createFact
EntityFact
createFact
(
Entity
entity)
create a fact from an entity
Parameters:
entity
- the entity to create the fact for
Returns:
the created fact