|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator.WeightsProcessor
public class WeightsProcessor
Implementation of Processor
providing logic for weights retrieval from weights files.
| Constructor Summary | |
|---|---|
WeightsProcessor()
|
|
| Method Summary | |
|---|---|
String |
getExtension()
Which extension can this processor process. |
FolderType |
getFolder()
Which folder does this processor operate on. |
Class<?> |
getResultType()
Get Class of the type this processor returns by process method within List. |
List<Tweight> |
process(InputStream inputStream)
Returns the List of type defined for this processor which represents the input. |
boolean |
processUndefined()
Whether this processor can process also different extensions than that specified in Processor.getExtension(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeightsProcessor()
| Method Detail |
|---|
public FolderType getFolder()
Processor
getFolder in interface Processor<Tweight>public String getExtension()
Processor
getExtension in interface Processor<Tweight>public boolean processUndefined()
ProcessorProcessor.getExtension().
processUndefined in interface Processor<Tweight>Processor.getExtension()
reports. False otherwise.
public List<Tweight> process(InputStream inputStream)
throws InterruptedException
ProcessorList of type defined for this processor which represents the input.
process in interface Processor<Tweight>inputStream - Input of any arbitrary type.
InterruptedException - When user interrupts the processing operation at any moment.public Class<?> getResultType()
ProcessorClass of the type this processor returns by process method within List.
getResultType in interface Processor<Tweight>Class of the type this processor returns by process method within List.
|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||