Package org.vrspace.server.filter

Class Summary
ActiveClientFilter This filter returns true if Client is on-line
ActiveOrOwnedTransformFilter Test if transform is active or client owns it
AdminFilter This filter changes URL's to provide extra info to administrator.
ClassFilter Filtering by class name
Filters out instances of this class.
Note that package name is ignored, and also does not care of ineritance.
OwnedTransformFilter Test if client owns this transform
SubclassFilter Filtering by class name
Filters out instances of this class.
TransformFilter TransformFilters are used to filter out Transforms in Scene.
VRObjectFilter VRObject filters are used to eliminate objects not needed in the scene.
In order to allow the scene to add and remove filters properly, filters must implement equals() method.
I.e.