|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.musoft.limo.model.ModelElement
org.musoft.limo.model.ModelConnectionElement
edu.udo.cs.miningmart.gui.model.StepTransition
This is a ModelConnectionElement
between Steps and/or Chains.
Constructor Summary | |
StepTransition()
Constructs new StepTransition . |
|
StepTransition(MiningMartApplication app,
Case thecase,
java.lang.String name,
org.musoft.limo.model.Model model,
org.musoft.limo.model.ModelFigureElement start,
org.musoft.limo.model.ModelFigureElement end)
Constructs new StepTransition with the given parameters. |
Method Summary | |
boolean |
addTransitionToCase()
Adds the transition as a dependency to the Case . |
boolean |
canConnect(org.musoft.limo.model.ModelFigureElement start,
org.musoft.limo.model.ModelFigureElement end)
|
boolean |
canDeleteInDatabase()
Gets the flag indicating that this obkect can be deleted in the database. |
boolean |
canDestroy()
|
boolean |
canSetName(java.lang.String name)
|
void |
destroy()
Destroys this StepTransition and removes the dependency in the Case . |
protected java.lang.Class |
getEndClass()
Gets the end clas. |
protected java.lang.String |
getEndName()
Gets the end name. |
java.lang.String |
getLabel()
Gets the label of this StepTranbsition . |
MiningMartApplication |
getMMartApplication()
Gets the MiningMartApplication . |
protected java.lang.Class |
getStartClass()
Gets the start-class. |
protected java.lang.String |
getStartName()
Gets the start-name. |
java.lang.String |
getType()
|
void |
refreshName()
Refreshs the name of the transition. |
void |
setDeleteInDatabase(boolean bool)
Sets the flag that this object could be deleted in the database. |
void |
setMMartApplication(MiningMartApplication app)
Sets the MiningMartApplication . |
java.lang.String |
toString()
|
Methods inherited from class org.musoft.limo.model.ModelConnectionElement |
getEnd, getFullName, getModel, getPoints, getStart, setEnd, setModel, setPoints, setStart |
Methods inherited from class org.musoft.limo.model.ModelElement |
addAttribute, addAttributeNew, addListener, associationEndChanged, changed, clear, dump, fireDestroy, fireSetName, getAttribute, getAttribute, getAttributeCount, getChildOrConnection, getListener, getListenerCount, getName, getRootModel, indexOfAttribute, primitiveAttributeChanged, removeListener, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StepTransition()
StepTransition
.
public StepTransition(MiningMartApplication app, Case thecase, java.lang.String name, org.musoft.limo.model.Model model, org.musoft.limo.model.ModelFigureElement start, org.musoft.limo.model.ModelFigureElement end)
StepTransition
with the given parameters.
name
- the name of the output- and input-conceptMethod Detail |
public void setDeleteInDatabase(boolean bool)
public boolean canDeleteInDatabase()
public void refreshName()
public void setMMartApplication(MiningMartApplication app)
MiningMartApplication
.
public MiningMartApplication getMMartApplication()
MiningMartApplication
.
public boolean addTransitionToCase()
Case
.
public boolean canConnect(org.musoft.limo.model.ModelFigureElement start, org.musoft.limo.model.ModelFigureElement end)
protected java.lang.Class getStartClass()
protected java.lang.String getStartName()
protected java.lang.Class getEndClass()
protected java.lang.String getEndName()
public java.lang.String getLabel()
StepTranbsition
.
public java.lang.String toString()
public boolean canDestroy()
public java.lang.String getType()
public void destroy()
StepTransition
and removes the dependency in the Case
.
ModelElement.destroy()
public boolean canSetName(java.lang.String name)
ModelElement.canSetName(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |