~cpn-gui/tapaal/typeChecker

« back to all changes in this revision

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

  • Committer: Mark Glavind
  • Date: 2018-12-17 19:55:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1001.
  • Revision ID: mglavi14@student.aau.dk-20181217195519-5jidq02dtjknclth
WIP on colored arc editor panel

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
    }
15
15
 
 
16
    public abstract ColorExpression findFirstPlaceHolder();
 
17
 
 
18
    public abstract boolean containsPlaceHolder();
 
19
 
 
20
    public abstract ColorExpression replace(Expression object1, Expression object2);
 
21
 
16
22
    public void setParent(ColorExpression parent) {this.parent = parent;}
17
23
 
18
24
    public void getVariables(Set<Variable> variables) {