Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.transform
Interface OraExpressionTransform.OraExpressionElement

Enclosing interface:
OraExpressionTransform

public static interface OraExpressionTransform.OraExpressionElement

OraExpressionElement is used to encapsulate the per attribute expression inverse expression details.


Method Summary
 java.lang.String getExpression()
          Returns the expression specified for the transformation with the given input attribute name.
 java.lang.String getInputAttributeName()
          Returns the array of input attributes for the specified input attribute.
 java.lang.String getInverseExpression()
          Returns the inverse expression specified for the transformation with the given input attribute name.

 

Method Detail

getExpression

public java.lang.String getExpression()
Returns the expression specified for the transformation with the given input attribute name.
Returns:
String

getInverseExpression

public java.lang.String getInverseExpression()
Returns the inverse expression specified for the transformation with the given input attribute name.
Returns:
String

getInputAttributeName

public java.lang.String getInputAttributeName()
Returns the array of input attributes for the specified input attribute.
Returns:

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.