| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object
|
+--ncsa.horizon.util.DataFilter
|
+--ncsa.horizon.util.TrivialDataFilter
The transform methods simply return references to the input value unchanged.
| Method Summary | |
| java.lang.Object | forward(java.lang.Object inval)
apply a forward transform to the datum. |
| java.lang.Object | reverse(java.lang.Object inval)
apply a reverse transform to the datum. |
| boolean | supportsForwardType(java.lang.Class type)
return true if the this filter can support a given type as input to the forward transformation. |
| boolean | supportsReverseType(java.lang.Class type)
return true if the this filter can support a given type as input to the reverse transformation. |
| Methods inherited from class ncsa.horizon.util.DataFilter | |
| clone, forward, reverse, supportsForwardType, supportsReverseType | |
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Method Detail |
public java.lang.Object forward(java.lang.Object inval)
public java.lang.Object reverse(java.lang.Object inval)
public boolean supportsForwardType(java.lang.Class type)
public boolean supportsReverseType(java.lang.Class type)
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||