|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalyzeModelException | |
---|---|
ucot.model | Classes related to analyzemodel and its editing. |
ucot.model.object | Objects used by analyzemodel. |
Uses of AnalyzeModelException in ucot.model |
---|
Subclasses of AnalyzeModelException in ucot.model | |
---|---|
class |
NoSuchAttributeException
General exception used when attribute isn't found |
class |
NoSuchChildException
Error which is thrown if no entity of given name is found. |
class |
NoSuchEntityException
Error which is thrown if no entity of given name is found. |
class |
NoSuchMethodException
Error which is thrown when requested method is not found. |
class |
NoSuchParentException
Error which is thrown if no entity of given name is found. |
Methods in ucot.model that throw AnalyzeModelException | |
---|---|
void |
ModelEditor.addEntityInfluenceByMethod(java.lang.String entityName,
java.lang.String methodName,
java.lang.String influencedEntity)
Adds an influence between entity's method and the given entity. |
void |
ModelEditor.changeMethodName(java.lang.String entityName,
java.lang.String methodOldName,
java.lang.String methodNewName)
Changes method name. |
boolean |
ModelEditor.execute(Updation updation)
Executes action defined by updaton object. |
java.lang.String |
ModelEditor.getAttributeFromCardinal(java.lang.String entityName,
java.lang.String attributeName)
Gets from part of the cardinality of the attribute relation. |
java.lang.String |
ModelEditor.getAttributeToCardinal(java.lang.String entityName,
java.lang.String attributeName)
Gets to part of the cardinality of the attribute relation. |
void |
ModelEditor.merge(AnalyzeModel model)
Merges given AnalyzeModel to the editors model. |
void |
ModelEditor.removeAllChildren(java.lang.String entityName)
Removes all the children from the entity. |
void |
ModelEditor.removeAttribute(java.lang.String entityName,
java.lang.String attributeName)
Removes attribute from the entity. |
void |
ModelEditor.removeChild(java.lang.String entityName,
java.lang.String childEntity)
Removes given child from the entity. |
void |
ModelEditor.removeEntityInfluenceByMethod(java.lang.String entityName,
java.lang.String methodName,
java.lang.String influencedEntity)
Removes influnce between entity's method and the given entity. |
void |
ModelEditor.removeParent(java.lang.String entityName,
java.lang.String parentEntity)
Removes given parent from the entity. |
void |
ModelEditor.setAttributeFromCardinal(java.lang.String entityName,
java.lang.String attributeName,
java.lang.String cardinal)
Sets the cardinality on the entitys side. |
void |
ModelEditor.setAttributeToCardinal(java.lang.String entityName,
java.lang.String attributeName,
java.lang.String cardinal)
Sets the cardinality on attributes side. |
Uses of AnalyzeModelException in ucot.model.object |
---|
Methods in ucot.model.object that throw AnalyzeModelException | |
---|---|
void |
ObjectAnalyzeModelEditor.addEntityInfluenceByMethod(java.lang.String entityName,
java.lang.String methodName,
java.lang.String influencedEntity)
|
void |
ObjectAnalyzeModelEditor.changeMethodName(java.lang.String entityName,
java.lang.String methodOldName,
java.lang.String methodNewName)
|
boolean |
ObjectAnalyzeModelEditor.execute(Updation updation)
|
java.lang.String |
ObjectAnalyzeModelEditor.getAttributeFromCardinal(java.lang.String entityName,
java.lang.String attributeName)
|
java.lang.String |
ObjectAnalyzeModelEditor.getAttributeToCardinal(java.lang.String entityName,
java.lang.String attributeName)
|
void |
ObjectAnalyzeModelEditor.merge(AnalyzeModel fromModel)
|
void |
ObjectAnalyzeModelEditor.removeAllChildren(java.lang.String entityName)
|
void |
ObjectAnalyzeModelEditor.removeAttribute(java.lang.String entityName,
java.lang.String attributeName)
|
void |
ObjectAnalyzeModelEditor.removeChild(java.lang.String entityName,
java.lang.String childEntity)
|
void |
ObjectAnalyzeModelEditor.removeEntityInfluenceByMethod(java.lang.String entityName,
java.lang.String methodName,
java.lang.String influencedEntity)
|
void |
ObjectAnalyzeModelEditor.removeParent(java.lang.String entityName,
java.lang.String parentEntity)
|
void |
ObjectAnalyzeModelEditor.setAttributeFromCardinal(java.lang.String entityName,
java.lang.String attributeName,
java.lang.String cardinal)
|
void |
ObjectAnalyzeModelEditor.setAttributeToCardinal(java.lang.String entityName,
java.lang.String attributeName,
java.lang.String cardinal)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |