~tapaal-contributor/tapaal/arc-label-position-on-template-copy-1820176

« back to all changes in this revision

Viewing changes to src/pipe/gui/graphicElements/tapn/TimedInhibitorArcComponent.java

merged in branch lp:~yrke/tapaal/remove-staticIgnoreSelect that changes the behaviour of the export feature (exports also animator configuration, selected transitions etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
                return inhibitorArc.interval();
134
134
        }
135
135
 
136
 
        @Override
137
 
 
138
 
        
139
136
        public TimedInhibitorArcComponent copy(TimedArcPetriNet tapn, Hashtable<PlaceTransitionObject, PlaceTransitionObject> oldToNewMapping) {
140
137
                TimedInhibitorArcComponent arc = new TimedInhibitorArcComponent(this);
141
138
                arc.setSource(oldToNewMapping.get(this.getSource()));