| Constructor and Description |
|---|
DynamicFact(Object bean,
org.kie.api.definition.type.FactType typeDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object arg0) |
Set |
entrySet() |
Object |
get(Object fieldName) |
Object |
getFactObject()
Return the underlying fact itself.
|
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map arg0) |
Object |
remove(Object arg0) |
int |
size() |
Collection |
values() |
public DynamicFact(Object bean, org.kie.api.definition.type.FactType typeDef)
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object arg0)
containsValue in interface Map<String,Object>public Collection values()
public Object getFactObject()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.