de.uni_paderborn.fujaba.gxl
Class GXLFilterMap

java.lang.Object
  extended byde.uni_paderborn.fujaba.gxl.GXLFilterMap

public class GXLFilterMap
extends java.lang.Object

In the GXLFilterMap are the special Filters of the diagrams saved

Version:
$Revision: 1.6 $
Author:
$Author: schneider $

Method Summary
 void addToFilter(java.lang.Class key, Filter value)
          Access method for an one to n association.
static GXLFilterMap get()
          No comment provided by developer, please add a comment to improve documentation.
 Filter getFromFilter(java.lang.Class key)
          Get the fromFilter attribute of the GXLFilterMap object
static de.upb.tools.fca.FHashMap getGXLFilterMap()
          Deprecated. Obsolete
 void removeFromFilter(java.util.Iterator keyIter)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGXLFilterMap

public static de.upb.tools.fca.FHashMap getGXLFilterMap()
Deprecated. Obsolete

Get the gXLFilterMap attribute of the GXLFilterMap class

Returns:
The gXLFilterMap value

get

public static GXLFilterMap get()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

addToFilter

public void addToFilter(java.lang.Class key,
                        Filter value)
Access method for an one to n association.

Parameters:
key - The object added.
value - The object added.

getFromFilter

public Filter getFromFilter(java.lang.Class key)
Get the fromFilter attribute of the GXLFilterMap object

Parameters:
key - No description provided
Returns:
The fromFilter value

removeFromFilter

public void removeFromFilter(java.util.Iterator keyIter)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
keyIter - No description provided