|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.mit.sketch.ddg.Constraint
edu.mit.sketch.ddg.BinaryRelationshipConstraint
public abstract class BinaryRelationshipConstraint
This class represents binary relationships between lines, ellipses, and groups. The class is abstaract. The subclasses should implement different types of property constraints.
BinaryRelationshipConstraint.java Created: Fri Oct 25 17:00:00 2002
| Constructor Summary | |
|---|---|
BinaryRelationshipConstraint()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
clone()
Clone the constraint |
abstract java.lang.String |
name()
Name of the constraint type. |
abstract boolean |
orientationInvariant()
Returns true if the constraint is orinetation invariant |
| Methods inherited from class edu.mit.sketch.ddg.Constraint |
|---|
constraintGraph, labelledEdgeList, mergeIn, print, removeLowConfidence, removeLowRelevance, renamePrimitives, sameAs, setConstraintGraph, subgraph |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryRelationshipConstraint()
| Method Detail |
|---|
public abstract java.lang.String name()
name in class Constraintpublic abstract java.lang.Object clone()
clone in class Constraintpublic abstract boolean orientationInvariant()
orientationInvariant in class Constraint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||