if (node instanceof VisualPlaceNode) {
            VisualPlaceNode vc = (VisualPlaceNode) node;
            PlaceNode c = vc.getReferencedComponent();

            value = c.getDuration();