| Package | Description |
|---|---|
| com.clarkparsia.reachability |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode |
class |
EntityNode<E> |
class |
OrNode |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Node> |
Node.inputs |
protected Set<Node> |
Node.outputs |
| Modifier and Type | Method and Description |
|---|---|
Node |
ReachabilityGraph.createAndNode(Set<Node> inputs) |
Node |
ReachabilityGraph.createOrNode(Set<Node> inputs) |
Node |
ReachabilityGraph.getNullNode() |
Node |
ReachabilityGraph.getStartNode() |
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
Node.getInputs() |
Set<Node> |
Node.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addOutput(Node output) |
boolean |
Node.hasOutput(Node node) |
void |
Node.removeOutput(Node output) |
| Modifier and Type | Method and Description |
|---|---|
Node |
ReachabilityGraph.createAndNode(Set<Node> inputs) |
Node |
ReachabilityGraph.createOrNode(Set<Node> inputs) |
Copyright © 2019. All rights reserved.