|
||||||||||
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.
Constructor Summary | |
---|---|
AbstractInfoAnalysis()
|
Method Summary | |
---|---|
String |
getCategory()
Returns the analysis category. |
List<String> |
getDependencies()
Returns a list of identifiers this object is depending on. |
abstract String |
getDescription()
Returns the analysis description. |
abstract String |
getID()
Returns the analysis id. |
abstract String |
getName()
Returns the analysis name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 String getCategory()
public List<String> getDependencies()
getDependencies
in interface IDepending<String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |