|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelException | |
---|---|
pl.edu.agh.cast.data.converter | Provides CAST Data Set Converter API specification. |
pl.edu.agh.cast.data.model | Provides CAST Data Model's entry level classes. |
pl.edu.agh.cast.data.model.general | In this package the General Domain Model is defined. |
pl.edu.agh.cast.data.model.presentation | Provides CAST presentation model, which is the base of models such as schema and time-line used in various specific visual editors. |
pl.edu.agh.cast.data.model.visual | Provides CAST visual model, which is the base of visual models such as schema and time-line used in various specific visual editors. |
pl.edu.agh.cast.schema.model.presentation | Provides CAST schema presentation model. |
Uses of ModelException in pl.edu.agh.cast.data.converter |
---|
Subclasses of ModelException in pl.edu.agh.cast.data.converter | |
---|---|
class |
ConverterException
Exception related to CAST model conversion. |
Uses of ModelException in pl.edu.agh.cast.data.model |
---|
Methods in pl.edu.agh.cast.data.model that throw ModelException | |
---|---|
protected boolean |
AbstractDataSet.isElementValid(T element)
Checks if given element is valid for the data set. |
Uses of ModelException in pl.edu.agh.cast.data.model.general |
---|
Methods in pl.edu.agh.cast.data.model.general that throw ModelException | |
---|---|
void |
ManyToManyRelation.addSourceEntitiy(IEntity entity)
Adds a source entity associated with the relation. |
void |
IManyToManyRelation.addSourceEntitiy(IEntity entity)
Adds a source entity associated with the relation. |
void |
ManyToManyRelation.addTargetEntitiy(IEntity entity)
Adds a target entity associated with the relation. |
void |
IManyToManyRelation.addTargetEntitiy(IEntity entity)
Adds a target entity associated with the relation. |
protected boolean |
ManyToManyRelation.isEntityListValid(List<? extends IEntity> entities)
Checks if given list of entities is valid for the relation's source and target entities list. |
protected boolean |
ManyToManyRelation.isEntityValid(IEntity entity)
Checks if given entity is valid for the relation's source and target entities list. |
protected boolean |
ManyToManyRelation.isSourceEntityListValid(List<? extends IEntity> entities)
Checks if given list of entities is valid for the relation's source entities list. |
protected boolean |
ManyToManyRelation.isTargetEntityListValid(List<? extends IEntity> entities)
Checks if given list of entities is valid for the relations source and target entities list. |
Uses of ModelException in pl.edu.agh.cast.data.model.presentation |
---|
Methods in pl.edu.agh.cast.data.model.presentation that throw ModelException | |
---|---|
protected boolean |
PresentationDataSet.isElementValid(T element)
Checks if given element is valid for the data set. |
Uses of ModelException in pl.edu.agh.cast.data.model.visual |
---|
Methods in pl.edu.agh.cast.data.model.visual that throw ModelException | |
---|---|
void |
IVisualElement.setPresentationElement(M pe)
Sets the element from presentation model which is described by this visual element. |
Uses of ModelException in pl.edu.agh.cast.schema.model.presentation |
---|
Methods in pl.edu.agh.cast.schema.model.presentation that throw ModelException | |
---|---|
protected boolean |
SchemaDataSet.isElementValid(ISchemaElement<? extends IElement> element)
Checks if given element is valid for the data set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |