|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.service.dan.GraphNode | +--solar.service.dan.Source
An abstract class for all Solar sources.
Field Summary |
Fields inherited from class solar.service.dan.GraphNode |
_gid |
Fields inherited from interface solar.service.dan.DanConstants |
DAN_INPORT, DAN_OUTPORT |
Constructor Summary | |
Source()
|
Method Summary | |
java.util.List |
getInputPorts()
Return a list of input ports of this node. |
void |
handleEvent(Event evt)
Handle the event being actively pushed/published to this operator. |
abstract void |
run()
The execution body of this source. |
Methods inherited from class solar.service.dan.GraphNode |
getId, getOutputPorts, handleEvent, handleQuery, handleQuery, init, init, publish, publish, setId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Source()
Method Detail |
public abstract void run() throws java.lang.Exception
java.lang.Exception
public java.util.List getInputPorts()
GraphNode
getInputPorts
in class GraphNode
public void handleEvent(Event evt) throws java.lang.Exception
GraphNode
handleEvent
in class GraphNode
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |