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


java.lang.Object
   wilos.model.spem2.element.Element
      wilos.model.spem2.breakdownelement.BreakdownElement

All known Subclasses:   wilos.model.spem2.workbreakdownelement.WorkBreakdownElement,  wilos.model.spem2.role.RoleDescriptor,  wilos.model.spem2.workproduct.WorkProductDescriptor,
BreakdownElement
public class BreakdownElement extends Element implements Cloneable,Comparable<BreakdownElement>(Code)
BreakdownElement is an abstract generalization for any type of Element that is part of a breakdown structure. It defines a set of properties available to all of its specializations.

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




Constructor Summary
public  BreakdownElement()
     Constructor.

Method Summary
public  voidaddAllConcreteBreakdownElements(Set<ConcreteBreakdownElement> _concreteBreakdownElements)
     Adds a relation between the current instance of BreakdownElement and all the specified ConcreteBreakdownElement.
public  voidaddAllSuperActivities(Set<Activity> _superActivities)
     Add an activity collection to the activity collection of a breakdownelement.
public  voidaddConcreteBreakdownElement(ConcreteBreakdownElement _concreteBreakdownElement)
     Adds a relation between the current instance of BreakdownElement and a specified ConcreteBreakdownElement.
public  voidaddSuperActivity(Activity _superActivity)
     Add an Activity to the activities collection of a BreakdownElement.
public  BreakdownElementclone()
    
public  intcompareTo(BreakdownElement _arg0)
    
protected  voidcopy(BreakdownElement _breakdownElement)
     Copy the values of the specified BreakdownElement 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 BreakdownElement.
public  Set<ConcreteBreakdownElement>getConcreteBreakdownElements()
     Getter of concreteBreakdownElements.
public  BooleangetHasMultipleOccurrences()
     Getter of hasMultipleOccurrences.
public  BooleangetIsOptional()
     Getter of isOptional.
public  BooleangetIsPlanned()
     Getter of isPlanned.
public  StringgetPrefix()
     Getter of prefix.
public  StringgetPresentationName()
     Getter of presentationName.
public  Set<Activity>getSuperActivities()
     Getter of activities.
public  inthashCode()
     Returns a hash code value for the object.
public  voidremoveAllConcreteBreakdownElements()
     Remove the relation between the current instance of BreakdownElement and all the related ConcreteBreakdownElement.
public  voidremoveAllSuperActivities()
     Remove from a breakdownelement all its activities.
public  voidremoveConcreteBreakdownElement(ConcreteBreakdownElement _concreteBreakdownElement)
     Removes the relation between the current instance of BreakdownElement and a specified ConcreteBreakdownElement.
public  voidremoveSuperActivity(Activity _superActivity)
     Remove from a breakdownelement one of these activities.
public  voidsetHasMultipleOccurrences(Boolean _hasMultipleOccurrences)
     Setter of hasMultipleOccurrences.
public  voidsetIsOptional(Boolean _isOptional)
     Setter of isOptional.
public  voidsetIsPlanned(Boolean _isPlanned)
     Setter of isPlanned.
public  voidsetPrefix(String _prefix)
     Setter of prefix.
public  voidsetPresentationName(String _presentationName)
     Setter of presentationName.
public  voidsetSuperActivities(Set<Activity> _superActivities)
     Setter of activities.


Constructor Detail
BreakdownElement
public BreakdownElement()(Code)
Constructor.




Method Detail
addAllConcreteBreakdownElements
public void addAllConcreteBreakdownElements(Set<ConcreteBreakdownElement> _concreteBreakdownElements)(Code)
Adds a relation between the current instance of BreakdownElement and all the specified ConcreteBreakdownElement.
Parameters:
  _concreteBreakdownElements - the Collection of ConcreteBreakdownElement to link



addAllSuperActivities
public void addAllSuperActivities(Set<Activity> _superActivities)(Code)
Add an activity collection to the activity collection of a breakdownelement.
Parameters:
  _superActivities - The set of Activity to add.



addConcreteBreakdownElement
public void addConcreteBreakdownElement(ConcreteBreakdownElement _concreteBreakdownElement)(Code)
Adds a relation between the current instance of BreakdownElement and a specified ConcreteBreakdownElement.
Parameters:
  _concreteBreakdownElement - the ConcreteBreakdownElement to link



addSuperActivity
public void addSuperActivity(Activity _superActivity)(Code)
Add an Activity to the activities collection of a BreakdownElement.
Parameters:
  _superActivity - The activity to add



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



compareTo
public int compareTo(BreakdownElement _arg0)(Code)



copy
protected void copy(BreakdownElement _breakdownElement)(Code)
Copy the values of the specified BreakdownElement into the current instance of the class.
Parameters:
  _breakdownElement - The BreakdownElement 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 BreakdownElement.
Parameters:
  obj - the Object to be compare to the BreakdownElement true if the specified Object is the same, false otherwise



getConcreteBreakdownElements
public Set<ConcreteBreakdownElement> getConcreteBreakdownElements()(Code)
Getter of concreteBreakdownElements. the concreteBreakdownElements.



getHasMultipleOccurrences
public Boolean getHasMultipleOccurrences()(Code)
Getter of hasMultipleOccurrences. the hasMultipleOccurrences.



getIsOptional
public Boolean getIsOptional()(Code)
Getter of isOptional. the isOptional.



getIsPlanned
public Boolean getIsPlanned()(Code)
Getter of isPlanned. the isPlanned.



getPrefix
public String getPrefix()(Code)
Getter of prefix. the prefix.



getPresentationName
public String getPresentationName()(Code)
Getter of presentationName. the presentationName



getSuperActivities
public Set<Activity> getSuperActivities()(Code)
Getter of activities. the activities.



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 BreakdownElement



removeAllConcreteBreakdownElements
public void removeAllConcreteBreakdownElements()(Code)
Remove the relation between the current instance of BreakdownElement and all the related ConcreteBreakdownElement.



removeAllSuperActivities
public void removeAllSuperActivities()(Code)
Remove from a breakdownelement all its activities.



removeConcreteBreakdownElement
public void removeConcreteBreakdownElement(ConcreteBreakdownElement _concreteBreakdownElement)(Code)
Removes the relation between the current instance of BreakdownElement and a specified ConcreteBreakdownElement.
Parameters:
  _concreteBreakdownElement - the ConcreteBreakdownElement to unlink



removeSuperActivity
public void removeSuperActivity(Activity _superActivity)(Code)
Remove from a breakdownelement one of these activities.
Parameters:
  _superActivity - The Activity to remove.



setHasMultipleOccurrences
public void setHasMultipleOccurrences(Boolean _hasMultipleOccurrences)(Code)
Setter of hasMultipleOccurrences.
Parameters:
  _hasMultipleOccurrences - The hasMultipleOccurrences to set.



setIsOptional
public void setIsOptional(Boolean _isOptional)(Code)
Setter of isOptional.
Parameters:
  _isOptional - The isOptional to set.



setIsPlanned
public void setIsPlanned(Boolean _isPlanned)(Code)
Setter of isPlanned.
Parameters:
  _isPlanned - The isPlanned to set.



setPrefix
public void setPrefix(String _prefix)(Code)
Setter of prefix.
Parameters:
  _prefix - The prefix to set.



setPresentationName
public void setPresentationName(String _presentationName)(Code)
Setter of presentationName.
Parameters:
  _presentationName - The presentationName to set.



setSuperActivities
public void setSuperActivities(Set<Activity> _superActivities)(Code)
Setter of activities.
Parameters:
  _superActivities - The activities to set.



Methods inherited from wilos.model.spem2.element.Element
public Element clone() throws CloneNotSupportedException(Code)(Java Doc)
protected void copy(Element _element)(Code)(Java Doc)
public boolean equals(Object _obj)(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public String getGuid()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public int getInsertionOrder()(Code)(Java Doc)
public String getKeyConsiderations()(Code)(Java Doc)
public String getMainDescription()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void setDescription(String _description)(Code)(Java Doc)
public void setGuid(String _guid)(Code)(Java Doc)
public void setInsertionOrder(int _insertionOrder)(Code)(Java Doc)
public void setKeyConsiderations(String _keyConsiderations)(Code)(Java Doc)
public void setMainDescription(String _mainDescription)(Code)(Java Doc)
public void setName(String _name)(Code)(Java Doc)

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.