Package de.postfuse.ui.filter

Interface Summary
Filter  
 

Class Summary
AndFilter  
ConstFilter  
EqFilter  
GFilter A template for a filter, implements everything which should be the same in all filters.
GListFilter  
HasArrowTypeFilter  
HasFillColorFilter  
HasShapeFilter  
HasStrokeColorFilter  
IsEdgeFilter  
IsFoldedFilter determines if the given Tuple is a folded node
IsGraphMember This Predicate filters for members of the given subgraph id - but only direct members.
IsGraphMemberRecursive This Predicate filters for members of the given subgraph id - even if they are deeply nested.
IsLoopFilter Only loops pass this filter.
IsNodeFilter  
IsSubgraphFilter determines if the given Tuple represents a subgraph this filter is used for visual item as well as data so there should not be any instanceof - Test
NotFilter This filter inverts the inner filter.
OrFilter  
XorFilter