|
|||||||||
| 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.PropertyConstraint
public abstract class PropertyConstraint
This class represents properties of lines, ellipses, and groups. All edge in the constraint graph are self-loops. The class is abstaract. The subclasses should implement different types of property constraints.
PropertyConstraint.java Created: Fri Oct 25 17:00:00 2002
| Constructor Summary | |
|---|---|
PropertyConstraint()
|
|
| 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 PropertyConstraint()
| 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 | ||||||||