comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java @ 116:820238357bab

Added Horizontal-Profile-Support for Meshes. Modify the Workflow for Horizontal-Profile-InstantaneousPoint gnv-artifacts/trunk@169 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 02 Oct 2009 08:07:00 +0000
parents 158e89c2263b
children ef157bd2fa92
comparison
equal deleted inserted replaced
115:158e89c2263b 116:820238357bab
93 String uuid = Config.getStringXPath(target, "action/uuid/@value"); 93 String uuid = Config.getStringXPath(target, "action/uuid/@value");
94 Document result = XMLUtils.newDocument(); 94 Document result = XMLUtils.newDocument();
95 try { 95 try {
96 if (this.current != null){ 96 if (this.current != null){
97 String transitionName = this.readTransitionName(target); 97 String transitionName = this.readTransitionName(target);
98 log.debug("Transitionsname: "+transitionName);
98 if (this.current.isTransitionReachable(transitionName)){ 99 if (this.current.isTransitionReachable(transitionName)){
99 // 1. Prüfung ob Transition valide ist 100 // 1. Prüfung ob Transition valide ist
100 if (this.current.validate()){ 101 if (this.current.validate()){
101 102
102 try { 103 try {

http://dive4elements.wald.intevation.org