|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransformService
The TransformService interface defines the TransformService concept. A TransformService is used to change a value from a human readable value, to the appropriate bit encoding for a particular paramter. Operations such as Shifting, Scaling, and XOR are just a few of the possible transforms.
IntegerScaleTransform,
IntegerTranslateTransform,
MaximumTransform,
MinimumTransform,
NegativeTransform,
NotTransform,
ShiftTransform,
XorTransform| Method Summary | |
|---|---|
java.lang.Object |
decode(java.lang.Object value)
Perform the decode method and return the Object result. |
java.lang.Object |
encode(java.lang.Object value)
Perform the encode method and return the Object result. |
| Method Detail |
|---|
java.lang.Object decode(java.lang.Object value)
Object result.
This API takes the machine readable format and converts it into human readable format.
value - java.lang.Object
Object) value.java.lang.Object encode(java.lang.Object value)
Object result.
This API takes the human readable format and converts it into machine readable format.
value - java.lang.Object
Object) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||