| Package | Description |
|---|---|
| net.sf.okapi.common.resource |
Interfaces and classes that represent the parsed resources attached to the
events sent by a filter.
|
| net.sf.okapi.common.skeleton |
Interfaces and classes for the skeleton objects.
|
| net.sf.okapi.lib.terminology | |
| net.sf.okapi.steps.common |
Classes implementing often-used steps.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,Property> |
TextPart.properties |
protected LinkedHashMap<String,Property> |
BaseNameable.properties |
protected LinkedHashMap<String,Property> |
BaseNameable.sourceProperties |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.clone()
Clones this property.
|
Property |
TextUnit.createTargetProperty(LocaleId locId,
String name,
boolean overwriteExisting,
int creationOptions) |
Property |
TextContainer.createTargetProperty(LocaleId locId,
String name,
boolean overwriteExisting,
int creationOptions)
This method is intentionally not supported with TextContainer.
|
Property |
INameable.createTargetProperty(LocaleId locId,
String name,
boolean overwriteExisting,
int creationOptions)
Creates or get a target property based on the corresponding source.
|
Property |
BaseNameable.createTargetProperty(LocaleId locId,
String name,
boolean overwriteExisting,
int creationOptions) |
Property |
TextUnit.getProperty(String name) |
Property |
TextPart.getProperty(String name) |
Property |
TextContainer.getProperty(String name) |
Property |
IWithProperties.getProperty(String name)
Gets the resource-level property for a given name.
|
Property |
BaseNameable.getProperty(String name) |
Property |
TextUnit.getSourceProperty(String name) |
Property |
TextContainer.getSourceProperty(String name)
This method is intentionally not supported with TextContainer.
|
Property |
IWithBilingualProperties.getSourceProperty(String name)
Gets the source property for a given name.
|
Property |
BaseNameable.getSourceProperty(String name) |
Property |
TextUnit.getTargetProperty(LocaleId locId,
String name) |
Property |
TextContainer.getTargetProperty(LocaleId locId,
String name)
This method is intentionally not supported with TextContainer.
|
Property |
IWithBilingualProperties.getTargetProperty(LocaleId locId,
String name)
Gets the target property for a given name and target locale.
|
Property |
BaseNameable.getTargetProperty(LocaleId locId,
String name) |
Property |
TextUnit.setProperty(Property property) |
Property |
TextPart.setProperty(Property property) |
Property |
TextContainer.setProperty(Property property) |
Property |
IWithProperties.setProperty(Property property)
Sets a resource-level property.
|
Property |
BaseNameable.setProperty(Property property) |
Property |
TextUnit.setSourceProperty(Property property) |
Property |
TextContainer.setSourceProperty(Property property)
This method is intentionally not supported with TextContainer.
|
Property |
IWithBilingualProperties.setSourceProperty(Property property)
Sets a source property.
|
Property |
BaseNameable.setSourceProperty(Property property) |
Property |
TextUnit.setTargetProperty(LocaleId locId,
Property property) |
Property |
TextContainer.setTargetProperty(LocaleId locId,
Property property)
This method is intentionally not supported with TextContainer.
|
Property |
IWithBilingualProperties.setTargetProperty(LocaleId locId,
Property property)
Sets a target property.
|
Property |
BaseNameable.setTargetProperty(LocaleId locId,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
TargetPropertiesAnnotation.get(LocaleId locId)
Gets the properties for a given target locale.
|
protected LinkedHashMap<String,Property> |
TextUnit.getProperties() |
protected LinkedHashMap<String,Property> |
TextContainer.getProperties() |
protected LinkedHashMap<String,Property> |
BaseNameable.getProperties() |
protected LinkedHashMap<String,Property> |
BaseNameable.getSourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
Property |
TextUnit.setProperty(Property property) |
Property |
TextPart.setProperty(Property property) |
Property |
TextContainer.setProperty(Property property) |
Property |
IWithProperties.setProperty(Property property)
Sets a resource-level property.
|
Property |
BaseNameable.setProperty(Property property) |
Property |
TextUnit.setSourceProperty(Property property) |
Property |
TextContainer.setSourceProperty(Property property)
This method is intentionally not supported with TextContainer.
|
Property |
IWithBilingualProperties.setSourceProperty(Property property)
Sets a source property.
|
Property |
BaseNameable.setSourceProperty(Property property) |
Property |
TextUnit.setTargetProperty(LocaleId locId,
Property property) |
Property |
TextContainer.setTargetProperty(LocaleId locId,
Property property)
This method is intentionally not supported with TextContainer.
|
Property |
IWithBilingualProperties.setTargetProperty(LocaleId locId,
Property property)
Sets a target property.
|
Property |
BaseNameable.setTargetProperty(LocaleId locId,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetPropertiesAnnotation.set(LocaleId locId,
Map<String,Property> properties)
Sets properties for a given target locale.
|
protected void |
TextUnit.setProperties(LinkedHashMap<String,Property> properties) |
protected void |
TextContainer.setProperties(LinkedHashMap<String,Property> properties) |
protected void |
BaseNameable.setProperties(LinkedHashMap<String,Property> properties) |
protected void |
BaseNameable.setSourceProperties(LinkedHashMap<String,Property> sourceProperties) |
| Modifier and Type | Method and Description |
|---|---|
Property |
StorageList.createTargetProperty(LocaleId locId,
String name,
boolean overwrite,
int creationOptions) |
Property |
StorageList.getProperty(String name) |
Property |
StorageList.getSourceProperty(String name) |
Property |
StorageList.getTargetProperty(LocaleId language,
String name) |
Property |
StorageList.setProperty(Property property) |
Property |
StorageList.setSourceProperty(Property property) |
Property |
StorageList.setTargetProperty(LocaleId language,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
Property |
StorageList.setProperty(Property property) |
Property |
StorageList.setSourceProperty(Property property) |
Property |
StorageList.setTargetProperty(LocaleId language,
Property property) |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,Property> |
BaseEntry.props |
| Modifier and Type | Method and Description |
|---|---|
Property |
BaseEntry.getProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEntry.setProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEntry.setProperties(LinkedHashMap<String,Property> props) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtractionVerificationUtil.compareProperties(Property p1,
Property p2)
Compare two Properties
|
Copyright © 2021. All rights reserved.