public class AndNot extends java.lang.Object implements IRestriction
| Constructor and Description |
|---|
AndNot(IRestriction restriction1,
IRestriction restriction2)
Instantiates a new and not.
|
AndNot(IRestriction restriction1,
IRestriction restriction2,
IRestriction restriction3)
Instantiates a new and not.
|
AndNot(IRestriction restriction1,
IRestriction restriction2,
IRestriction restriction3,
IRestriction restriction4)
Instantiates a new and not.
|
AndNot(java.util.List<IRestriction> restrictions)
Instantiates a new and not.
|
AndNot(java.lang.String term1,
java.lang.String term2)
Instantiates a new and not.
|
AndNot(java.lang.String term1,
java.lang.String term2,
java.lang.String term3)
Instantiates a new and not.
|
AndNot(java.lang.String term1,
java.lang.String term2,
java.lang.String term3,
java.lang.String term4)
Instantiates a new and not.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public AndNot(IRestriction restriction1, IRestriction restriction2)
restriction1 - the restriction1restriction2 - the restriction2public AndNot(IRestriction restriction1, IRestriction restriction2, IRestriction restriction3)
restriction1 - the restriction1restriction2 - the restriction2restriction3 - the restriction3public AndNot(IRestriction restriction1, IRestriction restriction2, IRestriction restriction3, IRestriction restriction4)
restriction1 - the restriction1restriction2 - the restriction2restriction3 - the restriction3restriction4 - the restriction4public AndNot(java.util.List<IRestriction> restrictions)
restrictions - the restrictionspublic AndNot(java.lang.String term1,
java.lang.String term2)
term1 - the term1term2 - the term2public AndNot(java.lang.String term1,
java.lang.String term2,
java.lang.String term3)
term1 - the term1term2 - the term2term3 - the term3public AndNot(java.lang.String term1,
java.lang.String term2,
java.lang.String term3,
java.lang.String term4)
term1 - the term1term2 - the term2term3 - the term3term4 - the term4