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


wilos.model.spem2.breakdownelement.BreakdownElement
   wilos.model.spem2.workbreakdownelement.WorkBreakdownElement
      wilos.model.spem2.activity.Activity

All known Subclasses:   wilos.model.spem2.phase.Phase,  wilos.model.spem2.process.Process,  wilos.model.spem2.iteration.Iteration,  wilos.business.webservices.transfertobject.ActivityTO,
Activity
public class Activity extends WorkBreakdownElement implements Cloneable(Code)
An Activity is a WorkBreakdownElement which supports the nesting and logical grouping of related Breakdown Elements forming breakdown structures. Although Activity is a concrete meta-class, other classes which represent breakdown structures derive from it; such as Phase , Iteration or Process .

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




Constructor Summary
public  Activity()
     Default constructor.

Method Summary
public  voidaddAllBreakdownElements(SortedSet<BreakdownElement> _breakdownElements)
     Add a BreakdownElement collection to the BreakdownElement collection of an activity.
public  voidaddAllConcreteActivities(Set<ConcreteActivity> _concreteActivities)
     Add a ConcreteActivity collection to the concrete activities collection of an activity.
public  voidaddAllGuidances(Set<Guidance> _guidances)
    
public  voidaddBreakdownElement(BreakdownElement _breakdownElement)
     Add a BreakdownElement to the BreakdownElement collection of an activity.
public  voidaddConcreteActivity(ConcreteActivity _concreteActivity)
     Add a ConcreteActivity to the BreakdownElement collection of an Activity.
public  voidaddGuidance(Guidance _guidance)
    
public  Activityclone()
    
protected  voidcopy(Activity _activity)
     Copy the _activity into the current Activity.
public  booleanequals(Object obj)
     Defines if the specified Object is the same or has the same values as the current instance of the class.
public  StringgetAlternatives()
     Getter of alternatives.
public  SortedSet<BreakdownElement>getBreakdownElements()
     Getter of break down elements collection.
public  Set<ConcreteActivity>getConcreteActivities()
     Getter of concrete activities.
public  Set<Guidance>getGuidances()
     Getter of guidances.
public  StringgetHowToStaff()
     Getter of howToStaff.
public  StringgetPurpose()
     Getter of purpose.
public  inthashCode()
     Returns a hash code value for the object.
public  voidremoveAllBreakdownElements()
     Remove from an Activity all its break down elements.
public  voidremoveAllConcreteActivities()
     Remove from an Activity all its concrete activities.
public  voidremoveAllGuidances()
     Remove from an Activity all its guidances.
public  voidremoveBreakdownElement(BreakdownElement _breakdownElement)
     Remove from an Activity one of these break downe elements.
public  voidremoveConcreteActivity(ConcreteActivity _concreteActivity)
     Remove from an Activity one of these concrete activities.
public  voidremoveGuidance(Guidance _guidance)
     Remove from a Guidance one of these guidances.
public  voidsetAlternatives(String _alternatives)
     Setter of alternatives.
public  voidsetBreakdownElements(SortedSet<BreakdownElement> _breakDownElements)
     Setter of breakDownElements.
public  voidsetConcreteActivities(Set<ConcreteActivity> _concreteActivities)
     Setter of concrete activities collection.
public  voidsetGuidances(Set<Guidance> _guidances)
     Setter of guidances collection.
public  voidsetHowToStaff(String _howToStaff)
     Setter of howToStaff.
public  voidsetPurpose(String _purpose)
     Setter of purpose.


Constructor Detail
Activity
public Activity()(Code)
Default constructor.




Method Detail
addAllBreakdownElements
public void addAllBreakdownElements(SortedSet<BreakdownElement> _breakdownElements)(Code)
Add a BreakdownElement collection to the BreakdownElement collection of an activity.
Parameters:
  _breakdownElements - The set of BreakdownElement to add.



addAllConcreteActivities
public void addAllConcreteActivities(Set<ConcreteActivity> _concreteActivities)(Code)
Add a ConcreteActivity collection to the concrete activities collection of an activity.
Parameters:
  _concreteActivities - The set of ConcreteActivity to add.



addAllGuidances
public void addAllGuidances(Set<Guidance> _guidances)(Code)

Parameters:
  _guidances -



addBreakdownElement
public void addBreakdownElement(BreakdownElement _breakdownElement)(Code)
Add a BreakdownElement to the BreakdownElement collection of an activity.
Parameters:
  _breakdownElement - The BreakdownElement to add.



addConcreteActivity
public void addConcreteActivity(ConcreteActivity _concreteActivity)(Code)
Add a ConcreteActivity to the BreakdownElement collection of an Activity.
Parameters:
  _concreteActivity - The ConcreteActivity to add.



addGuidance
public void addGuidance(Guidance _guidance)(Code)

Parameters:
  _guidance -



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



copy
protected void copy(Activity _activity)(Code)
Copy the _activity into the current Activity.
Parameters:
  _activity - The Activity 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 class.
Parameters:
  _obj - the Object to be compare to the Activity true if the specified Object is the same, false otherwise



getAlternatives
public String getAlternatives()(Code)
Getter of alternatives. The alternatives collection.



getBreakdownElements
public SortedSet<BreakdownElement> getBreakdownElements()(Code)
Getter of break down elements collection. the break down elements collection.



getConcreteActivities
public Set<ConcreteActivity> getConcreteActivities()(Code)
Getter of concrete activities.



getGuidances
public Set<Guidance> getGuidances()(Code)
Getter of guidances. The guidances collection to get.



getHowToStaff
public String getHowToStaff()(Code)
Getter of howToStaff.



getPurpose
public String getPurpose()(Code)
Getter of purpose.



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 Activity



removeAllBreakdownElements
public void removeAllBreakdownElements()(Code)
Remove from an Activity all its break down elements.



removeAllConcreteActivities
public void removeAllConcreteActivities()(Code)
Remove from an Activity all its concrete activities.



removeAllGuidances
public void removeAllGuidances()(Code)
Remove from an Activity all its guidances.



removeBreakdownElement
public void removeBreakdownElement(BreakdownElement _breakdownElement)(Code)
Remove from an Activity one of these break downe elements.
Parameters:
  _breakdownElement - The BreakdownElement to remove.



removeConcreteActivity
public void removeConcreteActivity(ConcreteActivity _concreteActivity)(Code)
Remove from an Activity one of these concrete activities.
Parameters:
  _concreteActivity - The ConcreteActivity to remove.



removeGuidance
public void removeGuidance(Guidance _guidance)(Code)
Remove from a Guidance one of these guidances.
Parameters:
  _guidance - The Guidance to remove.



setAlternatives
public void setAlternatives(String _alternatives)(Code)
Setter of alternatives.
Parameters:
  _alternatives -



setBreakdownElements
public void setBreakdownElements(SortedSet<BreakdownElement> _breakDownElements)(Code)
Setter of breakDownElements.
Parameters:
  _breakDownElements - The breakDownElements to set.



setConcreteActivities
public void setConcreteActivities(Set<ConcreteActivity> _concreteActivities)(Code)
Setter of concrete activities collection.
Parameters:
  _concreteActivities - The concrete activities collection to set.



setGuidances
public void setGuidances(Set<Guidance> _guidances)(Code)
Setter of guidances collection.
Parameters:
  _guidances - The guidances collection to set.



setHowToStaff
public void setHowToStaff(String _howToStaff)(Code)
Setter of howToStaff.
Parameters:
  _howToStaff -



setPurpose
public void setPurpose(String _purpose)(Code)
Setter of purpose.
Parameters:
  _purpose -



Methods inherited from wilos.model.spem2.workbreakdownelement.WorkBreakdownElement
public void addAllConcreteWorkBreakdownElements(Set<ConcreteWorkBreakdownElement> _concreteWorkBreakdownElements)(Code)(Java Doc)
public void addAllPredecessors(Set<WorkOrder> _workOrder)(Code)(Java Doc)
public void addAllSuccessors(Set<WorkOrder> _workOrder)(Code)(Java Doc)
public void addConcreteWorkBreakdownElement(ConcreteWorkBreakdownElement _concreteWorkBreakdownElement)(Code)(Java Doc)
public void addPredecessor(WorkOrder _workOrder)(Code)(Java Doc)
public void addSuccessor(WorkOrder _workOrder)(Code)(Java Doc)
public WorkBreakdownElement clone() throws CloneNotSupportedException(Code)(Java Doc)
protected void copy(WorkBreakdownElement _workBreakdownElement)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public Set<ConcreteWorkBreakdownElement> getConcreteWorkBreakdownElements()(Code)(Java Doc)
public Boolean getIsEvenDriven()(Code)(Java Doc)
public Boolean getIsOngoing()(Code)(Java Doc)
public Boolean getIsRepeatable()(Code)(Java Doc)
public Set<WorkOrder> getPredecessors()(Code)(Java Doc)
public Set<WorkOrder> getSuccessors()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void removeAllConcreteWorkBreakdownElements()(Code)(Java Doc)
public void removeAllPredecessors()(Code)(Java Doc)
public void removeAllSuccessors()(Code)(Java Doc)
public void removeConcreteWorkBreakdownElement(ConcreteWorkBreakdownElement _concreteWorkBreakdownElement)(Code)(Java Doc)
public void removePredecessor(WorkOrder _workOrder)(Code)(Java Doc)
public void removeSuccessor(WorkOrder _workOrder)(Code)(Java Doc)
public void setConcreteWorkBreakdownElements(Set<ConcreteWorkBreakdownElement> _concreteWorkBreakdownElements)(Code)(Java Doc)
public void setIsEvenDriven(Boolean _isEvenDriven)(Code)(Java Doc)
public void setIsOngoing(Boolean _isOngoing)(Code)(Java Doc)
public void setIsRepeatable(Boolean _isRepeatable)(Code)(Java Doc)
public void setPredecessors(Set<WorkOrder> _predecessors)(Code)(Java Doc)
public void setSuccessors(Set<WorkOrder> _successors)(Code)(Java Doc)

Methods inherited from wilos.model.spem2.breakdownelement.BreakdownElement
public void addAllConcreteBreakdownElements(Set<ConcreteBreakdownElement> _concreteBreakdownElements)(Code)(Java Doc)
public void addAllSuperActivities(Set<Activity> _superActivities)(Code)(Java Doc)
public void addConcreteBreakdownElement(ConcreteBreakdownElement _concreteBreakdownElement)(Code)(Java Doc)
public void addSuperActivity(Activity _superActivity)(Code)(Java Doc)
public BreakdownElement clone() throws CloneNotSupportedException(Code)(Java Doc)
public int compareTo(BreakdownElement _arg0)(Code)(Java Doc)
protected void copy(BreakdownElement _breakdownElement)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public Set<ConcreteBreakdownElement> getConcreteBreakdownElements()(Code)(Java Doc)
public Boolean getHasMultipleOccurrences()(Code)(Java Doc)
public Boolean getIsOptional()(Code)(Java Doc)
public Boolean getIsPlanned()(Code)(Java Doc)
public String getPrefix()(Code)(Java Doc)
public String getPresentationName()(Code)(Java Doc)
public Set<Activity> getSuperActivities()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void removeAllConcreteBreakdownElements()(Code)(Java Doc)
public void removeAllSuperActivities()(Code)(Java Doc)
public void removeConcreteBreakdownElement(ConcreteBreakdownElement _concreteBreakdownElement)(Code)(Java Doc)
public void removeSuperActivity(Activity _superActivity)(Code)(Java Doc)
public void setHasMultipleOccurrences(Boolean _hasMultipleOccurrences)(Code)(Java Doc)
public void setIsOptional(Boolean _isOptional)(Code)(Java Doc)
public void setIsPlanned(Boolean _isPlanned)(Code)(Java Doc)
public void setPrefix(String _prefix)(Code)(Java Doc)
public void setPresentationName(String _presentationName)(Code)(Java Doc)
public void setSuperActivities(Set<Activity> _superActivities)(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.