Uses of Class
de.uni_paderborn.fujaba.basic.BasicIncrement

Packages that use BasicIncrement
de.uni_paderborn.fujaba.asg The Abstract Syntax Graph model. 
de.uni_paderborn.fujaba.basic Basic Classes for Fujaba 
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.fsa Fujaba Swing Adapter 
de.uni_paderborn.fujaba.gxl   
de.uni_paderborn.fujaba.packagediagrams   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.unparse   
de.uni_paderborn.fujaba.views   
de.uni_paderborn.fujaba.views.cf   
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.asg
 

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.asg
 class ASGAnnotation
          Associations ------- 0..n Annotations 0..n ASGAnnotation | key |--------------------------- ASGElement ------- annotations elements
 class ASGCollapsableUnparseInformation
          No comment provided by developer, please add a comment to improve documentation.
 class ASGDiagram
          Associations 0..1 hasCurrentDiagram 0..1 ASGProject --------------------------------- ASGDiagram currentProject currentDiagram
 class ASGElement
          This is the base class for all model elements contained in the abstract syntax graph.
 class ASGElementRef
          This class implements the stub-mechanism, which allows to establish an association between two distinct meta-model elements.
 class ASGInformation
          Associations ------- information 0..1 ASGInformation | key |---------------------------------> String ------- information -------- 0..1 aSGInformation 0..1 ASGUnparseInformation | name |------------------------------ ASGInformation -------- parent aSGinformation
 class ASGProject
          A project stores a lot of different diagrams.
 class ASGUnparseInformation
          Stores information about an UnparseInterface of an ASGElement Associations -------- 0..1 ASGInformation 0..1 ASGUnparseInformation | name |------------------------------ ASGInformation -------- parent aSGInformation
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.basic
 

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.basic
 class PointIncrement
          Deprecated. replaced by ASGUnparseInformation
 

Methods in de.uni_paderborn.fujaba.basic that return BasicIncrement
 BasicIncrement BasicIncrement.readFromStringTokenizer(java.lang.String decl, BasicIncrement defaultValue, java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes)
          No comment provided by developer, please add a comment to improve documentation.
 BasicIncrement BasicIncrement.readFromStringTokenizer(de.upb.tools.fca.FLinkedList defaultValue, java.util.StringTokenizer lineTok, java.util.Hashtable objects)
          No comment provided by developer, please add a comment to improve documentation.
 BasicIncrement BasicIncrement.readFromStringTokenizer(de.upb.tools.fca.FTreeSet defaultValue, java.util.StringTokenizer lineTok, java.util.Hashtable objects)
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.basic with parameters of type BasicIncrement
static java.lang.String FD.toString(BasicIncrement incr)
          No comment provided by developer, please add a comment to improve documentation.
 void BasicIncrement.writeToStringBuffer(java.lang.String decl, BasicIncrement incr, de.upb.tools.fca.FTreeSet setOfNeighbours)
          No comment provided by developer, please add a comment to improve documentation.
 void BasicIncrement.writeToStringBuffer(java.lang.String decl, BasicIncrement incr, java.lang.String text, de.upb.tools.fca.FTreeSet setOfNeighbours)
          No comment provided by developer, please add a comment to improve documentation.
 BasicIncrement BasicIncrement.readFromStringTokenizer(java.lang.String decl, BasicIncrement defaultValue, java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.basic with parameters of type BasicIncrement
KeyValuePair(BasicIncrement key, BasicIncrement value)
          Constructor for class KeyValuePair
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.codegen
 

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.codegen
 class AccessedElementRef
           
 class AccessMethodRef
           
 class GeneratedMethodRef
           
 class StatechartMethodRef
           
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.fsa
 

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.fsa
 class FSAArrow
          Deprecated. Use FSADirectionIndicator, FSADoubleArrow ir FSABigArrow
 class FSABend
          fsa object for JBend
 class FSABendLine
          FSABendLine: FSAObject for JBendlines JBendLine is a Line with Bends attached to both ends, that handle the position of start- and endpoint of the line
 class FSABigArrow
          UMLClass: 'FSABigArrow'
 class FSACircle
          UMLClass: 'FSACircle'
 class FSACollapsable
          UMLClass: 'FSAPanel'
 class FSAComboBox
          No comment provided by developer, please add a comment to improve documentation.
 class FSAComboBoxLabel
          FSAComboBoxLabel.
 class FSAContainer
          No comment provided by developer, please add a comment to improve documentation.
 class FSADialog
          Fujaba Swing Adapter JDialog
 class FSADirectionIndicator
          UMLClass: 'FSADirectionIndicator'
 class FSAEditorPane
          UMLClass: 'FSAEditorPane'
 class FSAEntryGrab
          No comment provided by developer, please add a comment to improve documentation.
 class FSAFrame
          Fujaba Swing Adapter JFrame
 class FSAGrab
          fsaObject for JGrab A JGrab is a JBend that is attached to another JComponent and changes position with it.
 class FSAIntegerFieldLabel
          No comment provided by developer, please add a comment to improve documentation.
 class FSALabel
          No comment provided by developer, please add a comment to improve documentation.
 class FSALayeredPane
          UMLClass: 'FSALayeredPane'
 class FSALine
          Class FSALine
 class FSAObject
          FSAObject is the Controller in the MVC UMLUnparseInterface-FSAObject-JComponent.
 class FSAPanel
          UMLClass: 'FSAPanel'
 class FSAPolyLine
          Class FSAPolyLine
 class FSAResizeable
          FSAResizeable.
 class FSASeparatedPanel
          FSA component for a separated panel.
 class FSASeparator
          FSASeparator.
 class FSAStereotypeLabel
          No comment provided by developer, please add a comment to improve documentation.
 class FSATextComponent
          No comment provided by developer, please add a comment to improve documentation.
 class FSATextFieldLabel
          No comment provided by developer, please add a comment to improve documentation.
 class FSAUnderlinedObject
          UMLClass: 'FSAUnderlinedObject'
 class FSAWindow
          Fujaba Swing Adapter JWindow
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.gxl
 

Methods in de.uni_paderborn.fujaba.gxl with parameters of type BasicIncrement
 boolean UMLClassDiagramFilter.verifyObject(BasicIncrement vObject)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLActivityDiagramFilter.verifyObject(BasicIncrement vObject)
          No comment provided by developer, please add a comment to improve documentation.
 boolean GXLFilter.verifyObject(BasicIncrement obj)
          No comment provided by developer, please add a comment to improve documentation.
abstract  boolean Filter.verifyObject(BasicIncrement vObject)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.packagediagrams
 

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.packagediagrams
 class DiagramUsage
          UMLClass: 'DiagramUsage' A diagram usage is a placeholder for a diagram within a packagediagram.
 class PackageDiagram
          A Package Diagram.
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.uml
 

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.uml
 class ASTNode
          This is the super class for all method body (AST) Abstract Syntax Tree nodes.
 class ASTRootNode
          This class is the Abstract Syntax Tree root node for AST's of method bodies.
 class UMLAction
          UMLClass: 'UMLAction'.
 class UMLActivity
          Associations 0..1 N UMLActivity -------------------- UMLTransition revEntry entry 0..1 N UMLActivity -------------------- UMLTransition revExit exit 0..1 0..1 UMLActivity ----------------------------------- FlowActivity + UMLActivity + FlowActivity
 class UMLActivityDiagram
          Associations 0..1 contains n UMLComplexState --------------------------- UMLActivityDiagram revContains contains
 class UMLArray
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 class UMLAssoc
          Associations ------------- 0..n stereotype 0..1 UMLAssoc | getText() |----------------------------- UMLStereotype ------------- uMLAssoc uMLStereotype
 class UMLAssocStereotype
          Deprecated. use UMLStereotype instead
 class UMLAttr
          Associations +-----------+ 1 1 UMLClass | getName() +------------------ UMLAttr +-----------+ parent attrs 0..1 0..1 UMLRole ------------------------------------------------ UMLAttr implementingAssocRole associatedAttribute 0..* 0..1 UMLMethod -------------------------------------- UMLAttr accessMethods accessedAttribute
 class UMLAttrExprPair
          Associations 0..n instanceOf 0..1 UMLAttrExprPair ---------------------------- UMLAttr instances instanceOf 0..n attrs 0..1 UMLAttrExprPair ----------------------- UMLObject attrs revAttrs
 class UMLBaseTypes
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 class UMLCardinality
          No comment provided by developer, please add a comment to improve documentation.
 class UMLClass
          UMLClass is the core element of UMLClass-Diagrams.
 class UMLClassDiagram
           
 class UMLCollabStat
          Associations 0..n callTarget 0..1 UMLCollabStat ---------------------------- UMLObject collabStats callTarget 0..1 callSource 0..n UMLObject ---------------------------- UMLCollabStat callSource collabStat 0..1 masterCollabStat 0..1 UMLCollabStat ---------------------------------- UMLStoryPattern revMasterCollabStat myPattern 0..n subStats 0..1 UMLCollabStat -------------------------- UMLCollabStat subStats fatherStat 0..1 masterCollabStat 0..1 UMLDiagram -------------------------------- UMLCollabStat diag collabStat
 class UMLCommentary
          Provides commentary nodes for the diags.
 class UMLComplexState
          Associations n contains 0..1 UMLActivityDiagram --------------------------- UMLComplexState contains revContains 0..1 story 1 UMLComplexState --------------------- UMLStoryActivity story revStory
 class UMLConnection
          UMLConnection is the base class for all DiagramItems that represent edges in Diagrams, such as UMLAssoc, UMLLink ...
 class UMLConstraint
          Associations 0..n constraints 0..n UMLConstraint ------------------------------- UMLIncrement constraints revConstraints
 class UMLDeclaration
           
 class UMLDiagram
          No comment provided by developer, please add a comment to improve documentation.
 class UMLDiagramItem
          No comment provided by developer, please add a comment to improve documentation.
 class UMLFile
          Associations +-----------+ 1 1 UMLFile | getName() +----------------------- UMLClass +-----------+ file contains
 class UMLGeneralization
          No comment provided by developer, please add a comment to improve documentation.
 class UMLIncrement
          Associations
 class UMLLink
          Associations 0..n source 0..1 UMLLink ------------------------ UMLObject revSource source 0..n target 0..1 UMLLink ------------------------ UMLObject revTarget target 0..n instanceOf 0..1 UMLLink ---------------------------- UMLAssoc instances instanceOf 0..1 sourceLink 0..1 UMLLink ------------------------------ UMLMultiLink revSourceLink sourceLink 0..1 targetLink 0..1 UMLLink ------------------------------ UMLMultiLink targetLink revTargetLink
 class UMLLinkSet
          No comment provided by developer, please add a comment to improve documentation.
 class UMLMethod
          Associatons 1 1 +---------------------+ UMLMethod ------------------------+ getFullMethodName() | UMLClass methods parent +---------------------+ +-----------+ 1 1 UMLClass | getName() +------------------------------ UMLMethod +-----------+ declares declaredInMethod 0..1 0..* UMLAttr -------------------------------------- UMLMethod accessedAttribute accessMethods 0..1 astRootNode 0..1 UMLMethod ------------------------------ ASTRootNode uMLMethod aSTRootNode
 class UMLMultiLink
          No comment provided by developer, please add a comment to improve documentation.
 class UMLNopActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLObject
          Associations 0..1 returnParam 0..1 UMLObject -------------------------------- UMLStopActivity returnParam revReturnParam 0..n instanceOf 0..1 UMLObject ------------------------------ UMLClass instances instanceOf 0..1 source 0..n UMLObject -------------------------- UMLLink source revSource 0..1 target 0..n UMLObject -------------------------- UMLLink target revTarget 0..1 toSetObject 0..n UMLObject ------------------------------- UMLLinkSet toSetObject revToSetObject 0..1 attrs 0..n UMLObject ------------------------- UMLAttrExprPair revAttrs attrs 0..1 callTarget 0..n UMLObject ----------------------------- UMLCollabStat callTarget collabStats 0..n boundTo 0..1 UMLObject ------------------------- UMLObject bindings boundTo 0..1 containerObject 0..n UMLObject --------------------------------------- UMLMultiLink containerObject revContainerObject Valid combinations of modifier and type (X=valid/O=invalid): modifier\type | normal | optional | negative | set ------------------------------------------------------------- none | X | X | X | X ------------------------------------------------------------- create | X | O | O | O ------------------------------------------------------------- delete | X | X | O | X
 class UMLObjectDiagram
          This class represents an object diagram.
 class UMLPackage
          Associations +-----------+ 1 1 UMLClass | getName() +------------------------------ UMLPackage +-----------+ declares declaredInPackage +-----------+ 1 1 UMLPackage | getName() +-------------------- UMLPackage +-----------+ parent packages
 class UMLParam
          No comment provided by developer, please add a comment to improve documentation.
 class UMLPath
          This class represents path expressions
 class UMLProject
          Associations +---------+ 1 1 UMLProject + name +--------------------------------------- UMLClass +---------+ declaredInReferences references ------ 0..1 Assoc 0..1 UMLProject | ID |--------------------------------- BasicIncrement ------ refProject objectHashTable
 class UMLQualifier
          No comment provided by developer, please add a comment to improve documentation.
 class UMLReactiveDiagram
          
 class UMLRole
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStartActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStatechart
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStatement
           
 class UMLStatementActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStereotype
          Associations +-----------+ 0..1 uMLStereotypes 0..1 UMLStereotypeManager | getText() |----------------------------------------- UMLStereotype +-----------+ uMLStereotypeManager uMLStereotypes +-----------+ 0..n 0..1 UMLIncrement | getText() |----------------------------- UMLStereotype +-----------+ increments uMLStereotype
 class UMLStopActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStoryActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStoryPattern
           
 class UMLTransition
          Associations 0..1 N UMLActivity -------------------- UMLTransition revEntry entry 0..1 N UMLActivity -------------------- UMLTransition revExit exit
 class UMLTransitionDiagram
          UMLClass: 'UMLTransitionDiagram'.
 class UMLTransitionGuard
          No comment provided by developer, please add a comment to improve documentation.
 class UMLTypeList
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.uml.unparse
 

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.uml.unparse
 class StereotypeLabel
           
 

Uses of BasicIncrement in de.uni_paderborn.fujaba.views
 

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.views
 class AbstractConfigurableFilter
          No comment provided by developer, please add a comment to improve documentation.
 class AbstractFilter
          UMLClass: 'AbstractViewFilter'
 class AssocFilter
          Filter, that filters along associations
 class CompositeFilter
          No comment provided by developer, please add a comment to improve documentation.
 class InheritanceFilter
          This Filter defines its 1-Context by following the inheritance hierarchy to the sub- or superclasses, depending on the current configuration
 class LinkFilter
          This Filter defines its 1-Context by following "+ the in- and outgoing links of the object
 class TransitionFilter
          This Filter defines its 1-Context by following the in- and outgoing transitions of the activity depending on the current configuration
 class ViewDefinition
          A ViewDefinition consists of a Filter and all the information needed to use that filter like source diagram, context, start items.
 class ViewDiagram
          UMLDiagram that is a View of another Diagram.
 

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

Subclasses of BasicIncrement in de.uni_paderborn.fujaba.views.cf
 class CFAndNode
          CFAndNode computes the intersection of all sets from incoming edges
 class CFDiagram
          The CFDiagram aalows definition of complex filter rules by combining rules with set operations represented by nodes in this diagram
 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 CFNode
          Base class for all nodes in a CFDiagram
 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.
 class CFTransition
          No comment provided by developer, please add a comment to improve documentation.