| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.comm | |
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryOperator |
class |
Literal |
class |
UnaryOperator |
| Modifier and Type | Method and Description |
|---|---|
Node |
BinaryOperator.getLeftNode() |
Node |
UnaryOperator.getNode() |
Node |
Cohort.getNode() |
Node |
BinaryOperator.getRightNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryOperator.setLeftNode(Node leftNode) |
void |
UnaryOperator.setNode(Node node) |
void |
Cohort.setNode(Node node) |
void |
BinaryOperator.setRightNode(Node rightNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
UnaryOperatorEntity.toNode() |
abstract Node |
NodeEntity.toNode() |
Node |
LiteralEntity.toNode() |
Node |
BinaryOperatorEntity.toNode() |
Copyright © 2012–2016 Emory University. All rights reserved.