X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fconcepts%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconcepts%2Ftransform%2FRuleBasedTransformer.java;h=9a0d8798cf5d58a8f7daba1c2a1481253bebdfb5;hb=refs%2Fchanges%2F69%2F27369%2F1;hp=9f717eaa5bff4a9f63d54f8b9009d10f21a2fcca;hpb=fad07e38e57f1c0d8d687e3bae01532196d6e99d;p=controller.git diff --git a/opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/transform/RuleBasedTransformer.java b/opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/transform/RuleBasedTransformer.java index 9f717eaa5b..9a0d8798cf 100644 --- a/opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/transform/RuleBasedTransformer.java +++ b/opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/transform/RuleBasedTransformer.java @@ -1,42 +1,42 @@ -/* - * Copyright (c) 2013 Cisco Systems, Inc. and others. 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 - */ - -package org.opendaylight.controller.concepts.transform; - -import java.util.Set; - -/** - * Transformer with set of acceptance rules - * - * The transformer provides a set of {@link Acceptor}s, which could be used to - * verify if the input will produce result using the transformer. - * - * The transormer is able to produce result if ANY of associated - * {@link Acceptor}s accepted result. - * - * @author Tony Tkacik - * - * @param - * Input class for transformation - * @param

- * Product of transformation - */ -public interface RuleBasedTransformer extends Transformer { - - /** - * Set of {@link Acceptor}, which could be used to verify if the input is - * usable by transformer. - * - * The transformer is able to produce result if ANY of associated - * {@link Acceptor}s accepted result. - * - * @return Set of input acceptance rules associated to this transformer. - */ - Set> getRules(); - -} +/* + * Copyright (c) 2013 Cisco Systems, Inc. and others. 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 + */ + +package org.opendaylight.controller.concepts.transform; + +import java.util.Set; + +/** + * Transformer with set of acceptance rules + * + * The transformer provides a set of {@link Acceptor}s, which could be used to + * verify if the input will produce result using the transformer. + * + * The transormer is able to produce result if ANY of associated + * {@link Acceptor}s accepted result. + * + * @author Tony Tkacik + * + * @param + * Input class for transformation + * @param

+ * Product of transformation + */ +public interface RuleBasedTransformer extends Transformer { + + /** + * Set of {@link Acceptor}, which could be used to verify if the input is + * usable by transformer. + * + * The transformer is able to produce result if ANY of associated + * {@link Acceptor}s accepted result. + * + * @return Set of input acceptance rules associated to this transformer. + */ + Set> getRules(); + +}