Uses of Class
de.uni_paderborn.fujaba.views.cf.CFNode

Packages that use CFNode
de.uni_paderborn.fujaba.views.cf   
 

Uses of CFNode in de.uni_paderborn.fujaba.views.cf
 

Subclasses of CFNode in de.uni_paderborn.fujaba.views.cf
 class CFAndNode
          CFAndNode computes the intersection of all sets from incoming edges
 class CFEndNode
          CFEndNode returns the result for the context computation of the whole diagram
 class CFFilterNode
          CFFilterNode is a node with an associated filter for context computation
 class CFNotNode
          Builds the complement of the union of all incoming results
 class CFOrNode
          Builds the union of all incoming results
 class CFStartNode
          The Start node of a CFDiagram.
 

Methods in de.uni_paderborn.fujaba.views.cf that return CFNode
 CFNode CFTransition.getSource()
          Get the source attribute of the CFTransition object
 CFNode CFTransition.getTarget()
          Get the target attribute of the CFTransition object
 

Methods in de.uni_paderborn.fujaba.views.cf with parameters of type CFNode
 boolean CFTransition.setSource(CFNode value)
          Sets the source attribute of the CFTransition object
 boolean CFTransition.setTarget(CFNode value)
          Sets the target attribute of the CFTransition object