BrightSide Workbench Full Report + Source Code
org.turro.scheduler.motor.SchedulerStopImpl Class Reference
Inheritance diagram for org.turro.scheduler.motor.SchedulerStopImpl:
Collaboration diagram for org.turro.scheduler.motor.SchedulerStopImpl:

Public Member Functions

void setConstructor (IConstructor constructor)
 
- Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractImplementation
 AbstractImplementation ()
 
void setElement (IElement element)
 
void setConfiguration (Element configuration)
 
KeyValueMap getAttributes ()
 
Long getLongAttribute (String key)
 

Additional Inherited Members

- Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractImplementation
IElement iel
 
IConstructor constructor
 
Element configuration
 
Map attributes
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 27 of file SchedulerStopImpl.java.

Member Function Documentation

◆ setConstructor()

void org.turro.scheduler.motor.SchedulerStopImpl.setConstructor ( IConstructor  constructor)

Reimplemented from org.turro.elephant.impl.abstracts.AbstractImplementation.

Definition at line 30 of file SchedulerStopImpl.java.

30  {
31  super.setConstructor(constructor);
32  if(Motor.getInstance() != null) {
33  Motor.getInstance().stop();
34  }
35  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: