|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySetter | |
---|---|
pl.edu.agh.cast.data.model | Provides CAST Data Model's entry level classes. |
pl.edu.agh.cast.data.model.domain | Provides base interfaces for all domain models. |
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.schema.model.visual | Provides CAST schema visual model. |
Uses of PropertySetter in pl.edu.agh.cast.data.model |
---|
Methods in pl.edu.agh.cast.data.model with annotations of type PropertySetter | |
---|---|
void |
IDataSet.setElements(Collection<? extends T> elements)
Sets elements from this data set. |
void |
IDataSet.setName(String name)
Sets the name of the data set. |
Uses of PropertySetter in pl.edu.agh.cast.data.model.domain |
---|
Methods in pl.edu.agh.cast.data.model.domain with annotations of type PropertySetter | |
---|---|
void |
IDomainDataSet.setSourceDate(Date sourceDate)
Sets the date of source acquisition. |
void |
IDomainDataSet.setSourceDescription(String sourceDescription)
Sets the description of the data set source. |
void |
IDomainDataSet.setSourceName(String sourceName)
Sets the name of the data set source. |
Uses of PropertySetter in pl.edu.agh.cast.data.model.general |
---|
Methods in pl.edu.agh.cast.data.model.general with annotations of type PropertySetter | |
---|---|
void |
IManyToManyRelation.setDirected(Boolean directed)
Sets the directed flag. |
void |
ITimedManyToManyRelation.setEndDate(Date date)
Sets the date of relation occurrence end. |
void |
IEntity.setIncomingRelations(List<? extends IManyToManyRelation> relations)
Sets the list of incoming relations associated with the entity. |
void |
IEntity.setName(String name)
Sets the entity name. |
void |
IEntity.setOutgoingRelations(List<? extends IManyToManyRelation> relations)
Sets the list of outgoing relations associated with the entity. |
void |
IManyToManyRelation.setSourceEntities(List<? extends IEntity> entities)
Sets source entities associated with the relation. |
void |
ITimedManyToManyRelation.setStartDate(Date date)
Sets the date of relation occurrence start. |
void |
IManyToManyRelation.setTargetEntities(List<? extends IEntity> entities)
Sets target entities associated with the relation. |
Uses of PropertySetter in pl.edu.agh.cast.data.model.presentation |
---|
Methods in pl.edu.agh.cast.data.model.presentation with annotations of type PropertySetter | |
---|---|
void |
IPresentationElement.setLabel(String label)
Label setter. |
void |
IPresentationDataSet.setOriginalDataSets(List<? extends IDataSet<? extends IElement>> dataSets)
Sets the original data sets which are presented by this presentation data set. |
void |
IPresentationElement.setOriginalElements(List<? extends T> elements)
Sets the original elements which are presented by this presentation elements. |
Uses of PropertySetter in pl.edu.agh.cast.schema.model.visual |
---|
Methods in pl.edu.agh.cast.schema.model.visual with annotations of type PropertySetter | |
---|---|
void |
IVisualSchemaConnection.setBendpoints(List<SchemaConnectionBendpoint> bendpoints)
Sets list of bend points. |
void |
IVisualSchemaNode.setHeight(Integer height)
Sets the height of the node. |
void |
IVisualSchemaNode.setResourceId(String id)
Sets the resource id of the node. |
void |
IVisualSchemaNode.setWidth(Integer width)
Sets the width of the node. |
void |
IVisualSchemaNode.setXCoordinate(Integer x)
Sets the x coordinate of the node. |
void |
IVisualSchemaNode.setYCoordinate(Integer y)
Sets the y coordinate of the node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |