public class And extends ResourceSelectorContainer implements ResourceSelector
description, location, project| Constructor and Description | 
|---|
| And()Default constructor. | 
| And(ResourceSelector[] r)Convenience constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isSelected(Resource r)Return true if this Resource is selected. | 
add, dieOnCircularReference, getSelectors, hasSelectors, selectorCountcheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toStringgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic And()
public And(ResourceSelector[] r)
r - the ResourceSelector[] to add.public boolean isSelected(Resource r)
isSelected in interface ResourceSelectorr - the Resource to check.