Java Doc for GraphUtilities.java in  » Workflow-Engines » JaWE » org » enhydra » jawe » components » graph » 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 » JaWE » org.enhydra.jawe.components.graph 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.enhydra.jawe.components.graph.GraphUtilities

GraphUtilities
public class GraphUtilities (Code)




Method Summary
public static  voidadjustBubbles(WorkflowProcess wp, String asId, String eapart, String oldId, String newId)
    
public static  voidadjustBubbles(Collection seeas, String eapart, String newId)
    
public static  voidadjustInsertedOrUpdatedActivity(Activity act, List vo, Set participantsToInsertIntoGraph)
    
public static  voidadjustInsertedOrUpdatedTransitions(List tras, GraphManager gmgr)
    
public static  voidadjustPackageOnUndoOrRedoEvent(List allInfo)
    
public static  voidadjustPackageOnUndoableChangeEvent(List allInfo)
    
public static  voidadjustPastedActivity(Activity act, List vo, Set participantsToInsertIntoGraph, CopyOrCutInfo cci, GraphManager gm)
    
public static  voidadjustPastedTransitions(List tras, CopyOrCutInfo cci, GraphManager gm)
    
public static  voidadjustWorkflowProcessOrActivitySetOnUndoOrRedoEvent(List allInfo, XMLCollectionElement wpOrAs)
    
public static  voidadjustWorkflowProcessOrActivitySetOnUndoableChangeEvent(List allInfo, XMLCollectionElement wpOrAs, Map extPkgPars, boolean insertedExtPkg)
    
public static  ExtendedAttributecreateBreakpointsEA(Transition tra, String val, boolean addToCollection)
    
protected static  StringcreateBreakpointsEAVal(List breakPoints)
    
protected static  ExtendedAttributecreateGraphParticipantOrientationEA(WorkflowProcess wp, XMLCollectionElement wpOrAs, String val, boolean addToCollection)
    
protected static  ExtendedAttributecreateOffsetPointEA(Activity act, String val, boolean addToCollection)
    
protected static  ExtendedAttributecreateParticipantIdEA(Activity act, String val, boolean addToCollection)
    
protected static  ExtendedAttributecreateParticipantVisualOrderEA(XMLCollectionElement wpOrAs, String val, boolean addToCollection)
    
protected static  StringcreateParticipantVisualOrderEAVal(XMLCollectionElement wpOrAs, List order)
    
public static  ExtendedAttributecreateStartOrEndExtendedAttribute(XMLCollectionElement wpOrAs, boolean isStart, String pId, Point offset, String type, boolean addToCollection)
    
protected static  ExtendedAttributecreateStyleEA(Transition tra, String val, boolean addToCollection)
    
public static  ListfindInfoList(List allInfo, Class parentObjClass, Class objClass)
    
public static  ListgatherParticipants(XMLCollectionElement wpOrAs)
     Returns the sorted set of participants for given object.
public static  MapgetActivitiesWithChangedId(List allInfo, XMLCollectionElement wpOrAs)
    
public static  SetgetActivitiesWithChangedOffset(List allInfo, XMLCollectionElement wpOrAs)
    
public static  SetgetActivitiesWithChangedParticipantId(List allInfo, XMLCollectionElement wpOrAs)
    
public static  SetgetActivitiesWithChangedPerformer(List allInfo, XMLCollectionElement wpOrAs)
    
public static  SetgetActivitiesWithChangedPerformer(List allInfo, XMLCollectionElement wpOrAs, String oldPerf)
    
protected static  ListgetActivitiesWithPerformer(List acts, String parId)
    
protected static  StringgetActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(ExtendedAttribute ea)
    
protected static  StringgetActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(String eaval)
    
public static  MapgetActivitySetsWithChangedId(List allInfo)
    
public static  ListgetAllActivitiesForParticipantId(Collection acts, String pId)
    
protected static  ListgetAllPossiblePerformers(Activities acts)
    
public static  ListgetBreakpoints(Transition tra)
    
public static  ExtendedAttributegetBreakpointsEA(Transition tra)
    
protected static  ListgetBreakpointsOld(Transition tra)
    
public static  GraphControllergetGraphController()
    
public static  StringgetGraphParticipantOrientation(WorkflowProcess wp, XMLCollectionElement wpOrAs)
    
public static  StringgetGraphParticipantOrientation(WorkflowProcess wp, String asId)
    
protected static  ExtendedAttributegetGraphParticipantOrientationEA(WorkflowProcess wp, XMLCollectionElement wpOrAs)
    
protected static  ExtendedAttributegetGraphParticipantOrientationEA(WorkflowProcess wp, String asId)
    
public static  SetgetInsertedOrRemovedActivities(List allInfo, XMLCollectionElement wpOrAs, boolean inserted)
    
public static  SetgetInsertedOrRemovedActivitySets(List allInfo, boolean inserted)
    
public static  SetgetInsertedOrRemovedBubbles(List allInfo, XMLCollectionElement wpOrAs, boolean inserted)
    
public static  SetgetInsertedOrRemovedTransitions(List allInfo, XMLCollectionElement wpOrAs, boolean inserted)
    
public static  SetgetInsertedOrRemovedWorkflowProcesses(List allInfo, boolean inserted)
    
protected static  StringgetNewStyle(Transition tra, String oldStyle)
    
public static  PointgetOffsetPoint(Activity act)
    
protected static  ExtendedAttributegetOffsetPointEA(Activity act)
    
public static  PointgetOffsetPointOld(Activity act)
    
public static  MapgetPackageInsertedOrRemovedParticipants(List allInfo, boolean inserted)
    
public static  MapgetPackageParticipantsWithChangedId(List allInfo)
    
public static  StringgetParticipantId(Activity act)
    
protected static  ExtendedAttributegetParticipantIdEA(Activity act)
    
protected static  ExtendedAttributegetParticipantIdEAOld(Activity act)
    
protected static  StringgetParticipantIdOld(Activity act)
    
public static  ListgetParticipantVisualOrder(XMLCollectionElement wpOrAs)
    
public static  ListgetParticipantVisualOrder(WorkflowProcess wp, String asId)
    
protected static  ExtendedAttributegetParticipantVisualOrderEA(XMLCollectionElement wpOrAs)
    
protected static  ExtendedAttributegetParticipantVisualOrderEA(WorkflowProcess wp, String asId)
    
protected static  ExtendedAttributegetParticipantVisualOrderEAOld(XMLCollectionElement wpOrAs)
    
protected static  ListgetParticipantVisualOrderOld(XMLCollectionElement wpOrAs)
    
protected static  ListgetParticipants(Activities acts)
    
protected static  ActivitygetReferencingBlockActivity(ActivitySet as)
    
protected static  ActivitygetReferencingBlockActivity(Activities acts, String asId)
    
public static  XMLCollectionElementgetRotatedGraphObject(List allInfo)
    
public static  ListgetStartOrEndDescriptions(XMLCollectionElement wpOrAs, boolean isStart)
    
protected static  ListgetStartOrEndDescriptionsOld(XMLCollectionElement wpOrAs, boolean isStart)
    
public static  ListgetStartOrEndExtendedAttributes(XMLCollectionElement wpOrAs, boolean isStart)
    
public static  ListgetStartOrEndExtendedAttributes(WorkflowProcess wp, String asId, boolean isStart)
    
public static  ListgetStartOrEndExtendedAttributes(XMLCollectionElement wpOrAs, String id, String eapart)
    
public static  ListgetStartOrEndExtendedAttributes(WorkflowProcess wp, String asId, String id, String eapart)
    
protected static  ListgetStartOrEndExtendedAttributesOld(XMLCollectionElement wpOrAs, boolean isStart)
    
public static  StringgetStyle(Transition tra)
    
protected static  ExtendedAttributegetStyleEA(Transition tra)
    
protected static  ExtendedAttributegetStyleEAOld(Transition tra)
    
protected static  StringgetStyleOld(Transition tra)
    
public static  SetgetTransitionsWithChangedBreakpointsOrStyle(List allInfo, XMLCollectionElement wpOrAs)
    
public static  SetgetUpdatedBubbles(List allInfo, XMLCollectionElement wpOrAs)
    
public static  SetgetUpdatedTransitions(List allInfo, XMLCollectionElement wpOrAs)
    
public static  MapgetWorkflowProcessInsertedOrRemovedParticipants(List allInfo, WorkflowProcess wp, boolean inserted)
    
public static  MapgetWorkflowProcessParticipantsWithChangedId(List allInfo, WorkflowProcess wp)
    
public static  SetgetWorkflowProcessesAndActivitySetsWithChangedVisualParticipantOrder(List allInfo)
    
public static  booleanisMyKindOfExtendedAttribute(ExtendedAttribute ea)
    
protected static  voidreloadGraph(Graph graph)
    
protected static  booleanreloadGraphIfNeccessary(Graph graph)
    
public static  booleanscanExtendedAttributes(Package pkg)
    
protected static  booleanscanExtendedAttributes(WorkflowProcess wp)
    
protected static  booleanscanExtendedAttributes(ActivitySet as)
    
public static  booleanscanExtendedAttributesForWPOrAs(XMLCollectionElement wpOrAs)
    
public static  voidsetBreakpoints(Transition tra, List breakPoints)
    
public static  voidsetGraphParticipantOrientation(WorkflowProcess wp, XMLCollectionElement wpOrAs, String orientation)
    
public static  voidsetNewParticipantId(List acts, String Id)
    
public static  voidsetOffsetPoint(Activity act, Point offset)
    
public static  voidsetParticipantId(Activity act, String participantId)
    
public static  voidsetParticipantVisualOrder(XMLCollectionElement wpOrAs, List order)
    
public static  voidsetStyle(Transition tra, String style)
    



Method Detail
adjustBubbles
public static void adjustBubbles(WorkflowProcess wp, String asId, String eapart, String oldId, String newId)(Code)



adjustBubbles
public static void adjustBubbles(Collection seeas, String eapart, String newId)(Code)



adjustInsertedOrUpdatedActivity
public static void adjustInsertedOrUpdatedActivity(Activity act, List vo, Set participantsToInsertIntoGraph)(Code)



adjustInsertedOrUpdatedTransitions
public static void adjustInsertedOrUpdatedTransitions(List tras, GraphManager gmgr)(Code)



adjustPackageOnUndoOrRedoEvent
public static void adjustPackageOnUndoOrRedoEvent(List allInfo)(Code)



adjustPackageOnUndoableChangeEvent
public static void adjustPackageOnUndoableChangeEvent(List allInfo)(Code)



adjustPastedActivity
public static void adjustPastedActivity(Activity act, List vo, Set participantsToInsertIntoGraph, CopyOrCutInfo cci, GraphManager gm)(Code)



adjustPastedTransitions
public static void adjustPastedTransitions(List tras, CopyOrCutInfo cci, GraphManager gm)(Code)



adjustWorkflowProcessOrActivitySetOnUndoOrRedoEvent
public static void adjustWorkflowProcessOrActivitySetOnUndoOrRedoEvent(List allInfo, XMLCollectionElement wpOrAs)(Code)



adjustWorkflowProcessOrActivitySetOnUndoableChangeEvent
public static void adjustWorkflowProcessOrActivitySetOnUndoableChangeEvent(List allInfo, XMLCollectionElement wpOrAs, Map extPkgPars, boolean insertedExtPkg)(Code)



createBreakpointsEA
public static ExtendedAttribute createBreakpointsEA(Transition tra, String val, boolean addToCollection)(Code)



createBreakpointsEAVal
protected static String createBreakpointsEAVal(List breakPoints)(Code)



createGraphParticipantOrientationEA
protected static ExtendedAttribute createGraphParticipantOrientationEA(WorkflowProcess wp, XMLCollectionElement wpOrAs, String val, boolean addToCollection)(Code)



createOffsetPointEA
protected static ExtendedAttribute createOffsetPointEA(Activity act, String val, boolean addToCollection)(Code)



createParticipantIdEA
protected static ExtendedAttribute createParticipantIdEA(Activity act, String val, boolean addToCollection)(Code)



createParticipantVisualOrderEA
protected static ExtendedAttribute createParticipantVisualOrderEA(XMLCollectionElement wpOrAs, String val, boolean addToCollection)(Code)



createParticipantVisualOrderEAVal
protected static String createParticipantVisualOrderEAVal(XMLCollectionElement wpOrAs, List order)(Code)



createStartOrEndExtendedAttribute
public static ExtendedAttribute createStartOrEndExtendedAttribute(XMLCollectionElement wpOrAs, boolean isStart, String pId, Point offset, String type, boolean addToCollection)(Code)



createStyleEA
protected static ExtendedAttribute createStyleEA(Transition tra, String val, boolean addToCollection)(Code)



findInfoList
public static List findInfoList(List allInfo, Class parentObjClass, Class objClass)(Code)



gatherParticipants
public static List gatherParticipants(XMLCollectionElement wpOrAs)(Code)
Returns the sorted set of participants for given object. The object can be activity set or workflow process.



getActivitiesWithChangedId
public static Map getActivitiesWithChangedId(List allInfo, XMLCollectionElement wpOrAs)(Code)



getActivitiesWithChangedOffset
public static Set getActivitiesWithChangedOffset(List allInfo, XMLCollectionElement wpOrAs)(Code)



getActivitiesWithChangedParticipantId
public static Set getActivitiesWithChangedParticipantId(List allInfo, XMLCollectionElement wpOrAs)(Code)



getActivitiesWithChangedPerformer
public static Set getActivitiesWithChangedPerformer(List allInfo, XMLCollectionElement wpOrAs)(Code)



getActivitiesWithChangedPerformer
public static Set getActivitiesWithChangedPerformer(List allInfo, XMLCollectionElement wpOrAs, String oldPerf)(Code)



getActivitiesWithPerformer
protected static List getActivitiesWithPerformer(List acts, String parId)(Code)



getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA
protected static String getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(ExtendedAttribute ea)(Code)



getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA
protected static String getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(String eaval)(Code)



getActivitySetsWithChangedId
public static Map getActivitySetsWithChangedId(List allInfo)(Code)



getAllActivitiesForParticipantId
public static List getAllActivitiesForParticipantId(Collection acts, String pId)(Code)



getAllPossiblePerformers
protected static List getAllPossiblePerformers(Activities acts)(Code)



getBreakpoints
public static List getBreakpoints(Transition tra)(Code)



getBreakpointsEA
public static ExtendedAttribute getBreakpointsEA(Transition tra)(Code)



getBreakpointsOld
protected static List getBreakpointsOld(Transition tra)(Code)



getGraphController
public static GraphController getGraphController()(Code)



getGraphParticipantOrientation
public static String getGraphParticipantOrientation(WorkflowProcess wp, XMLCollectionElement wpOrAs)(Code)



getGraphParticipantOrientation
public static String getGraphParticipantOrientation(WorkflowProcess wp, String asId)(Code)



getGraphParticipantOrientationEA
protected static ExtendedAttribute getGraphParticipantOrientationEA(WorkflowProcess wp, XMLCollectionElement wpOrAs)(Code)



getGraphParticipantOrientationEA
protected static ExtendedAttribute getGraphParticipantOrientationEA(WorkflowProcess wp, String asId)(Code)



getInsertedOrRemovedActivities
public static Set getInsertedOrRemovedActivities(List allInfo, XMLCollectionElement wpOrAs, boolean inserted)(Code)



getInsertedOrRemovedActivitySets
public static Set getInsertedOrRemovedActivitySets(List allInfo, boolean inserted)(Code)



getInsertedOrRemovedBubbles
public static Set getInsertedOrRemovedBubbles(List allInfo, XMLCollectionElement wpOrAs, boolean inserted)(Code)



getInsertedOrRemovedTransitions
public static Set getInsertedOrRemovedTransitions(List allInfo, XMLCollectionElement wpOrAs, boolean inserted)(Code)



getInsertedOrRemovedWorkflowProcesses
public static Set getInsertedOrRemovedWorkflowProcesses(List allInfo, boolean inserted)(Code)



getNewStyle
protected static String getNewStyle(Transition tra, String oldStyle)(Code)



getOffsetPoint
public static Point getOffsetPoint(Activity act)(Code)



getOffsetPointEA
protected static ExtendedAttribute getOffsetPointEA(Activity act)(Code)



getOffsetPointOld
public static Point getOffsetPointOld(Activity act)(Code)



getPackageInsertedOrRemovedParticipants
public static Map getPackageInsertedOrRemovedParticipants(List allInfo, boolean inserted)(Code)



getPackageParticipantsWithChangedId
public static Map getPackageParticipantsWithChangedId(List allInfo)(Code)



getParticipantId
public static String getParticipantId(Activity act)(Code)



getParticipantIdEA
protected static ExtendedAttribute getParticipantIdEA(Activity act)(Code)



getParticipantIdEAOld
protected static ExtendedAttribute getParticipantIdEAOld(Activity act)(Code)



getParticipantIdOld
protected static String getParticipantIdOld(Activity act)(Code)



getParticipantVisualOrder
public static List getParticipantVisualOrder(XMLCollectionElement wpOrAs)(Code)



getParticipantVisualOrder
public static List getParticipantVisualOrder(WorkflowProcess wp, String asId)(Code)



getParticipantVisualOrderEA
protected static ExtendedAttribute getParticipantVisualOrderEA(XMLCollectionElement wpOrAs)(Code)



getParticipantVisualOrderEA
protected static ExtendedAttribute getParticipantVisualOrderEA(WorkflowProcess wp, String asId)(Code)



getParticipantVisualOrderEAOld
protected static ExtendedAttribute getParticipantVisualOrderEAOld(XMLCollectionElement wpOrAs)(Code)



getParticipantVisualOrderOld
protected static List getParticipantVisualOrderOld(XMLCollectionElement wpOrAs)(Code)



getParticipants
protected static List getParticipants(Activities acts)(Code)



getReferencingBlockActivity
protected static Activity getReferencingBlockActivity(ActivitySet as)(Code)



getReferencingBlockActivity
protected static Activity getReferencingBlockActivity(Activities acts, String asId)(Code)



getRotatedGraphObject
public static XMLCollectionElement getRotatedGraphObject(List allInfo)(Code)



getStartOrEndDescriptions
public static List getStartOrEndDescriptions(XMLCollectionElement wpOrAs, boolean isStart)(Code)



getStartOrEndDescriptionsOld
protected static List getStartOrEndDescriptionsOld(XMLCollectionElement wpOrAs, boolean isStart)(Code)



getStartOrEndExtendedAttributes
public static List getStartOrEndExtendedAttributes(XMLCollectionElement wpOrAs, boolean isStart)(Code)



getStartOrEndExtendedAttributes
public static List getStartOrEndExtendedAttributes(WorkflowProcess wp, String asId, boolean isStart)(Code)



getStartOrEndExtendedAttributes
public static List getStartOrEndExtendedAttributes(XMLCollectionElement wpOrAs, String id, String eapart)(Code)



getStartOrEndExtendedAttributes
public static List getStartOrEndExtendedAttributes(WorkflowProcess wp, String asId, String id, String eapart)(Code)



getStartOrEndExtendedAttributesOld
protected static List getStartOrEndExtendedAttributesOld(XMLCollectionElement wpOrAs, boolean isStart)(Code)



getStyle
public static String getStyle(Transition tra)(Code)



getStyleEA
protected static ExtendedAttribute getStyleEA(Transition tra)(Code)



getStyleEAOld
protected static ExtendedAttribute getStyleEAOld(Transition tra)(Code)



getStyleOld
protected static String getStyleOld(Transition tra)(Code)



getTransitionsWithChangedBreakpointsOrStyle
public static Set getTransitionsWithChangedBreakpointsOrStyle(List allInfo, XMLCollectionElement wpOrAs)(Code)



getUpdatedBubbles
public static Set getUpdatedBubbles(List allInfo, XMLCollectionElement wpOrAs)(Code)



getUpdatedTransitions
public static Set getUpdatedTransitions(List allInfo, XMLCollectionElement wpOrAs)(Code)



getWorkflowProcessInsertedOrRemovedParticipants
public static Map getWorkflowProcessInsertedOrRemovedParticipants(List allInfo, WorkflowProcess wp, boolean inserted)(Code)



getWorkflowProcessParticipantsWithChangedId
public static Map getWorkflowProcessParticipantsWithChangedId(List allInfo, WorkflowProcess wp)(Code)



getWorkflowProcessesAndActivitySetsWithChangedVisualParticipantOrder
public static Set getWorkflowProcessesAndActivitySetsWithChangedVisualParticipantOrder(List allInfo)(Code)



isMyKindOfExtendedAttribute
public static boolean isMyKindOfExtendedAttribute(ExtendedAttribute ea)(Code)



reloadGraph
protected static void reloadGraph(Graph graph)(Code)



reloadGraphIfNeccessary
protected static boolean reloadGraphIfNeccessary(Graph graph)(Code)



scanExtendedAttributes
public static boolean scanExtendedAttributes(Package pkg)(Code)



scanExtendedAttributes
protected static boolean scanExtendedAttributes(WorkflowProcess wp)(Code)



scanExtendedAttributes
protected static boolean scanExtendedAttributes(ActivitySet as)(Code)



scanExtendedAttributesForWPOrAs
public static boolean scanExtendedAttributesForWPOrAs(XMLCollectionElement wpOrAs)(Code)



setBreakpoints
public static void setBreakpoints(Transition tra, List breakPoints)(Code)



setGraphParticipantOrientation
public static void setGraphParticipantOrientation(WorkflowProcess wp, XMLCollectionElement wpOrAs, String orientation)(Code)



setNewParticipantId
public static void setNewParticipantId(List acts, String Id)(Code)



setOffsetPoint
public static void setOffsetPoint(Activity act, Point offset)(Code)



setParticipantId
public static void setParticipantId(Activity act, String participantId)(Code)



setParticipantVisualOrder
public static void setParticipantVisualOrder(XMLCollectionElement wpOrAs, List order)(Code)



setStyle
public static void setStyle(Transition tra, String style)(Code)



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.