C D F G I L O P Q R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CENTER - org.openbase.jul.processing.StringProcessor.Alignment
D
- deserialize(B, A) - Method in interface org.openbase.jul.processing.Processor
- deserialize(File) - Method in interface org.openbase.jul.processing.FileProcessor
F
- FileProcessor<A> - Interface in org.openbase.jul.processing
- fillWithSpaces(String, int) - Static method in class org.openbase.jul.processing.StringProcessor
-
Method fills the given input string with width-spaces until the given string length is reached.
- fillWithSpaces(String, int, StringProcessor.Alignment) - Static method in class org.openbase.jul.processing.StringProcessor
-
Method fills the given input string with width-spaces until the given string length is reached.
- formatHumanReadable(String) - Static method in class org.openbase.jul.processing.StringProcessor
G
- getName() - Method in interface org.openbase.jul.processing.VariableProvider
-
Method return the name of this provider.
- getName() - Method in class org.openbase.jul.processing.VariableStore
- getValue(String) - Method in interface org.openbase.jul.processing.VariableProvider
- getValue(String) - Method in class org.openbase.jul.processing.VariableStore
-
Resolves the value for the given key.
- getValue(String, String) - Method in interface org.openbase.jul.processing.VariableProvider
- getValues(String) - Method in interface org.openbase.jul.processing.VariableProvider
-
Method resolves all variables whose name contains the given identifier.
- getValues(String) - Method in class org.openbase.jul.processing.VariableStore
-
Method resolves all variables whose name contains the given identifier.
I
- insertSpaceBetweenPascalCase(String) - Static method in class org.openbase.jul.processing.StringProcessor
L
- LEFT - org.openbase.jul.processing.StringProcessor.Alignment
- logger - Static variable in class org.openbase.jul.processing.QuaternionEulerTransform
O
- org.openbase.jul.processing - package org.openbase.jul.processing
P
- Processor<A,B> - Interface in org.openbase.jul.processing
Q
- QuaternionEulerTransform - Class in org.openbase.jul.processing
- QuaternionEulerTransform() - Constructor for class org.openbase.jul.processing.QuaternionEulerTransform
R
- removeDoubleWhiteSpaces(String) - Static method in class org.openbase.jul.processing.StringProcessor
- removeWhiteSpaces(String) - Static method in class org.openbase.jul.processing.StringProcessor
-
Remove all white spaces (spaces, tabs, ...) from the input string.
- replaceHyphenWithUnderscore(String) - Static method in class org.openbase.jul.processing.StringProcessor
- resolveVariable(String, Collection<VariableProvider>) - Static method in class org.openbase.jul.processing.VariableProcessor
- resolveVariable(String, VariableProvider...) - Static method in class org.openbase.jul.processing.VariableProcessor
- resolveVariables(String, boolean, Collection<VariableProvider>) - Static method in class org.openbase.jul.processing.VariableProcessor
- resolveVariables(String, boolean, VariableProvider...) - Static method in class org.openbase.jul.processing.VariableProcessor
- RIGHT - org.openbase.jul.processing.StringProcessor.Alignment
S
- serialize(A, B) - Method in interface org.openbase.jul.processing.Processor
- store(String, String) - Method in class org.openbase.jul.processing.VariableStore
-
Stores the key value pair into the variable Store.
- StringProcessor - Class in org.openbase.jul.processing
-
* @author Divine Divine
- StringProcessor() - Constructor for class org.openbase.jul.processing.StringProcessor
- StringProcessor.Alignment - Enum in org.openbase.jul.processing
T
- transform(double, double, double) - Static method in class org.openbase.jul.processing.QuaternionEulerTransform
-
Conversion: By combining the quaternion representations of the Euler rotations we get for the Body 3-2-1 sequence, where the airplane first does yaw (Body-Z) turn during taxiing on the runway, then vector3d.yes (Body-Y) during take-off, and finally rolls (Body-X) in the air.
- transform(Quat4d) - Static method in class org.openbase.jul.processing.QuaternionEulerTransform
-
Conversion from quaternion to Euler rotation.
- transform(Vector3d) - Static method in class org.openbase.jul.processing.QuaternionEulerTransform
- transformCollectionToString(Collection<ENTRY>, String, Filter<ENTRY>...) - Static method in class org.openbase.jul.processing.StringProcessor
-
Method calls toString on each entry of the given collection and builds a string where each entry is separated by the given separator.
- transformCollectionToString(Collection<ENTRY>, Transformer<ENTRY, String>, String, Filter<ENTRY>...) - Static method in class org.openbase.jul.processing.StringProcessor
-
Method calls toString on each entry of the given collection and builds a string where each entry is separated by the given separator.
- transformFirstCharToLowerCase(String) - Static method in class org.openbase.jul.processing.StringProcessor
- transformFirstCharToUpperCase(String) - Static method in class org.openbase.jul.processing.StringProcessor
- transformToCamelCase(String) - Static method in class org.openbase.jul.processing.StringProcessor
- transformToIdString(String) - Static method in class org.openbase.jul.processing.StringProcessor
- transformToKebabCase(String) - Static method in class org.openbase.jul.processing.StringProcessor
- transformToNormalizedFileName(String) - Static method in class org.openbase.jul.processing.StringProcessor
-
Method normalizes a string into a simple file name by removing duplicated path limiters.
- transformToPascalCase(String) - Static method in class org.openbase.jul.processing.StringProcessor
- transformToUpperCase(String) - Static method in class org.openbase.jul.processing.StringProcessor
- transformUpperCaseToPascalCase(String) - Static method in class org.openbase.jul.processing.StringProcessor
V
- valueOf(String) - Static method in enum org.openbase.jul.processing.StringProcessor.Alignment
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openbase.jul.processing.StringProcessor.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARIABLE_INITIATOR - Static variable in interface org.openbase.jul.processing.VariableProvider
- VARIABLE_TERMINATOR - Static variable in interface org.openbase.jul.processing.VariableProvider
- VariableProcessor - Class in org.openbase.jul.processing
-
* @author Divine Divine Threepwood
- VariableProvider - Interface in org.openbase.jul.processing
-
* @author Divine Divine Threepwood
- VariableStore - Class in org.openbase.jul.processing
- VariableStore(String) - Constructor for class org.openbase.jul.processing.VariableStore
- VersionProcessor - Class in org.openbase.jul.processing
- VersionProcessor() - Constructor for class org.openbase.jul.processing.VersionProcessor
All Classes All Packages