Java Doc for Process.java in  » Workflow-Engines » wilos » wilos » model » spem2 » process » 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 » wilos » wilos.model.spem2.process 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


wilos.model.spem2.activity.Activity
   wilos.model.spem2.process.Process

Process
public class Process extends Activity implements Cloneable(Code)
A Process is a special Activity that describes a structure for particular types of development projects. To perform such a development project a Processes would be 'instantiated' and adapted for the specific situation. Process is an abstract class and this meta-model defines different special types of Processes for different process management applications and different situations of process reuse.

It's an element of the SPEM2 specification of the OMG organization (http://www.omg.org/).




Constructor Summary
public  Process()
    

Method Summary
public  voidaddAllProjects(Set<Project> _project)
    
public  voidaddProcessManager(ProcessManager _processManager)
    
public  voidaddProject(Project _project)
    
public  Processclone()
    
protected  voidcopy(Process _process)
     Copy the values of the specified Process into the current instance of the class.
public  booleanequals(Object obj)
     Defines if the specified Object is the same or has the same values as the current instance of the Process.
public  StringgetFolderPath()
    
public  ProcessManagergetProcessManager()
    
public  Set<Project>getProjects()
    
public  inthashCode()
     Returns a hash code value for the object.
public  voidremoveAllProjects()
    
public  voidremoveProcessManager(ProcessManager _processManager)
    
public  voidremoveProject(Project _project)
    
public  voidsetFolderPath(String folderPath)
    
public  voidsetProcessManager(ProcessManager processManager)
    
public  voidsetProjects(Set<Project> project)
    


Constructor Detail
Process
public Process()(Code)
Default constructor




Method Detail
addAllProjects
public void addAllProjects(Set<Project> _project)(Code)
Add a Project Set to the Project Collection of a Process
Parameters:
  _project - the Set of Project to add to the Process



addProcessManager
public void addProcessManager(ProcessManager _processManager)(Code)
Adds a relation between the specified ProcessManager and the Process
Parameters:
  _processManager - the ProcessManager to be linked to



addProject
public void addProject(Project _project)(Code)
Adds a Project to the Process
Parameters:
  _project -



clone
public Process clone() throws CloneNotSupportedException(Code)
Returns a copy of the current instance of Process a copy of the Process
throws:
  CloneNotSupportedException -



copy
protected void copy(Process _process)(Code)
Copy the values of the specified Process into the current instance of the class.
Parameters:
  _process - The Process to copy.



equals
public boolean equals(Object obj)(Code)
Defines if the specified Object is the same or has the same values as the current instance of the Process.
Parameters:
  obj - the Object to be compare to the Process true if the specified Object is the same, false otherwise



getFolderPath
public String getFolderPath()(Code)
Returns the folder path to the Process the String of the folder path



getProcessManager
public ProcessManager getProcessManager()(Code)
Returns the ProcessManager assigned to the Process the Process ProcessManager



getProjects
public Set<Project> getProjects()(Code)
Returns the Collection of Project related to the Process a Set of Project



hashCode
public int hashCode()(Code)
Returns a hash code value for the object. This method is supported for the benefit of hash tables. the hash code of the current instance of Process



removeAllProjects
public void removeAllProjects()(Code)
Removes all the Project related to the Process



removeProcessManager
public void removeProcessManager(ProcessManager _processManager)(Code)
Removes the relation between the specified ProcessManager and the Process
Parameters:
  _processManager - the ProcessManager to be unlinked to



removeProject
public void removeProject(Project _project)(Code)
Removes a Project from the Process
Parameters:
  _project -



setFolderPath
public void setFolderPath(String folderPath)(Code)
Sets the folder path of the Process
Parameters:
  folderPath - the folder path



setProcessManager
public void setProcessManager(ProcessManager processManager)(Code)
Sets the ProcessManager assigned to the Process
Parameters:
  processManager - the ProcessManager to set to the Process



setProjects
public void setProjects(Set<Project> project)(Code)
Sets the Collection of Project related to the Process
Parameters:
  project - the Set of Project to be set



Methods inherited from wilos.model.spem2.activity.Activity
public void addAllBreakdownElements(SortedSet<BreakdownElement> _breakdownElements)(Code)(Java Doc)
public void addAllConcreteActivities(Set<ConcreteActivity> _concreteActivities)(Code)(Java Doc)
public void addAllGuidances(Set<Guidance> _guidances)(Code)(Java Doc)
public void addBreakdownElement(BreakdownElement _breakdownElement)(Code)(Java Doc)
public void addConcreteActivity(ConcreteActivity _concreteActivity)(Code)(Java Doc)
public void addGuidance(Guidance _guidance)(Code)(Java Doc)
public Activity clone() throws CloneNotSupportedException(Code)(Java Doc)
protected void copy(Activity _activity)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public String getAlternatives()(Code)(Java Doc)
public SortedSet<BreakdownElement> getBreakdownElements()(Code)(Java Doc)
public Set<ConcreteActivity> getConcreteActivities()(Code)(Java Doc)
public Set<Guidance> getGuidances()(Code)(Java Doc)
public String getHowToStaff()(Code)(Java Doc)
public String getPurpose()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void removeAllBreakdownElements()(Code)(Java Doc)
public void removeAllConcreteActivities()(Code)(Java Doc)
public void removeAllGuidances()(Code)(Java Doc)
public void removeBreakdownElement(BreakdownElement _breakdownElement)(Code)(Java Doc)
public void removeConcreteActivity(ConcreteActivity _concreteActivity)(Code)(Java Doc)
public void removeGuidance(Guidance _guidance)(Code)(Java Doc)
public void setAlternatives(String _alternatives)(Code)(Java Doc)
public void setBreakdownElements(SortedSet<BreakdownElement> _breakDownElements)(Code)(Java Doc)
public void setConcreteActivities(Set<ConcreteActivity> _concreteActivities)(Code)(Java Doc)
public void setGuidances(Set<Guidance> _guidances)(Code)(Java Doc)
public void setHowToStaff(String _howToStaff)(Code)(Java Doc)
public void setPurpose(String _purpose)(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.