Uses of Class
org.simbrain.network.filters.AbstractFilter

Packages that use AbstractFilter
org.simbrain.network.filters The simbrain.network.filters package contains node filters. 
 

Uses of AbstractFilter in org.simbrain.network.filters
 

Methods in org.simbrain.network.filters that return AbstractFilter
static AbstractFilter Filters.getNeuronNodeFilter()
          Return the neuron node filter.
static AbstractFilter Filters.getNeuronOrSynapseNodeFilter()
          Return the neuron or synapse node filter.
static AbstractFilter Filters.getSubnetworkNodeFilter()
          Return the subnetwork node filter.
static AbstractFilter Filters.getSynapseNodeFilter()
          Return the synapse node filter.