~cpn-gui/tapaal/examVersion

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/model/tapn/Colored/Expressions/UserOperatorExpression.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:
7
7
 
8
8
    private Color userOperator;
9
9
 
 
10
    public Color getUserOperator(){
 
11
        return this.userOperator;
 
12
    }
 
13
 
10
14
    public UserOperatorExpression(Color userOperator) {
11
15
        this.userOperator = userOperator;
12
16
    }