|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.AbstractInfoAnalysis
public abstract class AbstractInfoAnalysis
Analyses that derive from this class are required to provide an id, name and description. A category, strong and weak dependencies are optional.
Constructor Summary | |
---|---|
AbstractInfoAnalysis()
|
Method Summary | |
---|---|
String |
getCategory()
Returns the analysis category. |
List<Pair<String,String>> |
getComponents()
Returns the components, in the form of name/abbreviation pairs, the results of this analysis consist of. |
List<Dependency<String>> |
getDependencies()
Returns a list of dependencies. |
abstract String |
getDescription()
Returns the analysis description. |
abstract String |
getId()
Returns the analysis id. |
abstract String |
getName()
Returns the analysis name. |
boolean |
isHelper()
Returns whether this analysis is a helper analysis. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.cau.cs.kieler.kiml.grana.IAnalysis |
---|
doAnalysis |
Constructor Detail |
---|
public AbstractInfoAnalysis()
Method Detail |
---|
public abstract String getId()
getId
in interface IDepending<String>
public abstract String getName()
public abstract String getDescription()
public boolean isHelper()
public String getCategory()
public List<Pair<String,String>> getComponents()
public List<Dependency<String>> getDependencies()
getDependencies
in interface IDepending<String>
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |