|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.mit.sketch.ddg.ConstraintGraphEdge
edu.mit.sketch.ddg.ConstraintGraphEdgeLabelled
public class ConstraintGraphEdgeLabelled
Represents a directed edge from one Primitive to another in the constraint graph. In addition to a regular constraint edge, stores the name of the constraint that it belongs to.
ConstraintGraphEdgeLabelled.java Created: Sat Nov 21 18:26:00 2001
| Constructor Summary | |
|---|---|
ConstraintGraphEdgeLabelled(ConstraintGraphEdge edge,
Constraint constraint)
Constructs an edge from a given edge, given the name of the constraint |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone the edge |
Constraint |
constraint()
Get the constraint |
java.lang.String |
constraintClass()
Get the type of the constraint |
java.lang.String |
constraintName()
Get the name of the constraint |
| Methods inherited from class edu.mit.sketch.ddg.ConstraintGraphEdge |
|---|
confidence, endPrimitive, equals, print, relevance, setConfidence, setEndPrimitive, setRelevance, setStartPrimitive, startPrimitive |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstraintGraphEdgeLabelled(ConstraintGraphEdge edge,
Constraint constraint)
| Method Detail |
|---|
public java.lang.String constraintName()
public java.lang.String constraintClass()
public Constraint constraint()
public java.lang.Object clone()
clone in class ConstraintGraphEdge
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||