Package | Description |
---|---|
casa.jade | |
jade.content.onto | |
jade.semantics.kbase.filters |
Provides all generic filters needed by the default
FilterKBase provided by the JSA framework. |
jade.semantics.kbase.filters.std | |
jade.util.leap |
This package contains a set of classes that provides a replacement
for the Java collection framework that is not supported by J2ME.
|
Modifier and Type | Class and Description |
---|---|
class |
CASAkbFiltersDefinition
Filter definitions to match patterns like (B Alice exp) and put or get the
expression in Alice's own (sub) belief base
|
class |
SingleNumValueDefinition
General class that defines single value predicat.
|
class |
SingleValueDefinition
General class that defines single value predicate.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Collection |
AggregateHelper.createConcreteJadeCollection(Class clazz) |
Modifier and Type | Class and Description |
---|---|
class |
FiltersDefinition
Sorted list of
FilterDefinition . |
Modifier and Type | Class and Description |
---|---|
class |
BuiltInPredicateFilters |
class |
CFPFilters |
class |
EventMemoryFilters |
class |
NestedBeliefFilters |
Modifier and Type | Interface and Description |
---|---|
interface |
List
The LEAP (environment-dependent) version of the &qote;java.util.List&qote; interface.
|
interface |
Set
The LEAP (environment-dependent) version of the &qote;java.util.Set&qote; interface.
|
interface |
SortedSet
The LEAP (environment-dependent) version of the &qote;java.util.SortedSet&qote; interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayList
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
|
class |
HashSet |
class |
LinkedList
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
|
class |
SortedSetImpl
The LEAP (environment-dependent) implementation of the &qote;SortedSet&qote; interface.
|
Modifier and Type | Field and Description |
---|---|
private Collection |
HashMap.values
Proxy to the realHiddenMap values Collection
|
Modifier and Type | Method and Description |
---|---|
Collection |
Map.values()
Returns a Collection view of the values contained in this map.
|
Collection |
HashMap.values() |
Modifier and Type | Method and Description |
---|---|
boolean |
HashSet.addAll(Collection c) |
boolean |
HashSet.containsAll(Collection c) |
boolean |
HashSet.removeAll(Collection c) |
Constructor and Description |
---|
HashSet(Collection c) |