T
- the type of the values of the tensorR
- the type of the tensorbacked objectpublic class ConversionOperationExpression<T,R> extends AbstractDeferredExpression<R> implements java.io.Serializable
Constructor and Description |
---|
ConversionOperationExpression(Conversion<T,R> operation,
Expression<? extends T> source) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Node> |
getChildren()
Has to return the children of the node.
|
Conversion<T,R> |
getOperation() |
Expression<? extends T> |
getSource() |
int |
hashCode() |
java.lang.String |
toString() |
get, isResolved
public ConversionOperationExpression(Conversion<T,R> operation, Expression<? extends T> source)
public java.util.List<Node> getChildren()
Node
null
getChildren
in interface Node
public Expression<? extends T> getSource()
public Conversion<T,R> getOperation()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object