| Package | Description |
|---|---|
| org.kuali.rice.krms.api.engine |
| Modifier and Type | Method and Description |
|---|---|
Facts.Builder |
Facts.Builder.addFact(String termName,
Map<String,String> termParameters,
Object factValue)
Add a fact mapping from the name and parameter map combination to the fact value
|
Facts.Builder |
Facts.Builder.addFact(String termName,
Object factValue)
Add a fact mapping from the term name to the fact value
|
Facts.Builder |
Facts.Builder.addFact(Term term,
Object factValue)
Add a fact mapping from the
Term to the fact value |
Facts.Builder |
Facts.Builder.addFactsByName(Map<String,Object> facts)
Add facts in bulk to this Facts parameter object
|
Facts.Builder |
Facts.Builder.addFactsByTerm(Map<Term,Object> facts)
Add facts in bulk to this Facts parameter object
|
static Facts.Builder |
Facts.Builder.create()
Static factory method to produce instances of this
Facts.Builder class |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.