Uses of Class
net.sf.bddbddb.order.OrderConstraint

Packages that use OrderConstraint
net.sf.bddbddb   
net.sf.bddbddb.order   
 

Uses of OrderConstraint in net.sf.bddbddb
 

Methods in net.sf.bddbddb with parameters of type OrderConstraint
 ConstraintInfo FindBestDomainOrder.ConstraintInfoCollection.getInfo(OrderConstraint c)
           
 ConstraintInfo FindBestDomainOrder.ConstraintInfoCollection.getOrCreateInfo(OrderConstraint c)
           
 

Uses of OrderConstraint in net.sf.bddbddb.order
 

Subclasses of OrderConstraint in net.sf.bddbddb.order
static class OrderConstraint.AfterConstraint
           
static class OrderConstraint.BeforeConstraint
           
static class OrderConstraint.InterleaveConstraint
           
 

Methods in net.sf.bddbddb.order that return OrderConstraint
static OrderConstraint OrderConstraint.fromXMLElement(org.jdom.Element e, XMLFactory f)
           
 OrderConstraint WekaInterface.OrderAttribute.getConstraint(weka.core.Instance i)
           
 OrderConstraint WekaInterface.OrderAttribute.getConstraint(int k)
           
abstract  OrderConstraint OrderConstraint.getOpposite1()
           
 OrderConstraint OrderConstraint.BeforeConstraint.getOpposite1()
           
 OrderConstraint OrderConstraint.AfterConstraint.getOpposite1()
           
 OrderConstraint OrderConstraint.InterleaveConstraint.getOpposite1()
           
abstract  OrderConstraint OrderConstraint.getOpposite2()
           
 OrderConstraint OrderConstraint.BeforeConstraint.getOpposite2()
           
 OrderConstraint OrderConstraint.AfterConstraint.getOpposite2()
           
 OrderConstraint OrderConstraint.InterleaveConstraint.getOpposite2()
           
static OrderConstraint OrderConstraint.makeConstraint(int type, java.lang.Object a, java.lang.Object b)
           
static OrderConstraint OrderConstraint.makeInterleaveConstraint(java.lang.Object a, java.lang.Object b)
           
static OrderConstraint OrderConstraint.makePrecedenceConstraint(java.lang.Object a, java.lang.Object b)
           
 

Methods in net.sf.bddbddb.order with parameters of type OrderConstraint
 int OrderConstraint.compareTo(OrderConstraint o)
           
 boolean OrderConstraintSet.constrain(OrderConstraint c)
           
 boolean OrderConstraint.equals(OrderConstraint that)
           
static int WekaInterface.getType(OrderConstraint oc)
           
abstract  boolean OrderConstraint.isOpposite(OrderConstraint that)
           
 boolean OrderConstraint.BeforeConstraint.isOpposite(OrderConstraint that)
           
 boolean OrderConstraint.AfterConstraint.isOpposite(OrderConstraint that)
           
 boolean OrderConstraint.InterleaveConstraint.isOpposite(OrderConstraint that)
           
static WekaInterface.OrderAttribute WekaInterface.makeOrderAttribute(OrderConstraint c)
           
 boolean Order.obeysConstraint(OrderConstraint c)
          Returns true if this order obeys the given constraint.
 

Constructors in net.sf.bddbddb.order with parameters of type OrderConstraint
ConstraintInfo(OrderConstraint c)
          Construct a new ConstraintInfo.
 



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