| |
|
| java.lang.Object biz.hammurapi.web.interaction.Interaction
Interaction | public class Interaction (Code) | | |
Constructor Summary | |
public | Interaction() | public | Interaction(biz.hammurapi.web.interaction.sql.Interaction data) | public | Interaction(InteractionEngine engine, int id) Loads data from database. |
Interaction | public Interaction()(Code) | | Creates new empty interaction
|
Interaction | public Interaction(biz.hammurapi.web.interaction.sql.Interaction data)(Code) | | Creates new empty interaction
|
Interaction | public Interaction(InteractionEngine engine, int id) throws SQLException(Code) | | Loads data from database.
Parameters: engine - Parameters: id - throws: SQLException - |
checkDuplicateStepName | public boolean checkDuplicateStepName(String name)(Code) | | Step names |
getData | public biz.hammurapi.web.interaction.sql.Interaction getData()(Code) | | |
getIsVertical | public boolean getIsVertical()(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setIsVertical | public void setIsVertical(boolean isVertical)(Code) | | |
storeGeometry | public void storeGeometry()(Code) | | Stores geometry in interaction elements
Parameters: graph - |
|
|
|