Uses of Class
de.uni_paderborn.fujaba.asg.ASGInformation

Packages that use ASGInformation
de.uni_paderborn.fujaba.asg The Abstract Syntax Graph model. 
de.uni_paderborn.fujaba.fsa Fujaba Swing Adapter 
 

Uses of ASGInformation in de.uni_paderborn.fujaba.asg
 

Methods in de.uni_paderborn.fujaba.asg that return ASGInformation
 ASGInformation ASGUnparseInformation.getFromASGInformation(java.lang.String key)
          Get the fromASGInformation attribute of the ASGUnparseInformation object
 

Methods in de.uni_paderborn.fujaba.asg with parameters of type ASGInformation
 boolean ASGUnparseInformation.addToASGInformation(java.lang.String key, ASGInformation value)
          Access method for an one to n association.
 boolean ASGUnparseInformation.hasInASGInformation(ASGInformation value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean ASGUnparseInformation.hasInASGInformation(java.lang.String key, ASGInformation value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean ASGUnparseInformation.removeFromASGInformation(ASGInformation value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean ASGUnparseInformation.removeFromASGInformation(java.lang.String key, ASGInformation value)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.asg with parameters of type ASGInformation
ASGInformation(ASGInformation toCopy)
          copy Constructor.
 

Uses of ASGInformation in de.uni_paderborn.fujaba.fsa
 

Methods in de.uni_paderborn.fujaba.fsa that return ASGInformation
 ASGInformation FSAObject.getASGInformation()
          Get the ASGInformation for the FSAObject
 ASGInformation FSAObject.getASGInformation(boolean create)
          Get the ASGInformation for the FSAObject