|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kex.model.ExampleCollector
public abstract class ExampleCollector
Main class for an example collector.
Constructor Summary | |
---|---|
ExampleCollector()
|
Method Summary | |
---|---|
abstract Map<String,Example> |
getExamplePool()
Returns the loaded examplePool. |
List<String> |
getExamplesAsStrings()
Makes a String representation of examples. |
abstract SourceType |
getSourceType()
Getter for SourceType . |
abstract void |
load()
Loads the examples. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExampleCollector()
Method Detail |
---|
public abstract void load()
public abstract Map<String,Example> getExamplePool()
public abstract SourceType getSourceType()
SourceType
. Every collector should have one.
SourceType
public List<String> getExamplesAsStrings()
String
representation of examples.
List
of String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |