|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
net.sf.bddbddb | |
net.sf.bddbddb.dataflow | |
net.sf.bddbddb.ir.highlevel |
Uses of Attribute in net.sf.bddbddb |
---|
Methods in net.sf.bddbddb that return Attribute | |
---|---|
static Attribute |
Attribute.fromXMLElement(org.jdom.Element e,
XMLFactory f)
|
Attribute |
BDDRelation.getAttribute(net.sf.javabdd.BDDDomain d)
Get the attribute that is assigned to the given BDDDomain. |
Attribute |
Relation.getAttribute(int x)
Get the attribute at the given index. |
Attribute |
Relation.getAttribute(java.lang.String x)
Get the attribute with the given name. |
Attribute |
RuleTerm.getAttribute(Variable v)
|
Attribute |
InferenceRule.getAttribute(Variable v)
Returns the attribute associated with the given variable. |
Methods in net.sf.bddbddb with parameters of type Attribute | |
---|---|
net.sf.javabdd.BDDDomain |
BDDRelation.getBDDDomain(Attribute a)
Get the BDDDomain that matches the given attribute, or null if the attribute hasn't been assigned one yet. |
Uses of Attribute in net.sf.bddbddb.dataflow |
---|
Methods in net.sf.bddbddb.dataflow that return Attribute | |
---|---|
Attribute |
PartialOrder.Constraint.getLeftAttribute()
|
Attribute |
PartialOrder.Constraint.getRightAttribute()
|
Methods in net.sf.bddbddb.dataflow with parameters of type Attribute | |
---|---|
java.util.List |
PartialOrder.Constraints.removeInvolving(Attribute a)
|
Constructors in net.sf.bddbddb.dataflow with parameters of type Attribute | |
---|---|
PartialOrder.BeforeConstraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr)
|
|
PartialOrder.BeforeConstraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr,
double confidence)
|
|
PartialOrder.Constraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr)
|
|
PartialOrder.Constraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr,
double confidence)
|
|
PartialOrder.InterleavedConstraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr)
|
|
PartialOrder.InterleavedConstraint(Relation leftRel,
Attribute leftAttr,
Relation rightRel,
Attribute rightAttr,
double confidence)
|
Uses of Attribute in net.sf.bddbddb.ir.highlevel |
---|
Methods in net.sf.bddbddb.ir.highlevel that return Attribute | |
---|---|
Attribute |
GenConstant.getAttribute()
|
Attribute |
JoinConstant.getAttribute()
|
Constructors in net.sf.bddbddb.ir.highlevel with parameters of type Attribute | |
---|---|
GenConstant(Relation r0,
Attribute a,
long value)
|
|
JoinConstant(Relation r0,
Relation r1,
Attribute a,
long value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |