org.simbrain.network.filters
Class Filters

java.lang.Object
  extended by org.simbrain.network.filters.Filters

public final class Filters
extends Object

Filters.


Method Summary
static AbstractFilter getNeuronNodeFilter()
          Return the neuron node filter.
static AbstractFilter getNeuronOrSynapseNodeFilter()
          Return the neuron or synapse node filter.
static AbstractFilter getSubnetworkNodeFilter()
          Return the subnetwork node filter.
static AbstractFilter getSynapseNodeFilter()
          Return the synapse node filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNeuronNodeFilter

public static AbstractFilter getNeuronNodeFilter()
Return the neuron node filter.

Returns:
the neuron node filter

getNeuronOrSynapseNodeFilter

public static AbstractFilter getNeuronOrSynapseNodeFilter()
Return the neuron or synapse node filter.

Returns:
the neuron or synapse node filter

getSynapseNodeFilter

public static AbstractFilter getSynapseNodeFilter()
Return the synapse node filter.

Returns:
the synapse node filter

getSubnetworkNodeFilter

public static AbstractFilter getSubnetworkNodeFilter()
Return the subnetwork node filter.

Returns:
the subnetwork node filter