edu.udo.cs.miningmart.m4
Interface Constraint

All Superinterfaces:
M4Data, M4Object
All Known Implementing Classes:
Constraint

public interface Constraint
extends M4Data

Version:
$Id: Constraint.java,v 1.4 2006/04/11 14:10:12 euler Exp $
Author:
Daniel Hakenjos, Timm Euler

Field Summary
static java.lang.String TYPE_COMPATIBLE
           
static java.lang.String TYPE_CONTAINED_IN
           
static java.lang.String TYPE_COORDINATED_ARRAYS
           
static java.lang.String TYPE_DATATYPE
           
static java.lang.String TYPE_GREATER_OR_EQUAL
           
static java.lang.String TYPE_GREATER_THAN
           
static java.lang.String TYPE_IS_LOOPED
           
static java.lang.String TYPE_LESSER_OR_EQUAL
           
static java.lang.String TYPE_LESSER_THAN
           
static java.lang.String TYPE_ONE_OF
           
static java.lang.String TYPE_SAME_DATATYPE
           
static java.lang.String TYPE_SAME_FEATURES
           
static java.lang.String TYPE_SUM_MUST_BE_ONE
           
 
Method Summary
 java.lang.String getObj1()
          Gets the myObj1.
 java.lang.String getObj2()
          Gets the myObj2.
 Operator getTheOperator()
          Gets the Operator
 java.lang.String getType()
          Gets the myType.
 void setObj1(java.lang.String myObj1)
          Sets the myObj1.
 void setObj2(java.lang.String myObj2)
          Sets the myObj2.
 void setTheOperator(Operator operator)
          Sets the Operator.
 void setType(java.lang.String myType)
          Sets the myType.
 
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Data
deleteSoon, getDocumentation, getValidName, isDirty, isWaitingForDelete, setDocumentation
 
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Object
doPrint, doPrint, equals, executeBusinessSingleValueSqlRead, executeBusinessSingleValueSqlReadL, executeBusinessSqlRead, executeBusinessSqlWrite, executeM4SingleValueSqlRead, executeM4SingleValueSqlReadL, executeM4SqlRead, executeM4SqlWrite, getCasePrintObject, getId, getM4Db, getM4ObjectFromCache, getName, getNextM4SequenceValue, isNew, load, print, putM4ObjectToCache, replaceSpacesInName, setId, setName
 

Field Detail

TYPE_IS_LOOPED

public static final java.lang.String TYPE_IS_LOOPED
See Also:
Constant Field Values

TYPE_SAME_FEATURES

public static final java.lang.String TYPE_SAME_FEATURES
See Also:
Constant Field Values

TYPE_COMPATIBLE

public static final java.lang.String TYPE_COMPATIBLE
See Also:
Constant Field Values

TYPE_CONTAINED_IN

public static final java.lang.String TYPE_CONTAINED_IN
See Also:
Constant Field Values

TYPE_DATATYPE

public static final java.lang.String TYPE_DATATYPE
See Also:
Constant Field Values

TYPE_GREATER_THAN

public static final java.lang.String TYPE_GREATER_THAN
See Also:
Constant Field Values

TYPE_GREATER_OR_EQUAL

public static final java.lang.String TYPE_GREATER_OR_EQUAL
See Also:
Constant Field Values

TYPE_LESSER_THAN

public static final java.lang.String TYPE_LESSER_THAN
See Also:
Constant Field Values

TYPE_LESSER_OR_EQUAL

public static final java.lang.String TYPE_LESSER_OR_EQUAL
See Also:
Constant Field Values

TYPE_ONE_OF

public static final java.lang.String TYPE_ONE_OF
See Also:
Constant Field Values

TYPE_SAME_DATATYPE

public static final java.lang.String TYPE_SAME_DATATYPE
See Also:
Constant Field Values

TYPE_SUM_MUST_BE_ONE

public static final java.lang.String TYPE_SUM_MUST_BE_ONE
See Also:
Constant Field Values

TYPE_COORDINATED_ARRAYS

public static final java.lang.String TYPE_COORDINATED_ARRAYS
See Also:
Constant Field Values
Method Detail

getObj1

public java.lang.String getObj1()
Gets the myObj1.

Returns:
Returns a String

getObj2

public java.lang.String getObj2()
Gets the myObj2.

Returns:
Returns a String

getTheOperator

public Operator getTheOperator()
Gets the Operator

Returns:
Returns an Operator

getType

public java.lang.String getType()
Gets the myType.

Returns:
Returns a String

setObj1

public void setObj1(java.lang.String myObj1)
Sets the myObj1.

Parameters:
myObj1 - The myObj1 to set

setObj2

public void setObj2(java.lang.String myObj2)
Sets the myObj2.

Parameters:
myObj2 - The myObj2 to set

setTheOperator

public void setTheOperator(Operator operator)
                    throws M4Exception
Sets the Operator.

Parameters:
operator - The Operator to set
Throws:
M4Exception

setType

public void setType(java.lang.String myType)
Sets the myType.

Parameters:
myType - The myType to set


Copyright © 2001-2005