|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.gxl.GXLFilter
No comment provided by developer, please add a comment to improve documentation. GXLFilter.java
Field Summary | |
Filter |
actualFilter
No comment provided by developer, please add a comment to improve documentation. |
private static de.upb.tools.fca.FHashSet |
addDiagrams
No comment provided by developer, please add a comment to improve documentation. |
private static de.upb.tools.fca.FHashSet |
diagramItems
No comment provided by developer, please add a comment to improve documentation. |
private static de.upb.tools.fca.FHashSet |
excluded
No comment provided by developer, please add a comment to improve documentation. |
private static boolean |
firstSelected
No comment provided by developer, please add a comment to improve documentation. |
private static boolean |
include
No comment provided by developer, please add a comment to improve documentation. |
private static org.apache.log4j.Logger |
log
log4j logging |
private java.lang.StringBuffer |
outputData
No comment provided by developer, please add a comment to improve documentation. |
private static de.upb.tools.fca.FHashSet |
removed
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. |
private static de.upb.tools.fca.FHashSet |
savedDiagrams
No comment provided by developer, please add a comment to improve documentation. |
private de.upb.tools.fca.FHashSet |
storedItems
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. |
private boolean |
hasInStoredItems(java.lang.String element)
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 |
private static final transient org.apache.log4j.Logger log
private static de.upb.tools.fca.FHashSet removed
private static de.upb.tools.fca.FHashSet excluded
public static ASGDiagram root
public Filter actualFilter
private static de.upb.tools.fca.FHashSet diagramItems
private static de.upb.tools.fca.FHashSet addDiagrams
private static de.upb.tools.fca.FHashSet savedDiagrams
private static boolean firstSelected
private de.upb.tools.fca.FHashSet storedItems
private static boolean include
private java.lang.StringBuffer outputData
Constructor Detail |
public GXLFilter(java.util.Iterator rootIter, boolean isInclude, java.lang.StringBuffer outputData) throws java.lang.Exception
outputData
- No description providedrootIter
- No description providedisInclude
- No description provided
java.io.IOException
- Exception description not provided
java.lang.Exception
- Exception description not providedMethod Detail |
protected boolean setActualFilter()
public static ASGDiagram getRoot()
public static boolean getInclude()
public static boolean getFirstSelected()
public static void addToAddDiagrams(ASGDiagram diag)
diag
- The object added.public static boolean hasInAddDiagrams(ASGDiagram diag)
diag
- No description provided
public static void addToSavedDiagrams(ASGDiagram diag)
diag
- The object added.public static boolean hasInSavedDiagrams(ASGDiagram diag)
diag
- No description provided
public void loadExcluded()
public void save()
public boolean verifyObject(BasicIncrement obj)
obj
- No description provided
public java.lang.StringBuffer removeExcludedObjects(java.lang.StringBuffer structure)
structure
- No description provided
public static boolean hasInItems(ASGElement element)
element
- No description provided
public static boolean hasInRemoved(java.lang.String element)
element
- No description provided
private boolean hasInStoredItems(java.lang.String element)
element
- No description provided
public static void removeFromRemoved(java.lang.String element)
element
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |