|
|||||||||
| 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
public abstract class PipeModuleFactory
Factory to create new graph cell modules, tree nodes, and pipes.
| Field Summary | |
|---|---|
protected java.lang.Class |
c
The c. |
protected java.lang.String |
name
The name. |
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
PipeModuleFactory()
Instantiates a new pipe module factory. |
|
PipeModuleFactory(java.lang.String name,
java.lang.Class c)
Instantiates a new pipe module factory. |
|
| Method Summary | |
|---|---|
abstract PipeModuleCell |
createGraphCell()
Create graph cell for internal frame. |
abstract PipeModule |
createPipe()
Create pipe module to run algorithm. |
abstract DraggableNode |
createTreeNode()
Create tree node for module panel. |
java.lang.Class |
getModuleClass()
Get class that identifies the module which could be a PipeModule. |
java.lang.String |
getModuleName()
Get the module's name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String version
protected java.lang.Class c
| Constructor Detail |
|---|
public PipeModuleFactory()
public PipeModuleFactory(java.lang.String name,
java.lang.Class c)
name - the namec - the c| Method Detail |
|---|
public abstract PipeModuleCell createGraphCell()
public abstract PipeModule createPipe()
public abstract DraggableNode createTreeNode()
public java.lang.Class getModuleClass()
public java.lang.String getModuleName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||