|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList
jwutil.collections.Pair
net.sf.bddbddb.dataflow.PartialOrder.Constraint
net.sf.bddbddb.dataflow.PartialOrder.InterleavedConstraint
public static class PartialOrder.InterleavedConstraint
| Field Summary |
|---|
| Fields inherited from class net.sf.bddbddb.dataflow.PartialOrder.Constraint |
|---|
BEFORE, INTERLEAVED |
| Fields inherited from class jwutil.collections.Pair |
|---|
left, right |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
PartialOrder.InterleavedConstraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr)
|
|
PartialOrder.InterleavedConstraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr,
double confidence)
|
|
| Method Summary | |
|---|---|
int |
getType()
|
| Methods inherited from class net.sf.bddbddb.dataflow.PartialOrder.Constraint |
|---|
compareTo, getLeftAttribute, getLeftRelation, getLeftRelationAttrPair, getRightAttribute, getRightRelation, getRightRelationAttrPair, isBeforeConstraint, isInterleavedConstraint, toString |
| Methods inherited from class jwutil.collections.Pair |
|---|
addEdge, get, set, size, write, writeEdges |
| Methods inherited from class java.util.AbstractList |
|---|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public PartialOrder.InterleavedConstraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr)
leftRel - leftAttr - rightRel - rightAttr -
public PartialOrder.InterleavedConstraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr,
double confidence)
leftRel - leftAttr - rightRel - rightAttr - confidence - | Method Detail |
|---|
public int getType()
getType in class PartialOrder.Constraint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||