示例#1
0
 @Override
 public ImmutableSet<Object> filterAttributeContents(
     QueryTarget target, String attribute, final Predicate<Object> predicate)
     throws QueryException, InterruptedException {
   return QueryTargetAccessor.filterAttributeContents(getNode(target), attribute, predicate);
 }
示例#2
0
 @Override
 public ImmutableSet<QueryTarget> getTargetsInAttribute(QueryTarget target, String attribute)
     throws QueryException, InterruptedException {
   return QueryTargetAccessor.getTargetsInAttribute(getNode(target), attribute);
 }