| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryOperatorEntity |
class |
LiteralEntity |
class |
UnaryOperatorEntity |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<NodeEntity,Long> |
NodeEntity_.id |
static javax.persistence.metamodel.SingularAttribute<BinaryOperatorEntity,NodeEntity> |
BinaryOperatorEntity_.leftNode |
static javax.persistence.metamodel.SingularAttribute<CohortEntity,NodeEntity> |
CohortEntity_.node |
static javax.persistence.metamodel.SingularAttribute<UnaryOperatorEntity,NodeEntity> |
UnaryOperatorEntity_.node |
static javax.persistence.metamodel.SingularAttribute<BinaryOperatorEntity,NodeEntity> |
BinaryOperatorEntity_.rightNode |
| Modifier and Type | Method and Description |
|---|---|
NodeEntity |
BinaryOperatorEntity.getLeftNode() |
NodeEntity |
CohortEntity.getNode() |
NodeEntity |
UnaryOperatorEntity.getNode() |
NodeEntity |
NodeToNodeEntityVisitor.getNodeEntity() |
NodeEntity |
BinaryOperatorEntity.getRightNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryOperatorEntity.setLeftNode(NodeEntity leftNode) |
void |
CohortEntity.setNode(NodeEntity node) |
void |
UnaryOperatorEntity.setNode(NodeEntity node) |
void |
BinaryOperatorEntity.setRightNode(NodeEntity rightNode) |
Copyright © 2012–2018 Emory University. All rights reserved.