X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.event%2Fsrc%2Forg%2Fsimantics%2Fevent%2Fview%2Fhandler%2FCreateMilestoneLabelsQuery.java;h=0b29324590758c3d35420c1fd1ee709bf21fb234;hb=3d2e300a31e2cf62d1f1081d4eb36236da429a4a;hp=d678ff4482f7c93e8e969a44ae2a082839baed8f;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.event/src/org/simantics/event/view/handler/CreateMilestoneLabelsQuery.java b/bundles/org.simantics.event/src/org/simantics/event/view/handler/CreateMilestoneLabelsQuery.java index d678ff448..0b2932459 100644 --- a/bundles/org.simantics.event/src/org/simantics/event/view/handler/CreateMilestoneLabelsQuery.java +++ b/bundles/org.simantics.event/src/org/simantics/event/view/handler/CreateMilestoneLabelsQuery.java @@ -1,40 +1,40 @@ -/******************************************************************************* - * Copyright (c) 2007, 2011 Association for Decentralized Information Management in - * Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.event.view.handler; - -import java.util.Map; - -import org.simantics.db.ReadGraph; -import org.simantics.db.Resource; -import org.simantics.db.common.request.UnaryRead; -import org.simantics.db.exception.DatabaseException; - -/** - * This query creates a list of milestone labels. - * The result is a map, a mapping from milestone-event to label string. - * - * @author toni.kalajainen - */ -public class CreateMilestoneLabelsQuery extends UnaryRead> { - - public CreateMilestoneLabelsQuery(Resource eventlog) { - super(eventlog); - } - - @Override - public Map perform(ReadGraph graph) throws DatabaseException { - - return null; - } - - -} +/******************************************************************************* + * Copyright (c) 2007, 2011 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.event.view.handler; + +import java.util.Map; + +import org.simantics.db.ReadGraph; +import org.simantics.db.Resource; +import org.simantics.db.common.request.UnaryRead; +import org.simantics.db.exception.DatabaseException; + +/** + * This query creates a list of milestone labels. + * The result is a map, a mapping from milestone-event to label string. + * + * @author toni.kalajainen + */ +public class CreateMilestoneLabelsQuery extends UnaryRead> { + + public CreateMilestoneLabelsQuery(Resource eventlog) { + super(eventlog); + } + + @Override + public Map perform(ReadGraph graph) throws DatabaseException { + + return null; + } + + +}