|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fhg.igd.jhsm.AbstractComponent
| Field Summary | |
private Action |
action_
|
private Logger |
LOG
|
private String |
name_
|
private Component |
parent_
|
| Constructor Summary | |
AbstractComponent()
|
|
| Method Summary | |
Action |
getAction()
Returns the action associated with this component. |
String |
getName()
Debug method. |
Component |
getParent()
Returns the parent component. |
void |
setAction(Action action)
Assiociates an action with the component. |
void |
setName(String name)
Debug method. |
void |
setParent(Component parent)
Sets the parent component. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface de.fhg.igd.jhsm.Component |
action |
| Field Detail |
private final Logger LOG
private String name_
private Component parent_
private Action action_
| Constructor Detail |
public AbstractComponent()
| Method Detail |
public void setName(String name)
setName in interface Componentpublic String getName()
getName in interface Componentpublic String toString()
public void setAction(Action action)
Component
setAction in interface Componentaction - The action that should be executed by the component.public Action getAction()
Component
getAction in interface Componentpublic Component getParent()
Component
getParent in interface Componentpublic void setParent(Component parent)
Component
setParent in interface Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||