|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleFactory
edu.jhu.ece.iacl.jist.pipeline.graph.PipeSourceFactory
public class PipeSourceFactory
Factory for creating source modules.
Nested Class Summary | |
---|---|
static class |
PipeSourceFactory.SourceCell
Source graph cell. |
static class |
PipeSourceFactory.SourceNode
Source tree node. |
Field Summary |
---|
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleFactory |
---|
c, name, version |
Constructor Summary | |
---|---|
PipeSourceFactory(java.lang.String name,
java.lang.Class c)
Instantiates a new pipe source factory. |
Method Summary | |
---|---|
PipeSourceFactory.SourceCell |
createGraphCell()
Create graph cell for source. |
PipeSource |
createPipe()
Crete pipe module for source. |
DraggableNode |
createTreeNode()
Create tree node for source. |
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleFactory |
---|
getModuleClass, getModuleName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PipeSourceFactory(java.lang.String name, java.lang.Class c)
name
- the namec
- the cMethod Detail |
---|
public PipeSourceFactory.SourceCell createGraphCell()
createGraphCell
in class PipeModuleFactory
public PipeSource createPipe()
createPipe
in class PipeModuleFactory
public DraggableNode createTreeNode()
createTreeNode
in class PipeModuleFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |