Creates a new adapter for an object of class '
newprocess.ActorActor '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Actor
createAdapter
public Adapter createAdapter(Notifier target)(Code)
Creates an adapter for the target.
Parameters: target - the object to adapt. the adapter for the target.
Creates a new adapter for an object of class '
newprocess.AndOperatorAnd Operator '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.AndOperator
Creates a new adapter for an object of class '
newprocess.AsyncActivityAsync Activity '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.AsyncActivity
Creates a new adapter for an object of class '
newprocess.ConclusionConclusion '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Conclusion
Creates a new adapter for an object of class '
newprocess.ConditionCondition '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Condition
createConditionProxyAdapter
public Adapter createConditionProxyAdapter()(Code)
Creates a new adapter for an object of class '
newprocess.ConditionProxyCondition Proxy '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.ConditionProxy
Creates a new adapter for an object of class '
newprocess.ConditionTermCondition Term '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.ConditionTerm
Creates a new adapter for an object of class '
newprocess.ElementElement '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Element
Creates a new adapter for an object of class '
newprocess.EnvEntryEnv Entry '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.EnvEntry
Creates a new adapter for an object of class '
newprocess.EventEvent '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Event
Creates a new adapter for an object of class '
newprocess.ExpansionExpansion '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Expansion
Creates a new adapter for an object of class '
newprocess.ExpressionExpression '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Expression
Creates a new adapter for an object of class '
newprocess.GlobalsGlobals '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Globals
Creates a new adapter for an object of class '
newprocess.ListenerListener '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Listener
Creates a new adapter for an object of class '
newprocess.LoaderLoader '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Loader
Creates a new adapter for an object of class '
newprocess.MessageMessage '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Message
Creates a new adapter for an object of class '
newprocess.OperatorTermOperator Term '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.OperatorTerm
Creates a new adapter for an object of class '
newprocess.OrOperatorOr Operator '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.OrOperator
Creates a new adapter for an object of class '
newprocess.ProcessProcess '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Process
Creates a new adapter for an object of class '
newprocess.RootRoot '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Root
Creates a new adapter for an object of class '
newprocess.SyncActivitySync Activity '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.SyncActivity
Creates a new adapter for an object of class '
newprocess.TermTerm '.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
the new adapter. See Also:newprocess.Term
isFactoryForType
public boolean isFactoryForType(Object object)(Code)
Returns whether this factory is applicable for the type of the object.
This implementation returns true if the object is either the model's package or is an instance object of the model.
whether this factory is applicable for the type of the object.