~cpn-gui/tapaal/examVersion

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/model/tapn/Colored/ColoredOutputArc.java

  • Committer: Niels Christensen
  • Date: 2018-12-19 14:23:58 UTC
  • mfrom: (995.1.16 exportCPN)
  • Revision ID: nchri13@student.aau.dk-20181219142358-z9u4gtqvamla0vzw
Fixed merge errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        this.expression = expression;
15
15
    }
16
16
 
17
 
    public ArcExpression getExpression() {return expression;}
18
17
 
19
18
    public void setExpression(ArcExpression expression) {this.expression = expression;}
20
 
}
 
 
b'\\ No newline at end of file'
 
19
 
 
20
    public ArcExpression getExpression(){return this.expression;}
 
21
 
 
22
}