| Interface | Description |
|---|---|
| Filterable |
The interface for filterable objects
|
| RemoteAccess |
Interface implemented by ACSRemoteAccess and simulatorRemoteAccess.
|
| Class | Description |
|---|---|
| DataNode |
This class is a wrapper for
org.w3c.dom.Node with the
addition of a method, specific for the Data log entry
getName(). |
| ExactFilter |
The filter for the
Constraint EXACT type. |
| Filter |
A Filter is a class used for filtering LogEntries.
|
| FiltersVector | |
| LogMatcher |
Objects from this class checks if a log matches with the constraints.
|
| MinMaxFilter |
The filter for filter
Constraint types MINMAX, MINIMUM and MAXIMUMMINMAX. |
| RegExpFilter |
The filter for the
Constraint REGEXP type. |
| VectorNodeList |
This class provides a default implementation of
org.w3c.dom.NodeList. |
| Enum | Description |
|---|---|
| Filter.Constraint |
The possible comparison types
|
| Exception | Description |
|---|---|
| InvalidFilterConstraintException |
Specifies an Exception thrown when an invalid contraint is applied.
|
| LogEngineException |
The exceptions generated by the engine
|