|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Feature
MiningMart Feature (subclasses BaseAttribute and MultiColumnFeature)
| Method Summary | |
|---|---|
Feature |
copy(Concept c)
Create a copy of this Feature and attach it to the given Concept. |
boolean |
correspondsTo(Feature f)
This method indicates if an input feature corresponds to an output feature, or if two input features correspond, e.g. |
Concept |
getConcept()
|
Parameter |
getParameterWhereThisIsOutputFeature()
Return the Parameter object that represents this Feature as an output parameter (of a certain step). |
boolean |
isDeselected()
|
boolean |
isRelationallyValid()
This method returns information about the validity of the object. |
void |
removeLinkToColumns()
Removes the link between this feature and all of its columns. |
void |
setConcept(Concept c)
Set the concept this BaseAttribute belongs to. |
| Methods inherited from interface edu.udo.cs.miningmart.m4.ParameterObject |
|---|
addParameterReference, getParameterReferences, removeParameterReference |
| Methods inherited from interface edu.udo.cs.miningmart.m4.GraphicalM4Object |
|---|
getPoint, setPoint |
| 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, setNotNew |
| Method Detail |
|---|
boolean correspondsTo(Feature f)
f - the feature to compare this one to
Concept getConcept()
throws M4Exception
M4Exception
void setConcept(Concept c)
throws M4Exception
c - the Concept
M4Exception
Feature copy(Concept c)
throws M4Exception
M4CompilerError
M4Exception
boolean isDeselected()
throws M4CompilerError
true iff this Feature has
been "deselected" by a FeatureSelection operator
or has not been connected by the user.
M4CompilerError
Parameter getParameterWhereThisIsOutputFeature()
throws M4Exception
M4Exception
boolean isRelationallyValid()
throws M4Exception
M4Exception
void removeLinkToColumns()
throws M4Exception
M4Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||