|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Concept |
getFromConcept()
Getter method. |
Concept |
getToConcept()
Getter method. |
boolean |
isValid()
For a valid projection, the From concept must have all the features of the To concept (correspondence is determined by name), and can have more. |
void |
setFromConcept(Concept fromConcept)
Setter method for the From-Concept of this Projection |
void |
setToConcept(Concept toConcept)
Setter method for the To-Concept of this Projection |
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 |
Method Detail |
public Concept getFromConcept()
Concept
stored as the From-Concept in
this Projection
public Concept getToConcept()
Concept
stored as the To-Concept in
this Projection
public void setFromConcept(Concept fromConcept) throws M4Exception
Projection
fromConcept
- the Concept
to be set as the new
From-Concept
M4Exception
public void setToConcept(Concept toConcept) throws M4Exception
Projection
toConcept
- the Concept
to be set as the new
To-Concept
M4Exception
public boolean isValid() throws M4Exception
M4Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |