Java Doc for NewprocessSwitch.java in  » Workflow-Engines » osbl-1_0 » newprocess » util » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Workflow Engines » osbl 1_0 » newprocess.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   newprocess.util.NewprocessSwitch

NewprocessSwitch
public class NewprocessSwitch (Code)
The Switch for the model's inheritance hierarchy. It supports the call NewprocessSwitch.doSwitch(EObject) doSwitch(object) to invoke the caseXXX method for each class of the model, starting with the actual class of the object and proceeding up the inheritance hierarchy until a non-null result is returned, which is the result of the switch.
See Also:   newprocess.NewprocessPackage


Field Summary
protected static  NewprocessPackagemodelPackage
    

Constructor Summary
public  NewprocessSwitch()
     Creates an instance of the switch.

Method Summary
public  TcaseActor(Actor object)
     Returns the result of interpretting the object as an instance of 'Actor'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseAndOperator(AndOperator object)
     Returns the result of interpretting the object as an instance of 'And Operator'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseAsyncActivity(AsyncActivity object)
     Returns the result of interpretting the object as an instance of 'Async Activity'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseConclusion(Conclusion object)
     Returns the result of interpretting the object as an instance of 'Conclusion'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseCondition(Condition object)
     Returns the result of interpretting the object as an instance of 'Condition'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseConditionProxy(ConditionProxy object)
     Returns the result of interpretting the object as an instance of 'Condition Proxy'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseConditionTerm(ConditionTerm object)
     Returns the result of interpretting the object as an instance of 'Condition Term'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseElement(Element object)
     Returns the result of interpretting the object as an instance of 'Element'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseEnvEntry(EnvEntry object)
     Returns the result of interpretting the object as an instance of 'Env Entry'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseEvent(Event object)
     Returns the result of interpretting the object as an instance of 'Event'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseExpansion(Expansion object)
     Returns the result of interpretting the object as an instance of 'Expansion'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseExpression(Expression object)
     Returns the result of interpretting the object as an instance of 'Expression'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseGlobals(Globals object)
     Returns the result of interpretting the object as an instance of 'Globals'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseListener(Listener object)
     Returns the result of interpretting the object as an instance of 'Listener'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseLoader(Loader object)
     Returns the result of interpretting the object as an instance of 'Loader'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseMessage(Message object)
     Returns the result of interpretting the object as an instance of 'Message'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseOperatorTerm(OperatorTerm object)
     Returns the result of interpretting the object as an instance of 'Operator Term'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseOrOperator(OrOperator object)
     Returns the result of interpretting the object as an instance of 'Or Operator'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseProcess(newprocess.Process object)
     Returns the result of interpretting the object as an instance of 'Process'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseRoot(Root object)
     Returns the result of interpretting the object as an instance of 'Root'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseSyncActivity(SyncActivity object)
     Returns the result of interpretting the object as an instance of 'Sync Activity'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TcaseTerm(Term object)
     Returns the result of interpretting the object as an instance of 'Term'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch.
public  TdefaultCase(EObject object)
     Returns the result of interpretting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.
Parameters:
  object - the target of the switch.
public  TdoSwitch(EObject theEObject)
     Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
protected  TdoSwitch(EClass theEClass, EObject theEObject)
     Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
protected  TdoSwitch(int classifierID, EObject theEObject)
     Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

Field Detail
modelPackage
protected static NewprocessPackage modelPackage(Code)
The cached model package




Constructor Detail
NewprocessSwitch
public NewprocessSwitch()(Code)
Creates an instance of the switch.




Method Detail
caseActor
public T caseActor(Actor object)(Code)
Returns the result of interpretting the object as an instance of 'Actor'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Actor'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseAndOperator
public T caseAndOperator(AndOperator object)(Code)
Returns the result of interpretting the object as an instance of 'And Operator'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'And Operator'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseAsyncActivity
public T caseAsyncActivity(AsyncActivity object)(Code)
Returns the result of interpretting the object as an instance of 'Async Activity'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Async Activity'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseConclusion
public T caseConclusion(Conclusion object)(Code)
Returns the result of interpretting the object as an instance of 'Conclusion'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Conclusion'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseCondition
public T caseCondition(Condition object)(Code)
Returns the result of interpretting the object as an instance of 'Condition'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Condition'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseConditionProxy
public T caseConditionProxy(ConditionProxy object)(Code)
Returns the result of interpretting the object as an instance of 'Condition Proxy'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Condition Proxy'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseConditionTerm
public T caseConditionTerm(ConditionTerm object)(Code)
Returns the result of interpretting the object as an instance of 'Condition Term'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Condition Term'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseElement
public T caseElement(Element object)(Code)
Returns the result of interpretting the object as an instance of 'Element'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Element'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseEnvEntry
public T caseEnvEntry(EnvEntry object)(Code)
Returns the result of interpretting the object as an instance of 'Env Entry'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Env Entry'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseEvent
public T caseEvent(Event object)(Code)
Returns the result of interpretting the object as an instance of 'Event'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Event'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseExpansion
public T caseExpansion(Expansion object)(Code)
Returns the result of interpretting the object as an instance of 'Expansion'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Expansion'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseExpression
public T caseExpression(Expression object)(Code)
Returns the result of interpretting the object as an instance of 'Expression'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Expression'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseGlobals
public T caseGlobals(Globals object)(Code)
Returns the result of interpretting the object as an instance of 'Globals'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Globals'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseListener
public T caseListener(Listener object)(Code)
Returns the result of interpretting the object as an instance of 'Listener'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Listener'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseLoader
public T caseLoader(Loader object)(Code)
Returns the result of interpretting the object as an instance of 'Loader'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Loader'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseMessage
public T caseMessage(Message object)(Code)
Returns the result of interpretting the object as an instance of 'Message'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Message'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseOperatorTerm
public T caseOperatorTerm(OperatorTerm object)(Code)
Returns the result of interpretting the object as an instance of 'Operator Term'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Operator Term'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseOrOperator
public T caseOrOperator(OrOperator object)(Code)
Returns the result of interpretting the object as an instance of 'Or Operator'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Or Operator'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseProcess
public T caseProcess(newprocess.Process object)(Code)
Returns the result of interpretting the object as an instance of 'Process'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Process'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseRoot
public T caseRoot(Root object)(Code)
Returns the result of interpretting the object as an instance of 'Root'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Root'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseSyncActivity
public T caseSyncActivity(SyncActivity object)(Code)
Returns the result of interpretting the object as an instance of 'Sync Activity'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Sync Activity'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



caseTerm
public T caseTerm(Term object)(Code)
Returns the result of interpretting the object as an instance of 'Term'. This implementation returns null; returning a non-null result will terminate the switch.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'Term'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
See Also:    doSwitch(EObject)



defaultCase
public T defaultCase(EObject object)(Code)
Returns the result of interpretting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.
Parameters:
  object - the target of the switch. the result of interpretting the object as an instance of 'EObject'.
See Also:   NewprocessSwitch.doSwitch(org.eclipse.emf.ecore.EObject)



doSwitch
public T doSwitch(EObject theEObject)(Code)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. the first non-null result returned by a caseXXX call.



doSwitch
protected T doSwitch(EClass theEClass, EObject theEObject)(Code)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. the first non-null result returned by a caseXXX call.



doSwitch
protected T doSwitch(int classifierID, EObject theEObject)(Code)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. the first non-null result returned by a caseXXX call.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.