Package | Description |
---|---|
edu.rice.hj.api |
The base package for all Habanero-Java API.
|
edu.rice.hj.experimental | |
edu.rice.hj.runtime.baseruntime | |
edu.rice.hj.runtime.eureka | |
edu.rice.hj.runtime.javafj | |
edu.rice.hj.runtime.sequential |
The base package for a sequential implementation of the HJ runtime.
|
Modifier and Type | Method and Description |
---|---|
<L,R> HjBinaryEureka<L,R> |
HjRuntime.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
Modifier and Type | Method and Description |
---|---|
static <L,R> HjBinaryEureka<L,R> |
ModuleZ.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
Modifier and Type | Method and Description |
---|---|
<L,R> HjBinaryEureka<L,R> |
BaseRuntime.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
Modifier and Type | Class and Description |
---|---|
class |
HjBinaryEurekaImpl<L,R>
Represents an binary logical expression between two Eureka instances.
|
static class |
HjBinaryEurekaImpl.HjConjunctiveEurekaImpl<L,R>
Represents an binary logical AND expression between two Eureka instances.
|
static class |
HjBinaryEurekaImpl.HjDisjunctiveEurekaImpl<L,R>
Represents an binary logical OR expression between two Eureka instances.
|
Modifier and Type | Method and Description |
---|---|
<L,R> HjBinaryEureka<L,R> |
JavaForkJoinRuntime.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
Modifier and Type | Method and Description |
---|---|
<L,R> HjBinaryEureka<L,R> |
SequentialRuntime.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.