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