Package org.jpmml.sparkml
Class AliasExpression
java.lang.Object
org.dmg.pmml.PMMLObject
org.dmg.pmml.Expression
org.jpmml.sparkml.AliasExpression
- All Implemented Interfaces:
Serializable,org.dmg.pmml.HasExpression<AliasExpression>,org.dmg.pmml.HasLocator,org.dmg.pmml.Visitable
public class AliasExpression
extends org.dmg.pmml.Expression
implements org.dmg.pmml.HasExpression<AliasExpression>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.dmg.pmml.VisitorActionaccept(org.dmg.pmml.Visitor visitor) org.dmg.pmml.ExpressiongetName()org.dmg.pmml.ExpressionsetExpression(org.dmg.pmml.Expression expression) static org.dmg.pmml.Expressionunwrap(org.dmg.pmml.Expression expression) Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
Constructor Details
-
AliasExpression
-
-
Method Details
-
getName
-
setName
-
requireExpression
public org.dmg.pmml.Expression requireExpression()- Specified by:
requireExpressionin interfaceorg.dmg.pmml.HasExpression<AliasExpression>
-
getExpression
public org.dmg.pmml.Expression getExpression()- Specified by:
getExpressionin interfaceorg.dmg.pmml.HasExpression<AliasExpression>
-
setExpression
- Specified by:
setExpressionin interfaceorg.dmg.pmml.HasExpression<AliasExpression>
-
accept
public org.dmg.pmml.VisitorAction accept(org.dmg.pmml.Visitor visitor) - Specified by:
acceptin interfaceorg.dmg.pmml.Visitable
-
unwrap
public static org.dmg.pmml.Expression unwrap(org.dmg.pmml.Expression expression)
-