|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.bddbddb.dataflow.Problem
public abstract class Problem
Problem
| Nested Class Summary | |
|---|---|
static interface |
Problem.Fact
|
static class |
Problem.TransferFunction
|
| Constructor Summary | |
|---|---|
Problem()
|
|
| Method Summary | |
|---|---|
boolean |
compare(Problem.Fact f1,
Problem.Fact f2)
|
abstract boolean |
direction()
|
abstract Problem.Fact |
getBoundary()
|
abstract Problem.TransferFunction |
getTransferFunction(Operation o)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Problem()
| Method Detail |
|---|
public abstract Problem.TransferFunction getTransferFunction(Operation o)
public abstract Problem.Fact getBoundary()
public abstract boolean direction()
public boolean compare(Problem.Fact f1,
Problem.Fact f2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||