Uses of Class
de.cau.cs.kieler.kiml.grana.AnalysisFailed.Type

Packages that use AnalysisFailed.Type
de.cau.cs.kieler.kiml.grana Base classes for implementation of analysis algorithms and classes that provide the analyses as services. 
 

Uses of AnalysisFailed.Type in de.cau.cs.kieler.kiml.grana
 

Methods in de.cau.cs.kieler.kiml.grana that return AnalysisFailed.Type
 AnalysisFailed.Type AnalysisFailed.getType()
          Returns the type.
static AnalysisFailed.Type AnalysisFailed.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnalysisFailed.Type[] AnalysisFailed.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.cau.cs.kieler.kiml.grana with parameters of type AnalysisFailed.Type
AnalysisFailed(AnalysisFailed.Type theType)
          Constructs a new analysis failed object.
AnalysisFailed(AnalysisFailed.Type theType, Exception e)
          Constructs a new analysis failed object.