|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
jpicedt.graphic.model.EditPointConstraintCollator
public class EditPointConstraintCollator
Collates several constraints together, ensuring there is no duplicate constraints.
| Constructor Summary | |
|---|---|
EditPointConstraintCollator()
|
|
EditPointConstraintCollator(EditPointConstraint c)
|
|
EditPointConstraintCollator(EditPointConstraint c1,
EditPointConstraint c2)
|
|
| Method Summary | |
|---|---|
EditPointConstraint |
and(EditPointConstraint c)
|
boolean |
imposes(EditPointConstraint c)
Returns true if this constraint imposes the given constraint. |
java.lang.String |
toString()
|
| Methods inherited from class java.util.HashSet |
|---|
add, clear, clone, contains, isEmpty, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, containsAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public EditPointConstraintCollator()
public EditPointConstraintCollator(EditPointConstraint c)
public EditPointConstraintCollator(EditPointConstraint c1,
EditPointConstraint c2)
| Method Detail |
|---|
public EditPointConstraint and(EditPointConstraint c)
public java.lang.String toString()
toString in class java.util.AbstractCollectionpublic boolean imposes(EditPointConstraint c)
EditPointConstraint
imposes in interface EditPointConstraint
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||