org.drools.impl
Class StatefulKnowledgeSessionImpl.ObjectStoreWrapper
java.lang.Object
org.drools.impl.StatefulKnowledgeSessionImpl.AbstractImmutableCollection
org.drools.impl.StatefulKnowledgeSessionImpl.ObjectStoreWrapper
- All Implemented Interfaces:
- Iterable, Collection
- Enclosing class:
- StatefulKnowledgeSessionImpl
public static class StatefulKnowledgeSessionImpl.ObjectStoreWrapper
- extends StatefulKnowledgeSessionImpl.AbstractImmutableCollection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
store
public ObjectStore store
filter
public org.drools.runtime.ObjectFilter filter
type
public int type
OBJECT
public static final int OBJECT
- See Also:
- Constant Field Values
FACT_HANDLE
public static final int FACT_HANDLE
- See Also:
- Constant Field Values
StatefulKnowledgeSessionImpl.ObjectStoreWrapper
public StatefulKnowledgeSessionImpl.ObjectStoreWrapper(ObjectStore store,
org.drools.runtime.ObjectFilter filter,
int type)
contains
public boolean contains(Object object)
containsAll
public boolean containsAll(Collection c)
isEmpty
public boolean isEmpty()
size
public int size()
iterator
public Iterator<?> iterator()
toArray
public Object[] toArray()
toArray
public Object[] toArray(Object[] array)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.