|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.common.sets.constraint.AbstractSetConstraint
org.eclipse.jst.jsf.core.set.constraint.MemberConstraint
public class MemberConstraint
A set constraint that is satisfied if a test set contains all of the specified mustBeMembers.
Provisional API - subject to change
Constructor Summary | |
---|---|
MemberConstraint(AxiomaticSet mustBeMembers)
|
Method Summary | |
---|---|
org.eclipse.emf.common.util.Diagnostic |
isSatisfied(AxiomaticSet set)
Members of set must be comparable with thos in mustBeMembers using equals() |
Methods inherited from class org.eclipse.jst.jsf.common.sets.constraint.AbstractSetConstraint |
---|
failsConstraint, passesConstraint |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemberConstraint(AxiomaticSet mustBeMembers)
mustBeMembers
- -- the set of objects that must occur in the
input set for the constraint to satisfy.Method Detail |
---|
public org.eclipse.emf.common.util.Diagnostic isSatisfied(AxiomaticSet set)
isSatisfied
in class AbstractSetConstraint
set
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |