de.uni_paderborn.fujaba.gxl
Class GXLFilter

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

public class GXLFilter
extends java.lang.Object

No comment provided by developer, please add a comment to improve documentation. GXLFilter.java

Version:
$Revision: 1.33.2.2 $
Author:
$Author: creckord $

Field Summary
 Filter actualFilter
          No comment provided by developer, please add a comment to improve documentation.
static ASGDiagram root
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
GXLFilter(java.util.Iterator rootIter, boolean isInclude, java.lang.StringBuffer outputData)
          Constructor for class GXLFilter
 
Method Summary
static void addToAddDiagrams(ASGDiagram diag)
          Access method for an one to n association.
static void addToSavedDiagrams(ASGDiagram diag)
          Access method for an one to n association.
static boolean getFirstSelected()
          Get the firstSelected attribute of the GXLFilter class
static boolean getInclude()
          Get the include attribute of the GXLFilter class
static ASGDiagram getRoot()
          Get the root attribute of the GXLFilter class
static boolean hasInAddDiagrams(ASGDiagram diag)
          No comment provided by developer, please add a comment to improve documentation.
static boolean hasInItems(ASGElement element)
          No comment provided by developer, please add a comment to improve documentation.
static boolean hasInRemoved(java.lang.String element)
          No comment provided by developer, please add a comment to improve documentation.
static boolean hasInSavedDiagrams(ASGDiagram diag)
          No comment provided by developer, please add a comment to improve documentation.
 void loadExcluded()
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.StringBuffer removeExcludedObjects(java.lang.StringBuffer structure)
          No comment provided by developer, please add a comment to improve documentation.
static void removeFromRemoved(java.lang.String element)
          No comment provided by developer, please add a comment to improve documentation.
 void save()
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean setActualFilter()
          Sets the actualFilter which is saved in the GXLFilterMap(extends FHashMap).
 boolean verifyObject(BasicIncrement obj)
          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
 

Field Detail

root

public static ASGDiagram root
No comment provided by developer, please add a comment to improve documentation.


actualFilter

public Filter actualFilter
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

GXLFilter

public GXLFilter(java.util.Iterator rootIter,
                 boolean isInclude,
                 java.lang.StringBuffer outputData)
          throws java.lang.Exception
Constructor for class GXLFilter

Parameters:
outputData - No description provided
rootIter - No description provided
isInclude - No description provided
Throws:
java.io.IOException - Exception description not provided
java.lang.Exception - Exception description not provided
Method Detail

setActualFilter

protected boolean setActualFilter()
Sets the actualFilter which is saved in the GXLFilterMap(extends FHashMap).

Returns:
No description provided

getRoot

public static ASGDiagram getRoot()
Get the root attribute of the GXLFilter class

Returns:
The root value

getInclude

public static boolean getInclude()
Get the include attribute of the GXLFilter class

Returns:
The include value

getFirstSelected

public static boolean getFirstSelected()
Get the firstSelected attribute of the GXLFilter class

Returns:
The firstSelected value

addToAddDiagrams

public static void addToAddDiagrams(ASGDiagram diag)
Access method for an one to n association.

Parameters:
diag - The object added.

hasInAddDiagrams

public static boolean hasInAddDiagrams(ASGDiagram diag)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
diag - No description provided
Returns:
No description provided

addToSavedDiagrams

public static void addToSavedDiagrams(ASGDiagram diag)
Access method for an one to n association.

Parameters:
diag - The object added.

hasInSavedDiagrams

public static boolean hasInSavedDiagrams(ASGDiagram diag)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
diag - No description provided
Returns:
No description provided

loadExcluded

public void loadExcluded()
No comment provided by developer, please add a comment to improve documentation.


save

public void save()
No comment provided by developer, please add a comment to improve documentation.


verifyObject

public boolean verifyObject(BasicIncrement obj)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
obj - No description provided
Returns:
No description provided

removeExcludedObjects

public java.lang.StringBuffer removeExcludedObjects(java.lang.StringBuffer structure)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
structure - No description provided
Returns:
No description provided

hasInItems

public static boolean hasInItems(ASGElement element)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
element - No description provided
Returns:
No description provided

hasInRemoved

public static boolean hasInRemoved(java.lang.String element)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
element - No description provided
Returns:
No description provided

removeFromRemoved

public static void removeFromRemoved(java.lang.String element)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
element - No description provided