Method Summary |
|
public Adapter | createActorAdapter() Creates a new adapter for an object of class '
newprocess.Actor Actor '. |
public Adapter | createAdapter(Notifier target) Creates an adapter for the target .
Parameters: target - the object to adapt. |
public Adapter | createAndOperatorAdapter() Creates a new adapter for an object of class '
newprocess.AndOperator And Operator '. |
public Adapter | createAsyncActivityAdapter() Creates a new adapter for an object of class '
newprocess.AsyncActivity Async Activity '. |
public Adapter | createConclusionAdapter() Creates a new adapter for an object of class '
newprocess.Conclusion Conclusion '. |
public Adapter | createConditionAdapter() Creates a new adapter for an object of class '
newprocess.Condition Condition '. |
public Adapter | createConditionProxyAdapter() Creates a new adapter for an object of class '
newprocess.ConditionProxy Condition Proxy '. |
public Adapter | createConditionTermAdapter() Creates a new adapter for an object of class '
newprocess.ConditionTerm Condition Term '. |
public Adapter | createEObjectAdapter() Creates a new adapter for the default case. |
public Adapter | createElementAdapter() Creates a new adapter for an object of class '
newprocess.Element Element '. |
public Adapter | createEnvEntryAdapter() Creates a new adapter for an object of class '
newprocess.EnvEntry Env Entry '. |
public Adapter | createEventAdapter() Creates a new adapter for an object of class '
newprocess.Event Event '. |
public Adapter | createExpansionAdapter() Creates a new adapter for an object of class '
newprocess.Expansion Expansion '. |
public Adapter | createExpressionAdapter() Creates a new adapter for an object of class '
newprocess.Expression Expression '. |
public Adapter | createGlobalsAdapter() Creates a new adapter for an object of class '
newprocess.Globals Globals '. |
public Adapter | createListenerAdapter() Creates a new adapter for an object of class '
newprocess.Listener Listener '. |
public Adapter | createLoaderAdapter() Creates a new adapter for an object of class '
newprocess.Loader Loader '. |
public Adapter | createMessageAdapter() Creates a new adapter for an object of class '
newprocess.Message Message '. |
public Adapter | createOperatorTermAdapter() Creates a new adapter for an object of class '
newprocess.OperatorTerm Operator Term '. |
public Adapter | createOrOperatorAdapter() Creates a new adapter for an object of class '
newprocess.OrOperator Or Operator '. |
public Adapter | createProcessAdapter() Creates a new adapter for an object of class '
newprocess.Process Process '. |
public Adapter | createRootAdapter() Creates a new adapter for an object of class '
newprocess.Root Root '. |
public Adapter | createSyncActivityAdapter() Creates a new adapter for an object of class '
newprocess.SyncActivity Sync Activity '. |
public Adapter | createTermAdapter() Creates a new adapter for an object of class '
newprocess.Term Term '. |
public boolean | isFactoryForType(Object object) Returns whether this factory is applicable for the type of the object. |