net.sf.bddbddb.dataflow
Class PartialOrder.BeforeConstraint

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList
          extended by jwutil.collections.Pair
              extended by net.sf.bddbddb.dataflow.PartialOrder.Constraint
                  extended by net.sf.bddbddb.dataflow.PartialOrder.BeforeConstraint
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, java.lang.Iterable, java.util.Collection, java.util.List, jwutil.io.Textualizable
Enclosing class:
PartialOrder

public static class PartialOrder.BeforeConstraint
extends PartialOrder.Constraint

See Also:
Serialized Form

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.BeforeConstraint(Relation leftRel, Attribute leftAttr, Relation rightRel, Attribute rightAttr)
           
PartialOrder.BeforeConstraint(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

PartialOrder.BeforeConstraint

public PartialOrder.BeforeConstraint(Relation leftRel,
                                     Attribute leftAttr,
                                     Relation rightRel,
                                     Attribute rightAttr)
Parameters:
leftRel -
leftAttr -
rightRel -
rightAttr -

PartialOrder.BeforeConstraint

public PartialOrder.BeforeConstraint(Relation leftRel,
                                     Attribute leftAttr,
                                     Relation rightRel,
                                     Attribute rightAttr,
                                     double confidence)
Parameters:
leftRel -
leftAttr -
rightRel -
rightAttr -
confidence -
Method Detail

getType

public int getType()
Specified by:
getType in class PartialOrder.Constraint


Copyright © 2004-2008 Stanford SUIF Compiler Group. All Rights Reserved.