net.sourceforge.fuzzyservices.beans
Class OperatorUtils

java.lang.Object
  extended by net.sourceforge.fuzzyservices.beans.OperatorUtils

public final class OperatorUtils
extends Object

Utility class for converting between core and beans operator.

Since:
1.0
Author:
Uwe Weng

Constructor Summary
OperatorUtils()
           
 
Method Summary
static Operator convert(net.sourceforge.fuzzyservices.core.AbstractOperator operator)
          Converts the operator to an operator bean.
static net.sourceforge.fuzzyservices.core.AbstractOperator convert(Operator operator)
          Converts the operator bean to a basic operator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorUtils

public OperatorUtils()
Method Detail

convert

public static Operator convert(net.sourceforge.fuzzyservices.core.AbstractOperator operator)
Converts the operator to an operator bean.

Parameters:
operator - The operator to be converted
Returns:
An operator bean

convert

public static net.sourceforge.fuzzyservices.core.AbstractOperator convert(Operator operator)
Converts the operator bean to a basic operator.

Parameters:
operator - The operator bean to be converted
Returns:
A basic operator object


Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.