A B C D E F G H I J K L M N O P Q R S T U V W X Z

P

ParallelCorpus - Class in de.folt.models.datamodel.parallelcorpus
 
ParallelCorpus() - Constructor for class de.folt.models.datamodel.parallelcorpus.ParallelCorpus
 
ParallelCorpus(DataSourceProperties) - Constructor for class de.folt.models.datamodel.parallelcorpus.ParallelCorpus
 
ParallelCorpus(String) - Constructor for class de.folt.models.datamodel.parallelcorpus.ParallelCorpus
 
PartitionedFuzzyNodeTree<K,T> - Class in de.folt.fuzzy
This class implements a partitioned fuzzy node tree; the fuzzy node trees are partitioned into buckets where each bucket corresponds to the KEYSUm of the fuzzy node root. * The rationality behind this tree is to split up a fuzzy node into a tree consisting of several fuzzy node roots based on the key sum of the fuzzy node. * This helps to restrict the number of fuzzy nodes searched to a boundary around the key sum of a search fuzzy key.
PartitionedFuzzyNodeTree() - Constructor for class de.folt.fuzzy.PartitionedFuzzyNodeTree
 
paste() - Method in class de.folt.models.applicationmodel.guimodel.editor.datasourceeditor.OpenTMSXMLStyledText
 
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.SQLAnywhere10Dialect
 
PhraseTranslate - Class in de.folt.models.datamodel.phrasetranslate
Class implements a phrase translator (PT).
PhraseTranslate(String, String) - Constructor for class de.folt.models.datamodel.phrasetranslate.PhraseTranslate
 
PhraseTranslate(String, String, boolean) - Constructor for class de.folt.models.datamodel.phrasetranslate.PhraseTranslate
 
PhraseTranslate(String, String, boolean, boolean) - Constructor for class de.folt.models.datamodel.phrasetranslate.PhraseTranslate
 
PhraseTranslateResult - Class in de.folt.models.datamodel.phrasetranslate
 
PhraseTranslateResult() - Constructor for class de.folt.models.datamodel.phrasetranslate.PhraseTranslateResult
 
PhraseTranslateResult(int, Long[], String) - Constructor for class de.folt.models.datamodel.phrasetranslate.PhraseTranslateResult
 
PhraseTranslateResult(int, String, String) - Constructor for class de.folt.models.datamodel.phrasetranslate.PhraseTranslateResult
 
PhraseTranslateResult(Long[], String) - Constructor for class de.folt.models.datamodel.phrasetranslate.PhraseTranslateResult
 
PhraseTranslateResult(Long[], String, String) - Constructor for class de.folt.models.datamodel.phrasetranslate.PhraseTranslateResult
 
phraseTranslateResultsToGlossary() - Method in class de.folt.models.datamodel.phrasetranslate.PhraseTranslate
phraseTranslateResultsToGlossary write a csv separated string a glossary Element; <, >, & are converted to XML pendants
PreferencesContainer - Class in net.docliff.models.applicationmodel.guimodel.editor
 
PreferencesContainer() - Constructor for class net.docliff.models.applicationmodel.guimodel.editor.PreferencesContainer
 
PreferencesDialog - Class in net.docliff.models.applicationmodel.guimodel.editor
 
PreferencesDialog(Shell, PreferencesContainer, EditorConfiguration, XliffEditorForm) - Constructor for class net.docliff.models.applicationmodel.guimodel.editor.PreferencesDialog
 
println(String) - Static method in class de.folt.util.OpenTMSLogger
println prints a line to the current log file woth calling hierarchy and date/time information
printParameterInfoFor(Method) - Static method in class de.folt.util.OpenTMSSupportFunctions
 
printPhraseTranslateResults(String, Vector<PhraseTranslateResult>) - Method in class de.folt.models.datamodel.phrasetranslate.PhraseTranslate
printPhraseTranslateResults prints a vector of PhraseTranslateResult to stdout
process() - Method in class net.docliff.segmenter.SegmentProcess
 
processForAlignment() - Method in class net.docliff.segmenter.SegmentProcess
 
ProgressDialog - Class in de.folt.models.applicationmodel.guimodel.support
 
ProgressDialog(Shell, String, String, short) - Constructor for class de.folt.models.applicationmodel.guimodel.support.ProgressDialog
 
ProgressDialogSupport - Class in de.folt.models.applicationmodel.guimodel.support
 
ProgressDialogSupport(ProgressDialog) - Constructor for class de.folt.models.applicationmodel.guimodel.support.ProgressDialogSupport
 
pushToFuzzyNodeSearchThread(FuzzyNode<String, T>, FuzzyNode<String, T>, int) - Method in class de.folt.fuzzy.LanguagePartitionedFuzzyNodeTree
pushToFuzzyNodeSearchThread if there a threads given the processor number available runs a search in a new thread
put(StyleRange, OpenTMSStyleRangeProperty) - Method in class de.folt.models.applicationmodel.guimodel.support.OpenTMSStyleRangeProperties
 
put(MultiLingualObject) - Method in class de.folt.models.datamodel.MultiLingualObjectCollection
 
put(K, V) - Method in class de.folt.util.ObservableHashMap
 
put(K, V) - Method in class de.folt.util.ObservableHashtable
 
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

A B C D E F G H I J K L M N O P Q R S T U V W X Z