X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.diagram%2Fsrc%2Forg%2Fsimantics%2Fdiagram%2Fquery%2FFlagTypeFilter.java;h=4cd3ac97dff4add4fbbba3ffbec7a70aff9c5c20;hb=785f638bab44e70ec6103c3891daea95bcda9a07;hp=d53cdf1cbf78717c468320519f87abb553e08678;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.diagram/src/org/simantics/diagram/query/FlagTypeFilter.java b/bundles/org.simantics.diagram/src/org/simantics/diagram/query/FlagTypeFilter.java index d53cdf1cb..4cd3ac97d 100644 --- a/bundles/org.simantics.diagram/src/org/simantics/diagram/query/FlagTypeFilter.java +++ b/bundles/org.simantics.diagram/src/org/simantics/diagram/query/FlagTypeFilter.java @@ -1,42 +1,42 @@ -/******************************************************************************* - * Copyright (c) 2012 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.diagram.query; - -import org.simantics.db.Resource; -import org.simantics.scl.runtime.tuple.Tuple4; - -/** - * @author Tuukka Lehtonen - */ -public class FlagTypeFilter extends Tuple4 { - - public FlagTypeFilter(Resource node, String reference, String pattern, Boolean matchRequired) { - super(node, reference, pattern, matchRequired); - } - - public Resource getNode() { - return (Resource) c0; - } - - public String getReference() { - return (String) c1; - } - - public String getPattern() { - return (String) c2; - } - - public boolean isMatchRequired() { - return (Boolean) c3; - } - -} +/******************************************************************************* + * Copyright (c) 2012 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.diagram.query; + +import org.simantics.db.Resource; +import org.simantics.scl.runtime.tuple.Tuple4; + +/** + * @author Tuukka Lehtonen + */ +public class FlagTypeFilter extends Tuple4 { + + public FlagTypeFilter(Resource node, String reference, String pattern, Boolean matchRequired) { + super(node, reference, pattern, matchRequired); + } + + public Resource getNode() { + return (Resource) c0; + } + + public String getReference() { + return (String) c1; + } + + public String getPattern() { + return (String) c2; + } + + public boolean isMatchRequired() { + return (Boolean) c3; + } + +}