/[cashew-s-editor]/cashews/src/nongnu/cashews/eclipse/composer/wizards/ProcessData.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/eclipse/composer/wizards/ProcessData.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gnu_andrew, Thu May 5 23:47:59 2005 UTC revision 1.2 by gnu_andrew, Mon May 16 14:22:13 2005 UTC
# Line 1  Line 1 
1  package nongnu.cashews.eclipse.composer.wizards;  package nongnu.cashews.eclipse.composer.wizards;
2    
3    import java.util.HashSet;
4    import java.util.List;
5    import java.util.Set;
6    
7  public class ProcessData {  public class ProcessData {
8    
9   public String performanceName;   public String performanceName;
10   public String operationName;   public String operationName;
11     public Set<Object> item = new HashSet<Object>();
12     public Object[] getElements(Object inputElement) {
13       return ((List) inputElement).toArray();
14     }
15    public String toString() {    public String toString() {
16      StringBuffer sb = new StringBuffer();      StringBuffer sb = new StringBuffer();
17      sb.append("Performance Name:\t" + performanceName.toString() + "\n");      sb.append("Performance Name:\t" + performanceName.toString() + "\n");

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26