-
aQute.lib.filter.Filter
-
aQute.libg.filters.Filter
-
basicrunner.basichelper.Filter
Provides an implementation of XFilter.
@see com.sun.star.document.XFilter
@see com.sun.star.lang.XServiceInfo
@see com.sun.star.lang.XSingleServiceFactory
-
ca.carleton.gcrc.couch.export.ExportUtils.Filter
-
ca.simplegames.micro.Filter
A Filter will be invoked every time Micro is receiving a call from Rack The Filter can also be mapped on a specific route.
There are two types of Filters: - before: acting before any other Micro Controllers can act - after: acting after Micro finished processing the response
@author
Florin T.PATRASCU
@since $Revision$ (created: 2013.01.13 11:17 PM)
-
cambridge.runtime.Filter
User: erdinc Date: Nov 8, 2009 Time: 5:11:59 PM
-
cascading.operation.Filter
Interface Filter marks a given {@link Operation} as a filter, as opposed to being a {@link Function}.
A Filter is responsible for testing a Tuple to see if it should be removed from the tuple stream.
To implement a Filter, (optionally) sub-class {@link BaseOperation} and have the new sub-class {@code implement}this interface.
-
ch.ethz.iks.slp.impl.filter.Filter
a generic LDAP filter.
@author Jan S. Rellermeyer, ETH Zurich
-
ch.qos.logback.core.filter.Filter
ck.qos.ch/manual/filters.html
@author Ceki Gülcü
-
ch.ralscha.extdirectspring.filter.Filter
Base class for all filter implementation.
@see BooleanFilter
@see DateFilter
@see ListFilter
@see NumericFilter
@see StringFilter
-
co.cask.cdap.logging.filter.Filter
Represents a generic filter to filter ILoggingEvent objects.
-
com.adaptrex.core.ext.Filter
-
com.adidas.dam.marvin.client.query.filter.Filter
Implementing classes will be able to generate a String that directly can be used to pass this a a query param to Marvin Rest Service
@author Daniel Eichten
-
com.alee.utils.compare.Filter
This interface provides a base for filtering any type of objects in any situation. This class is similar to FileFilter from default file chooser, but it doesn't require any specific object type like File.
@author Mikle Garin
-
com.alibaba.druid.filter.Filter
@author wenshao
-
com.alibaba.dubbo.rpc.Filter
Filter. (SPI, Singleton, ThreadSafe)
@author william.liangf
-
com.amazonaws.services.ec2.model.Filter
-
com.atlassian.jira.rest.client.api.domain.Filter
Represents Filter
@since 2.0
-
com.badlogic.gdx.physics.box2d.Filter
-
com.baulsupp.kolja.log.filter.Filter
@TODO allow batch filters i.e. request id
-
com.cedarsoft.serialization.jackson.filter.Filter
-
com.cloud.utils.db.Filter
Try to use static initialization to help you in finding incorrect field names being passed in early. Something like the following: protected static final Filter s_NameFilter = new Filter(VMInstanceVO, name, true, null, null); Filter nameFilter = new Filter(s_nameFilter);
-
com.codecademy.eventhub.storage.filter.Filter
-
com.dbxml.labrador.Filter
Filter is an early processing chain filtration interface.
-
com.dci.intellij.dbn.common.filter.Filter
-
com.dubture.twig.core.model.Filter
The {@link Function} class represents a Twig_Function_Method
@author Robert Gruendler
-
com.et.mvc.filter.Filter
过滤器类
@author stworthy
-
com.ettrema.mail.Filter
-
com.extjs.gxt.ui.client.widget.grid.filters.Filter
Abstract base class for filter implementations.
-
com.google.api.services.datastore.DatastoreV1.Filter
This is a sample program demonstrating how to use the regular expression filename filter classes.
@author
Daniel F. Savarese
@version $Id: filter.java,v 1.2 2000/07/23 23:25:10 jon Exp $
-
com.google.appengine.api.datastore.Query.Filter
-
com.google.code.hs4j.Filter
filter data
@author hoshino
@date 2011-06-07
-
com.google.testing.testify.risk.frontend.model.Filter
A representation of a filter to automatically assign data to ACC parts. A Filter will automatically assign data uploaded to specific ACC pieces. For example, a Filter may say "assign any test labeled with 'Security' to the Security Attribute.
@author jimr@google.com (Jim Reardon)
-
com.headius.invokebinder.transform.Filter
An argument-filtering transform. Equivalent call: MethodHandles.filterArguments(MethodHandle, int, MethodHandle...).
-
com.hellblazer.slp.Filter
etf.org/rfc/rfc1960.txt). It should be noted that RFC 2254:
A String Representation of LDAP Search Filters (available at http://www.ietf.org/rfc/rfc2254.txt) supersedes RFC 1960 but only adds extensible matching and is not applicable for this API.
The string representation of an LDAP search filter is defined by the following grammar. It uses a prefix format.
<filter> ::= '(' <filtercomp> ')' <filtercomp> ::= <and> | <or> | <not> | <item> <and> ::= '&' <filterlist> <or> ::= '|' <filterlist> <not> ::= '!' <filter> <filterlist> ::= <filter> | <filter> <filterlist> <item> ::= <simple> | <present> | <substring> <simple> ::= <attr> <filtertype> <value> <filtertype> ::= <equal> | <approx> | <greater> | <less> <equal> ::= '=' <approx> ::= '~=' <greater> ::= '>=' <less> ::= '<=' <present> ::= <attr> '=*' <substring> ::= <attr> '=' <initial> <any> <final> <initial> ::= NULL | <value> <any> ::= '*' <starval> <starval> ::= NULL | <value> '*' <starval> <final> ::= NULL | <value>
<attr>
is a string representing an attribute, or key, in the properties objects of the registered services. Attribute names are not case sensitive; that is cn and CN both refer to the same attribute.
<value>
is a string representing the value, or part of one, of a key in the properties objects of the registered services. If a
<value>
must contain one of the characters '
*
' or '
(
' or '
)
', these characters should be escaped by preceding them with the backslash '
\
' character. Note that although both the
<substring>
and
<present>
productions can produce the
'attr=*'
construct, this construct is used only to denote a presence filter.
Examples of LDAP filters are:
"(cn=Babs Jensen)" "(!(cn=Tim Howes))" "(&(" + Constants.OBJECTCLASS + "=Person)(|(sn=Jensen)(cn=Babs J*)))" "(o=univ*of*mich*)"
The approximate match (~=
) is implementation specific but should at least ignore case and white space differences. Optional are codes like soundex or other smart "closeness" comparisons.
Comparison of values is not always straightforward. Strings are compared differently than numbers and it is possible for a key to have multiple values. Note that that he comparison is defined by the String comparison rules.
-
com.hp.hpl.jena.util.iterator.Filter
boolean functions wrapped to be used in filtering iterators.
-
com.im.imjutil.util.Filter
Classe que representa um filtro para os relatorios.
A chave do filtro e o nome da propriedado do objeto alvo. O valor do filtro e o objeto referente a propriedade desejada.
@author Felipe Zappala
@version 2.0
-
com.intellij.execution.testframework.Filter
-
com.intellij.ide.util.treeView.smartTree.Filter
Action for filtering items in a generic tree.
@see com.intellij.ide.util.treeView.smartTree.TreeModel#getFilters()
-
com.intellij.javaee.model.xml.web.Filter
-
com.jayway.jsonpath.Filter
-
com.jengine.orm.model.query.filter.Filter
-
com.jidesoft.grid.Filter
-
com.liferay.portal.kernel.configuration.Filter
-
com.linkedin.data.transform.filter.Filter
Interpreter, which implements data filtering. Instruction contains data to be filtered and equivalent node in filter, which specifies how data is supposed to be filtered.
Data object being filtered is modified by this Interpreter, which means that it must be mutable.
@author jodzga
-
com.linkedin.r2.filter.Filter
A marker interface for filters. This filter is the most generic and does not provide any filtering capability. See {@link com.linkedin.r2.filter.message.MessageFilter}, {@link com.linkedin.r2.filter.message.rpc.RpcFilter}, {@link com.linkedin.r2.filter.message.rest.RestFilter}, etc., for interfaces that do provide filtering capabilities.
@author Chris Pettitt
@version $Revision$
@see com.linkedin.r2.filter.message.MessageFilter
@see com.linkedin.r2.filter.message.rpc.RpcFilter
@see com.linkedin.r2.filter.message.rest.RestFilter
-
com.microsoft.windowsazure.services.servicebus.implementation.Filter
-
com.mxgraph.model.mxGraphModel.Filter
-
com.onpositive.commons.ui.tableeditor.Filter
-
com.puppycrawl.tools.checkstyle.api.Filter
An interface for filtering AuditEvents.
@author Rick Giles
-
com.salas.bb.utils.FilterableList.Filter
-
com.sogou.qadev.service.cynthia.bean.Filter
@description :filter interface
@author :liming
@mail :liming@sogou-inc.com
@date :2014-5-6 下午3:48:24
@version :v1.0
-
com.sun.enterprise.admin.wsmgmt.filter.spi.Filter
Filter that can implement or collect web services management information
-
com.sun.hotspot.igv.filter.Filter
@author Thomas Wuerthinger
-
com.tangosol.util.Filter
-
com.taobao.tdhs.client.request.Filter
@author
文通
@since 11-12-13 下午1:25
-
com.tinygo.pdb.Filter
@author Alexey Klimkin
-
com.trg.search.Filter
-
com.tririga.ws.dto.Filter
-
com.vaadin.addon.sqlcontainer.query.Filter
Filter represents a filtering rule to be applied to a query made by the SQLContainer's QueryDelegate. Filter adds a few features on top of what the default sorting methods of containers offer.
-
com.vaadin.data.Container.Filter
-
com.volantis.mcs.eclipse.common.Filter
An an array of Objects with an associated type thar specify a group to be filtered. The types are either INCLUDE or EXCLUDE that indicate whether the array of Objects that make up the filter are to be included (i.e. comprise all of the group) or excluded (i.e. the group is all except those attributes specfied in the filter.)
-
com.windowsazure.samples.table.Filter
-
cz.zcu.fav.liks.ml.featuresel.filtering.Filter
Basic interface for implementing feature selection algoritms.
@author Michal Patočka
-
database.Filter
@author f
-
de.odysseus.calyxo.control.Filter
Filter interface. A filter is used to intercept command execution. This may involve command pre-processing, execution and post-processing. Filtering is performed in the filter
method. Filters are initialized by the controller via the init()
. Exactly one instance will be created per filter configuration.
@author Christoph Beck
-
diva.util.Filter
An interface for objects that filter other objects
@author John Reekie
@version $Id: Filter.java,v 1.10 2005/07/08 19:55:16 cxh Exp $
-
easyJ.database.dao.Filter
-
edu.brown.workload.filters.Filter
WorkloadIterator Filter
-
edu.hawaii.ics.csdl.jupiter.file.property.Filter
3.org/2001/XMLSchema}anyType"> <attribute ref="{}enabled"/> <attribute ref="{}name"/> <attribute ref="{}value"/> </restriction> </complexContent> </complexType>
-
edu.umd.cs.findbugs.filter.Filter
Filter to match a subset of BugInstances. The filter criteria are read from an XML file.
@author David Hovemeyer
-
flash.swf.types.Filter
Defines the common API for all filters.
@author Roger Gonzalez
-
fr.norsys.mapper.console.model.Filter
-
galoot.Filter
-
httl.spi.Filter
Text Filter. (SPI, Singleton, ThreadSafe)
@see httl.spi.translators.CompiledTranslator#setTemplateFilter(Filter)
@see httl.spi.translators.CompiledTranslator#setTextFilter(Filter)
@see httl.spi.translators.CompiledTranslator#setValueFilter(Filter)
@see httl.spi.translators.InterpretedTranslator#setTemplateFilter(Filter)
@see httl.spi.translators.InterpretedTranslator#setTextFilter(Filter)
@see httl.spi.translators.InterpretedTranslator#setValueFilter(Filter)
@author Liang Fei (liangfei0201 AT gmail DOT com)
-
hu.sztaki.ilab.longneck.process.block.Filter
A filter is responsible for dropping records based on a filtering criteria.
@author Csaba Sidló
-
io.druid.query.filter.Filter
-
io.teknek.intravert.action.filter.Filter
-
it.eng.qbe.query.Filter
The Class Filter.
@author Andrea Gioia
-
java.util.logging.Filter
A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.
Each Logger and each Handler can have a filter associated with it. The Logger or Handler will call the isLoggable method to check if a given LogRecord should be published. If isLoggable returns false, the LogRecord will be discarded.
@version 1.6, 11/17/05
@since 1.4
-
javax.servlet.Filter
Interface definition for filter objects
@author
Rick Knowles
-
jm.audio.synth.Filter
Chebyshev filters are a recursive or IIR (infinite impulse response) filter. * They provide a fast mechanism for seperating frequencies using a mathamatical process known as a z-transform. This implementation is based on the Chebyshev filter design in Steven W.Smith's excellent book "The Scientist and Engineer's Guide to Digital Signal Processing". Band pass and resonant filters can be created by combining law and high pass filters.
@author Andrew Sorensen
@version 1.0, Sun Feb 25 18:42:51 2001
-
juzu.impl.fs.Filter
-
lupos.engine.operators.singleinput.filter.Filter
This Class implements the 'FILTER(...)' expression used by SPARQL queries
-
lupos.gui.operatorgraph.visualeditor.queryeditor.operators.Filter
-
mage.filter.Filter
@author BetaSteward_at_googlemail.com
-
mireka.filter.Filter
om/products/servlet/2.3/javadoc/javax/servlet/Filter.html">ServletFilter
in the Servlet API
-
net.asfun.jangod.lib.Filter
-
net.csdn.common.scan.component.Filter
-
net.sf.collabreview.core.filter.Filter
For filtering artifacts that should be processed/not processed by CollabReview
@author Christian Prause (chris)
@date 17.02.2009 15:55:32
-
net.sf.mpxj.Filter
This class represents a filter which may be applied to a task or resource view.
-
net.sickill.off.common.Filter
@author kill
-
net.sourceforge.align.filter.Filter
Represents alignment list filter (in a sense of UNIX filter).
Allows to perform any operation on alignment list (not only, like name suggests, filter elements from it) - for example it can modify segment contents, join or split alignments, etc.
Filter operation receives alignment list as a parameter and returns modified alignment list. Thanks to the fact that input and output has the same type filters can be connected together creating the operation pipeline.
@author Jarek Lipski (loomchild)
-
org.activemq.filter.Filter
Represents a subscription filter
@version $Revision: 1.1.1.1 $
-
org.apache.abdera.i18n.text.Filter
Filters are used in a variety of ways to filter or verify unicode codepoints
-
org.apache.accumulo.core.iterators.Filter
A SortedKeyValueIterator that filters entries from its source iterator. Subclasses must implement an accept method: public boolean accept(Key k, Value v); Key/Value pairs for which the accept method returns true are said to match the filter. By default, this class iterates over entries that match its filter. This iterator takes an optional "negate" boolean parameter that defaults to false. If negate is set to true, this class instead omits entries that match its filter, thus iterating over entries that do not match its filter.
-
org.apache.accumulo.core.iterators.filter.Filter
@deprecated since 1.4, replaced by {@link org.apache.accumulo.core.iterators.Filter}
-
org.apache.batik.ext.awt.image.renderable.Filter
This is an extension of RenderableImage that adds some needed functionality for tracking dirty regions and determining image dependancies.
@author
Thomas DeWeese
@version $Id: Filter.java,v 1.1 2003/04/11 07:56:53 tom Exp $
-
org.apache.batik.gvt.filter.Filter
This is an extension of RenderableImage that adds some needed functionality for tracking dirty regions and determining image dependancies.
@author
Thomas DeWeese
@version $Id: Filter.java,v 1.1.1.1 2000/10/10 18:40:12 hillion Exp $
-
org.apache.beehive.netui.databinding.datagrid.api.filter.Filter
The Filter class is a JavaBean that abstractly represents the data needed to calculate a filter for a data set. A filter consists of some {@link String} expression, a {@link FilterOperation}and a filter value. The mechanism for applying a filter to a data set is not provided here.
The filter expression is used to abstractly name some part of a data set to filter. The filter operation is used to describe the operation to use when performing filtering. The set of operations for available for use should be related to a subclass of the Filter type; there are no implicitly defined operations. The filter value is used to describe how to filter a given filter expression. For example, in an application performing filtering using SQL, a filter expression pet
with a filter operation mapping to "equals" and a filter value of "dog" could be transformed into a SQL WHERE fragment as:
WHERE pet = 'dog'
The Filter class simply provides an abstraction for a filter's metadata; the mechanism for performing this transformation from Filter instance to SQL fragment is not provided here.
In addition to the fundamental data fora Filter, two additional properties can be defined. The {@link org.apache.beehive.netui.databinding.datagrid.api.filter.FilterOperationHint} property canbe used to reference a class of operation related to the hint. The {@link org.apache.beehive.netui.databinding.datagrid.api.filter.FilterTypeHint} propertydefines a hint for the type of data associated with the Filter's filter expression. This data can be used to handle quoting and type conversion for a given filter value. In the example above, a type hint of a {@link org.apache.beehive.netui.databinding.datagrid.api.filter.FilterTypeHint#STRING} can be usedwhen constructing the SQL fragment in order to perform the correct quoting of the filter value.
-
org.apache.cassandra.utils.Filter
-
org.apache.directory.api.ldap.codec.search.Filter
An abstract Asn1Object used to store the filter. A filter is seen as a tree with a root. This class does nothing, it's just the root of all the different filters.
@author
Apache Directory Project
-
org.apache.directory.shared.ldap.codec.search.Filter
An abstract Asn1Object used to store the filter. A filter is seen as a tree with a root. This class does nothing, it's just the root of all the different filters.
@author
Apache Directory Project
-
org.apache.drill.common.logical.data.Filter
-
org.apache.drill.exec.physical.config.Filter
-
org.apache.flex.forks.batik.ext.awt.image.renderable.Filter
This is an extension of RenderableImage that adds some needed functionality for tracking dirty regions and determining image dependancies.
@author
Thomas DeWeese
@version $Id: Filter.java,v 1.4 2004/08/18 07:13:59 vhardy Exp $
-
org.apache.flex.swf.types.Filter
IFilter record.
-
org.apache.hadoop.chukwa.util.Filter
-
org.apache.hadoop.hbase.filter.Filter
Interface for row and column filters directly applied within the regionserver. A filter can expect the following call sequence:
- {@link #reset()}
- {@link #filterAllRemaining()} -> true indicates scan is over, false, keep going on.
- {@link #filterRowKey(byte[],int,int)} -> true to drop this row,if false, we will also call
- {@link #filterKeyValue(KeyValue)} -> true to drop this key/value
- {@link #filterRow(List)} -> allows directmodification of the final list to be submitted
- {@link #filterRow()} -> last chance to drop entire row based on the sequence offilterValue() calls. Eg: filter a row if it doesn't contain a specified column.
Filter instances are created one per region/scan. This interface replaces the old RowFilterInterface. When implementing your own filters, consider inheriting {@link FilterBase} to helpyou reduce boilerplate.
@see FilterBase
-
org.apache.hadoop.util.bloom.Filter
Defines the general behavior of a filter.
A filter is a data structure which aims at offering a lossy summary of a set A
. The key idea is to map entries of A
(also called keys) into several positions in a vector through the use of several hash functions.
Typically, a filter will be implemented as a Bloom filter (or a Bloom filter extension).
It must be extended in order to define the real behavior.
@see Key The general behavior of a key
@see HashFunction A hash function
-
org.apache.harmony.jndi.provider.ldap.Filter
This class represents Ldap search filter, and can be encoded according to ASN.1. There are ten differents filter types, and two of them ('and' filter and 'or' filter) is composited by several filters. So we represent filter by tree: the branch of the tree should be filter of composited tye, 'and' filter or 'or' filter. the leaf of the tree should be filter of atom type (contrast to composited type). For one node tree, the node must be atom type filter. The type number of a filter is the same as index according to Filter type, defined in RFC 2251, 4.5.1. We haved defined constants for each type, such as AND_FILTER
.
@see org.apache.harmony.jndi.provider.ldap.asn1.LdapASN1Constant#Filter
@see org.apache.harmony.jndi.provider.ldap.asn1.ASN1LdapFilter
-
org.apache.ivy.util.filter.Filter
-
org.apache.jackrabbit.oak.plugins.observation.filter.EventGenerator.Filter
-
org.apache.jackrabbit.oak.query.index.Filter
A filter or lookup condition.
-
org.apache.jackrabbit.oak.spi.query.Filter
The filter for an index lookup that contains a number of restrictions that are combined with AND. Possible restrictions are a property restriction, a path restriction, a node type restriction, and a fulltext restriction.
A property restriction could be that the property must exist, or that the property value has to be within a certain range.
A path restriction could be a restriction to a certain subtree, a parent of a certain path, or equality to a certain path.
-
org.apache.jackrabbit.ocm.query.Filter
-
org.apache.jetspeed.components.persistence.store.Filter
-
org.apache.jetspeed.om.portlet.Filter
@version $Id: Filter.java 757407 2009-03-23 15:09:19Z woonsan $
-
org.apache.log4j.spi.Filter
Users should extend this class to implement customized logging event filtering. Note that {@link org.apache.log4j.Category} and {@link org.apache.log4j.AppenderSkeleton}, the parent class of all standard appenders, have built-in filtering rules. It is suggested that you first use and understand the built-in rules before rushing to write your own custom filters.
This abstract class assumes and also imposes that filters be organized in a linear chain. The {@link #decide decide(LoggingEvent)} method of each filter is called sequentially,in the order of their addition to the chain.
The {@link #decide decide(LoggingEvent)} method must return oneof the integer constants {@link #DENY}, {@link #NEUTRAL} or {@link #ACCEPT}.
If the value {@link #DENY} is returned, then the log event isdropped immediately without consulting with the remaining filters.
If the value {@link #NEUTRAL} is returned, then the next filterin the chain is consulted. If there are no more filters in the chain, then the log event is logged. Thus, in the presence of no filters, the default behaviour is to log all logging events.
If the value {@link #ACCEPT} is returned, then the logevent is logged without consulting the remaining filters.
The philosophy of log4j filters is largely inspired from the Linux ipchains.
Note that filtering is only supported by the {@link org.apache.log4j.xml.DOMConfigurator DOMConfigurator}. The {@link org.apache.log4j.PropertyConfigurator PropertyConfigurator} does notsupport filters.
@author Ceki Gülcü
@since 0.9.0
-
org.apache.logging.log4j.core.Filter
Interface that must be implemented to allow custom event filtering. It is highly recommended that applications make use of the Filters provided with this implementation before creating their own. This interface supports "global" filters (i.e. - all events must pass through them first), attached to specific loggers and associated with Appenders. It is recommended that, where possible, Filter implementations create a generic filtering method that can be called from any of the filter methods.
-
org.apache.lucene.search.Filter
Abstract base class providing a mechanism to use a subset of an index for restriction or permission of index search results.
Note: In Lucene 3.0 {@link #bits(IndexReader)} will be removedand {@link #getDocIdSet(IndexReader)} will be defined as abstract.All implementing classes must therefore implement {@link #getDocIdSet(IndexReader)}in order to work with Lucene 3.0.
-
org.apache.maven.plugins.shade.filter.Filter
@author David Blevins
-
org.apache.muse.ws.notification.Filter
Filter is a data structure used by the WS-Notification Subscribe operation to allow clients to control how many and what type of messages they receive from a resource. Instances of this type will be used by a resource's WS-N implementation to determine if a message that has been published should be sent to a given subscriber.
WS-N v1.3 defines three filter types: message, topic, and properties. Each is represented in Muse's default implementation of WS-N.
@author Dan Jemiolo (danj)
-
org.apache.niolex.commons.reflect.FieldUtil.Filter
-
org.apache.oozie.util.XLogStreamer.Filter
-
org.apache.openejb.jee.Filter
-
org.apache.pdfbox.filter.Filter
A filter for stream data.
@author Ben Litchfield
@author John Hewson
-
org.apache.pluto.container.om.portlet.Filter
-
org.apache.qpid.amqp_1_0.type.messaging.Filter
-
org.apache.servicemix.nmr.core.util.Filter
Simple interface to filter objects
-
org.apache.sling.ide.filter.Filter
-
org.apache.sling.models.annotations.Filter
-
org.apache.uima.collection.impl.cpm.utils.Filter
Parses the filter expression associated with a Cas Processor in the cpe descriptor
-
org.apache.uima.simpleserver.config.Filter
-
org.apache.ws.pubsub.Filter
DOCUMENT_ME
@version $Revision: 1.8 $
@author $author$
-
org.apache.xbean.finder.filter.Filter
@version $Rev$ $Date$
-
org.b3log.latke.repository.Filter
Filter.
@author
Liang Ding
@version 2.0.0.0, Jun 27, 2012
@see CompositeFilter
@see PropertyFilter
-
org.broad.igv.util.Filter
@author eflakes
-
org.camunda.bpm.engine.filter.Filter
@author Sebastian Menski
-
org.cipres.treebase.auxdata.Filter
-
org.codehaus.activemq.filter.Filter
Represents a subscription filter
@version $Revision: 1.2 $
-
org.corrib.s3b.sscf.filters.Filter
@author adagze
@created 04.01.2008
-
org.cruxframework.crux.scanner.archiveiterator.Filter
@author Thiago da Rosa de Bustamante
-
org.directwebremoting.annotations.Filter
-
org.eclipse.jst.j2ee.webapplication.Filter
-
org.eclipse.xtext.common.types.xtext.ui.ITypesProposalProvider.Filter
-
org.eclipse.zest.layouts.Filter
A filter is used to filter objects. Once implemented, interested parties can ask this filter whether or not a specific object is filtered. For example, in a visualization tool, only unfiltered objects should be displayed. Before displaying an object, the display can ask this filter if the object is filtered.
@author Casey Best
-
org.elasticsearch.search.aggregations.bucket.filter.Filter
A {@code filter} aggregation. Defines a single bucket that holds all documents that match a specific filter.
-
org.eurekastreams.web.client.ui.common.notification.dialog.Source.Filter
-
org.extremecomponents.table.limit.Filter
-
org.freeplane.features.filter.Filter
@author Dimitry Polivaev
-
org.fusesource.ide.camel.model.generated.Filter
The Node class from Camel's FilterDefinition NOTE - this file is auto-generated using Velocity. DO NOT EDIT!
-
org.geoserver.monitor.Filter
Filter used in a {@link Query}.
@author Justin Deoliveira, OpenGeo
-
org.geoserver.monitor.MonitorRequestFilter.Filter
-
org.geotools.filter.Filter
-
org.gephi.filters.spi.Filter
Filters are pruning the graph by keeping only nodes and edges that satisify filters conditions. Filters are predicates or functions that reduce the graph and therefore create sub-graphs.
Filters are the basic building blocks that are wrapped in queries and assembled to make simple or complex conditions on nodes and edges.
Filters objects are built in {@link FilterBuilder}. Implementors should define their own FilterBuilder
class to propose new filter to users.
@author Mathieu Bastian
@see Query
-
org.glassfish.contextpropagation.internal.SimpleMap.Filter
-
org.glassfish.grizzly.filterchain.Filter
A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a {@link FilterChainContext}. Individual Filter can be assembled into a {@link FilterChain}, which allows them to either complete the required processing or delegate further processing to the next Filter in the {@link FilterChain}. Filter implementations should be designed in a thread-safe manner, suitable for inclusion in multiple {@link FilterChain} that might be processed by different threads simultaneously. In general, this implies that Filter classes should not maintain state information in instance variables. Instead, state information should be maintained via suitable modifications to the attributes of the {@link FilterChainContext} that is passed to theappropriate {@link Filter} processing methods.Filter implementations typically retrieve and store state information in the {@link FilterChainContext} instance that is passed as a parameterto the appropriate {@link Filter} processing methods,using particular {@link Attribute}s that can be acquired via {@link Attribute#get(org.glassfish.grizzly.attributes.AttributeStorage)} method.
@see FilterChain
@see Attribute
@author Jeanfrancois Arcand
@author Alexey Stashok
-
org.glassfish.hk2.api.Filter
This object is used to search for items in the service registry
-
org.h2.jaqu.Filter
Represents the WHERE clause of a query.
-
org.hibernate.Filter
Type definition of Filter. Filter defines the user's view into enabled dynamic filters, allowing them to set filter parameter values.
@author Steve Ebersole
-
org.hibernate.annotations.Filter
-
org.hibernate.annotations.common.reflection.Filter
Filter properties
@author Emmanuel Bernard
-
org.hibernate.reflection.Filter
Filter properties
@author Emmanuel Bernard
-
org.hornetq.core.filter.Filter
-
org.internna.iwebmvc.model.Filter
-
org.internna.iwebmvc.model.ui.Filter
Maps an entity filter so the queries send by a store can be modified.
@author Jose Noheda
@since 1.0
-
org.jboss.gravia.runtime.Filter
etf.org/rfc/rfc1960.txt">RFC 1960-based Filter.
{@code Filter}s can be created by calling {@link ModuleContext#createFilter(String)}.
A {@code Filter} can be used numerous times to determine if the matchargument matches the filter string that was used to create the {@code Filter}.
Some examples of LDAP filters are:
"(cn=Babs Jensen)" "(!(cn=Tim Howes))" "(&(" + Constants.OBJECTCLASS + "=Person)(|(sn=Jensen)(cn=Babs J*)))" "(o=univ*of*mich*)"
@author thomas.diesler@jboss.com
@since 27-Sep-2013
@ThreadSafe
-
org.jboss.internal.soa.esb.listeners.war.Filter
-
org.jboss.messaging.core.Filter
A filter encapsulates the logic of whether to accept a message or not. Filters are used when browsing to restrict the messages browsed, or when routing messages.
@author
Tim Fox
@author
Ovidiu Feodorov
@version
$Revision: 2202 $$Id: Filter.java 2202 2007-02-08 10:50:26Z timfox $
-
org.jboss.messaging.core.contract.Filter
A filter encapsulates the logic of whether to accept a message or not. Filters are used when browsing to restrict the messages browsed, or when routing messages.
@author
Tim Fox
@author
Ovidiu Feodorov
@version
$Revision: 2868 $$Id: Filter.java 2868 2007-07-10 20:22:16Z timfox $
-
org.jboss.weld.bootstrap.spi.Filter
-
org.jboss.ws.extensions.eventing.mgmt.Filter
A local filter representation.
@author Heiko Braun,
@since 08-Dec-2005
-
org.jbox2d.dynamics.Filter
This holds contact filtering data.
@author daniel
-
org.jdesktop.swingx.decorator.Filter
-
org.jdom.filter.Filter
A generalized filter to restrict visibility or mutability on a list.
@version $Revision: 1.9 $, $Date: 2004/02/06 09:28:31 $
@author Jools Enticknap
@author Bradley S. Huffman
-
org.jrdf.query.expression.Filter
@author Yuan-Fang Li
@version :$
-
org.junit.runner.manipulation.Filter
The canonical case of filtering is when you want to run a single test method in a class. Rather than introduce runner API just for that one case, JUnit provides a general filtering mechanism. If you want to filter the tests to be run, extend Filter
and apply an instance of your filter to the {@link org.junit.runner.Request} before running it (see{@link org.junit.runner.JUnitCore#run(Request)}. Alternatively, apply a Filter
to a {@link org.junit.runner.Runner} before running tests (for example, in conjunction with{@link org.junit.runner.RunWith}.
@since 4.0
-
org.metrapp.filters.Filter
Abstract class representing apstraction of all available algorithms for filtration of DataFrame
@author Ilija
-
org.mockito.internal.util.collections.ListUtil.Filter
-
org.mongodb.meclipse.views.objects.Filter
-
org.moresbycoffee.mbyhave8.filter.Filter
Filter object what controls what {@link Feature} or {@link Scenario} is executed.
-
org.mule.api.routing.filter.Filter
The Filter
interface allows MuleMessage filtering.
-
org.nakedobjects.applib.Filter
-
org.neo4j.cypherdsl.query.Filter
Represents a filter function
-
org.netbeans.junit.Filter
-
org.netbeans.modules.j2ee.dd.api.web.Filter
-
org.olat.core.util.filter.Filter
Description:
The Filter takes a String as an input and returns the filtered value
Initial Date: 13.07.2009
@author gnaegi
-
org.omg.CosNotifyFilter.Filter
Generated from IDL interface "Filter".
@author JacORB IDL compiler V 2.3.2 (JBoss patch 0), 23-Dec-2011
@version generated at Apr 17, 2012 2:17:25 PM
-
org.onelab.filter.Filter
Defines the general behavior of a filter.
A filter is a data structure which aims at offering a lossy summary of a set A
. The key idea is to map entries of A
(also called keys) into several positions in a vector through the use of several hash functions.
Typically, a filter will be implemented as a Bloom filter (or a Bloom filter extension).
It must be extended in order to define the real behavior.
@see org.onelab.filter.Filter The general behavior of a filter
@version 1.0 - 2 Feb. 07
@see org.onelab.filter.Key The general behavior of a key
@see org.onelab.filter.HashFunction A hash function
-
org.openfaces.component.filter.Filter
@author Dmitry Pikhulya
-
org.opengis.filter.Filter
is.org/docs/02-059.pdf">Implementation specification 1.0
@author Chris Dillard (SYS Technologies)
@since GeoAPI 2.0
-
org.openrdf.query.algebra.Filter
3.org/TR/rdf-sparql-query/#defn_algFilter">SPARQL Query Language for RDF. The FILTER operator filters specific results from the underlying tuple expression based on a configurable condition.
@author Arjohn Kampman
-
org.opensolaris.opengrok.index.Filter
-
org.openstreetmap.josm.data.osm.Filter
@author Petr_Dlouhý
-
org.ops4j.pax.exam.util.Filter
-
org.osgi.framework.Filter
etf.org/rfc/rfc1960.txt">RFC 1960-based Filter.
{@code Filter}s can be created by calling {@link BundleContext#createFilter(String)} or{@link FrameworkUtil#createFilter(String)} with a filter string.
A {@code Filter} can be used numerous times to determine if the matchargument matches the filter string that was used to create the {@code Filter}.
Some examples of LDAP filters are:
"(cn=Babs Jensen)" "(!(cn=Tim Howes))" "(&(" + Constants.OBJECTCLASS + "=Person)(|(sn=Jensen)(cn=Babs J*)))" "(o=univ*of*mich*)"
@since 1.1
@see "Core Specification, Filters, for a description of the filter string syntax."
@ThreadSafe
@author $Id: 58cd4db16892b20e44be1288ccac929a5a26c53a $
-
org.pdfbox.filter.Filter
This is the interface that will be used to apply filters to a byte stream.
@author
Ben Litchfield
@version $Revision: 1.6 $
-
org.platformlayer.Filter
-
org.radeox.filter.Filter
-
org.restlet.Filter
-
org.restlet.routing.Filter
Restlet filtering calls before passing them to an attached Restlet. The purpose is to do some pre-processing or post-processing on the calls going through it before or after they are actually handled by an attached Restlet. Also note that you can attach and detach targets while handling incoming calls as the filter is ensured to be thread-safe.
Concurrency note: instances of this class or its subclasses can be invoked by several threads at the same time and therefore must be thread-safe. You should be especially careful when storing state in member variables.
@author Jerome Louvel
-
org.rhq.core.domain.drift.Filter
-
org.sbml.jsbml.util.filters.Filter
A filter is a general interface that allows to check an object for a certain property. An implementing class may check for the type of the object and then check some of its field values.
@author Andreas Dräger
@date 2010-05-19
@since 0.8
@version $Rev: 1524 $
-
org.scannotation.archiveiterator.Filter
-
org.sleuthkit.autopsy.timeline.filters.Filter
Interface for Filters
-
org.sonar.api.web.Filter
Definition of a filter.
Its name can be retrieved using the i18n mechanism, using the keys "filter.<id>.name".
@since 3.1
-
org.springframework.ldap.filter.Filter
-
org.springframework.roo.project.Filter
Simplified immutable representation of a filter.
@author Alan Stewart
@since 1.1
-
org.tmatesoft.hg.internal.Filter
@author Artem Tikhomirov
@author TMate Software Ltd.
-
org.watermint.sourcecolon.org.opensolaris.opengrok.index.Filter
-
org.wso2.carbon.registry.core.jdbc.handlers.filters.Filter
Base class of all filter implementations. All handlers have to be registered in the JDBC registry with a filter implementation. Filter implementations determine the conditions to invoke the associating handler.
-
org.ytreza.data.Filter
-
pt.webdetails.cpf.persistence.Filter
-
ru.ifmo.diplom.kirilchuk.jawelet.core.dwt.filters.Filter
kipedia.org/wiki/Finite_impulse_response> FIR on wikipedia.
@author Kirilchuk V.E.
-
se.fidde.detective.filters.Filter
-
shocks.framework.workflow.filter.repository.Filter
Filters are Workflow
components dynamically generated according to the specifications in the workflow descriptor file. The Filter object itself provides an abstract framework for the execution of actions created by the developer.
Filters can be assigned Action
components at the time they are constructed. Examples of these action components are classes which extend the ActionSupport
and FilterSupport
objects.
Each filter can perform actions at two points. The first point is on the way into the sequence of filters (when the flow of control is moving in the direction of the target Action
). The second point is after the target Action
has executed and the flow of control is moving back toward the WorkflowController
.
Because Filter
objects do not contain any business logic (only logic which controls the order in which business logic is executed), they rely on feedback from the actions to determine what happens next.
-
soot.jimple.toolkits.callgraph.Filter
-
spark.Filter
Created by Per Wendel on 2014-05-10.
-
syslog.model.Filter
Datovy objekt reprezentujici metadata filtru
@author fero
@version 1.0
@created 20-XI-2008 16:22:43
-
uk.gov.nationalarchives.droid.core.interfaces.filter.Filter
@author rflitcroft
-
webapp.ifaces.Filter
This interface was generated, do not modify it.
@author
Richard Opalka
-
weka.filters.Filter
An abstract class for instance filters: objects that take instances as input, carry out some transformation on the instance and then output the instance. The method implementations in this class assume that most of the work will be done in the methods overridden by subclasses.
A simple example of filter use. This example doesn't remove instances from the output queue until all instances have been input, so has higher memory consumption than an approach that uses output instances as they are made available:
Filter filter = ..some type of filter.. Instances instances = ..some instances.. for (int i = 0; i < data.numInstances(); i++) { filter.input(data.instance(i)); } filter.batchFinished(); Instances newData = filter.outputFormat(); Instance processed; while ((processed = filter.output()) != null) { newData.add(processed); } ..do something with newData..
@author Len Trigg (trigg@cs.waikato.ac.nz)
@version $Revision: 6833 $