| Package | Description |
|---|---|
| net.sf.okapi.common |
Classes commonly used across the whole Okapi Framework.
|
| net.sf.okapi.common.filters |
Interfaces and base classes to implement filters
|
| net.sf.okapi.steps.wordcount.categorized |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.fromString(String value) |
EventType |
Event.getEventType()
Gets the type of this event.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setEventType(EventType filterEventType) |
| Constructor and Description |
|---|
Event(EventType filterEventType)
Creates a new event without any associated resource.
|
Event(EventType filterEventType,
IResource resource)
Creates a new event with an associated resource.
|
Event(EventType filterEventType,
IResource resource,
ISkeleton skeleton)
Creates a new event with an associated resource and a skeleton object.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractLineFilter.sendEvent(EventType eventType,
IResource res) |
protected boolean |
AbstractLineFilter.sendEvent(int index,
EventType eventType,
IResource res) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryResolver.resolve(IResource res,
EventType eventType) |
Copyright © 2021. All rights reserved.