|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.mwe.core.container.CompositeComponent
org.eclipse.emf.mwe.core.container.ConditionalComponent
org.eclipse.emf.mwe.core.config.FeatureComponent
public class FeatureComponent
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.mwe.core.container.CompositeComponent |
|---|
components, log |
| Constructor Summary | |
|---|---|
FeatureComponent()
|
|
| Method Summary | |
|---|---|
void |
checkConfiguration(Issues issues)
Called by the container after configuration so the component can validate the configuration before invocation. |
boolean |
evaluate()
|
java.lang.String |
getLogMessage()
Returns the log message, |
void |
setIsNotSelected(java.lang.String name)
|
void |
setIsSelected(java.lang.String name)
|
| Methods inherited from class org.eclipse.emf.mwe.core.container.ConditionalComponent |
|---|
invoke, setElse |
| Methods inherited from class org.eclipse.emf.mwe.core.container.CompositeComponent |
|---|
addBean, addCartridge, addComponent, addFeature, addIf, getBridge, getComponentName, getComponents, getContainer, getId, getLocation, getName, getOwnLocation, getResource, invoke, postInvoke, preInvoke, put, setContainer, setId, setLocation, setOwnLocation, setResource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureComponent()
| Method Detail |
|---|
public void setIsSelected(java.lang.String name)
public void setIsNotSelected(java.lang.String name)
public void checkConfiguration(Issues issues)
throws ConfigurationException
WorkflowComponent
checkConfiguration in interface WorkflowComponentcheckConfiguration in class ConditionalComponentissues - implementors should report configuration issues to this.
ConfigurationExceptionpublic boolean evaluate()
public java.lang.String getLogMessage()
WorkflowComponentWithID
getLogMessage in interface WorkflowComponentWithIDgetLogMessage in class CompositeComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||