|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyGetter | |
---|---|
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.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. |
pl.edu.agh.cast.schema.model.visual | Provides CAST schema visual model. |
Uses of PropertyGetter in pl.edu.agh.cast.data.model |
---|
Methods in pl.edu.agh.cast.data.model with annotations of type PropertyGetter | |
---|---|
Date |
IDataSet.getCreationDate()
Returns the data set creation date. |
IDataSet<? extends IElement> |
IElement.getDataSet()
Returns the data set this element is in. |
Collection<? extends T> |
IDataSet.getElements()
Returns all elements from this data set. |
UUID |
Identifiable.getId()
Returns object's globally unique ID. |
String |
IDataSet.getName()
Returns the name of the data set. |
Type |
Identifiable.getType()
Returns object's type. |
Uses of PropertyGetter in pl.edu.agh.cast.data.model.domain |
---|
Methods in pl.edu.agh.cast.data.model.domain with annotations of type PropertyGetter | |
---|---|
Date |
IDomainDataSet.getSourceDate()
Returns the date of source acquisition. |
String |
IDomainDataSet.getSourceDescription()
Returns the description of the data set source. |
String |
IDomainDataSet.getSourceName()
Returns the name of the data set source. |
Uses of PropertyGetter in pl.edu.agh.cast.data.model.general |
---|
Methods in pl.edu.agh.cast.data.model.general with annotations of type PropertyGetter | |
---|---|
Date |
ITimedManyToManyRelation.getEndDate()
Returns the date of relation occurrence end. |
List<? extends IManyToManyRelation> |
IEntity.getIncomingRelations()
Returns the list of incoming relations associated with the entity. |
String |
IEntity.getName()
Returns the entity name. |
List<? extends IManyToManyRelation> |
IEntity.getOutgoingRelations()
Returns the list of outgoing relations associated with the entity. |
List<? extends IEntity> |
IManyToManyRelation.getSourceEntities()
Returns source entities associated with the relation. |
Date |
ITimedManyToManyRelation.getStartDate()
Returns the date of relation occurrence start. |
List<? extends IEntity> |
IManyToManyRelation.getTargetEntities()
Returns target entities associated with the relation. |
Boolean |
IManyToManyRelation.isDirected()
Checks if given relation is directed (from source to target entities) or not (in that case it is bi-directional). |
Uses of PropertyGetter in pl.edu.agh.cast.data.model.presentation |
---|
Methods in pl.edu.agh.cast.data.model.presentation with annotations of type PropertyGetter | |
---|---|
Type |
IPresentationElement.getDerivedType()
The derived type of the element is based on the type of the element(s) from the domain model wrapped by this presentation element. |
String |
IPresentationElement.getLabel()
Label getter. |
List<? extends IDataSet<? extends IElement>> |
IPresentationDataSet.getOriginalDataSets()
Returns the original data sets which are presented by this presentation data set. |
List<? extends T> |
IPresentationElement.getOriginalElements()
Returns the original elements which are presented by this presentation element. |
Uses of PropertyGetter in pl.edu.agh.cast.data.model.visual |
---|
Methods in pl.edu.agh.cast.data.model.visual with annotations of type PropertyGetter | |
---|---|
M |
IVisualDataSet.getPresentationDataSet()
Gets wrapped presentation data set. |
M |
IVisualElement.getPresentationElement()
Gets element from presentation model which is described by this visual element. |
Uses of PropertyGetter in pl.edu.agh.cast.schema.model.presentation |
---|
Methods in pl.edu.agh.cast.schema.model.presentation with annotations of type PropertyGetter | |
---|---|
List<? extends ISchemaConnection> |
ISchemaNode.getConnections()
Gets all connections associated with this node. |
ISchemaNode |
ISchemaConnection.getSourceNode()
Gets source node. |
ISchemaNode |
ISchemaConnection.getTargetNode()
Gets target node. |
Boolean |
ISchemaConnection.isDirected()
Indicates if a connections is directed or not. |
Uses of PropertyGetter in pl.edu.agh.cast.schema.model.visual |
---|
Methods in pl.edu.agh.cast.schema.model.visual with annotations of type PropertyGetter | |
---|---|
List<SchemaConnectionBendpoint> |
IVisualSchemaConnection.getBendpoints()
Returns list of bend points. |
Integer |
IVisualSchemaNode.getHeight()
The height of the node. |
String |
IVisualSchemaNode.getResourceId()
The resource id of the node. |
Integer |
IVisualSchemaNode.getWidth()
The width of the node. |
Integer |
IVisualSchemaNode.getXCoordinate()
The x coordinate of the node. |
Integer |
IVisualSchemaNode.getYCoordinate()
The y coordinate of the node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |