|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.description.EventSource
Field Summary | |
static EventSource |
EVENT_SOURCE
EVENT_SOURCE is a singleton indicating that a parameter or a support is the trigger source |
Constructor Summary | |
private |
EventSource()
|
Method Summary | |
java.lang.Object |
clone()
clones a template |
TemplateDescription |
getContainingTemplate()
returns the template in which the element is defined. |
int |
getKind()
returns the element kind. |
java.util.Iterator |
getTemplateDefHierarchy()
returns as an iterator all templates in which an element has been defined and overloaded. |
boolean |
isEventSource()
indicates whether the element is an event source or not. |
boolean |
performsAction()
Basic elements either provide values or exceute actions that complete the instatiation process This method. |
boolean |
providesValue()
Basic elements either provide values or exceute actions that complete the instatiation process This method. |
void |
setContainingTemplate(TemplateDescription aTemplate)
sets the template in which the element is defined. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final EventSource EVENT_SOURCE
Constructor Detail |
private EventSource()
Method Detail |
public boolean isEventSource()
BasicElement
isEventSource
in interface BasicElement
org.objectweb.kilim.description.lang.Source#isEventSource()
public boolean providesValue()
BasicElement
providesValue
in interface BasicElement
org.objectweb.kilim.description.TemplateElement#providesValue()
public boolean performsAction()
BasicElement
performsAction
in interface BasicElement
org.objectweb.kilim.description.TemplateElement#performsAction()
public TemplateDescription getContainingTemplate()
TemplateElement
getContainingTemplate
in interface TemplateElement
TemplateElement.getContainingTemplate()
public java.util.Iterator getTemplateDefHierarchy()
TemplateElement
getTemplateDefHierarchy
in interface TemplateElement
TemplateElement.getTemplateDefHierarchy()
public void setContainingTemplate(TemplateDescription aTemplate) throws KilimException
TemplateElement
setContainingTemplate
in interface TemplateElement
aTemplate
- : the template.
KilimException
- :TemplateElement.setContainingTemplate(TemplateDescription)
public int getKind()
BasicElement
getKind
in interface BasicElement
BasicElement.getKind()
public java.lang.Object clone()
TemplateElement
clone
in interface TemplateElement
Object.clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |