|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeValueContainer | |
|---|---|
| pl.edu.agh.cast.backward.command | Provides commands for operating on diagrams. |
| pl.edu.agh.cast.model.visual.backward | Provides classes for visual presentation of data. |
| Uses of AttributeValueContainer in pl.edu.agh.cast.backward.command |
|---|
| Constructors in pl.edu.agh.cast.backward.command with parameters of type AttributeValueContainer | |
|---|---|
ModifyAttributesCommand(AttributeValueContainer element,
Collection<AttributeValue> newAttributeValues)
Creates new instance of attribute modification command. |
|
| Uses of AttributeValueContainer in pl.edu.agh.cast.model.visual.backward |
|---|
| Subinterfaces of AttributeValueContainer in pl.edu.agh.cast.model.visual.backward | |
|---|---|
interface |
IDiagram
Interface of a diagram which consists of Nodes and Connections. |
| Classes in pl.edu.agh.cast.model.visual.backward that implement AttributeValueContainer | |
|---|---|
class |
ConnectionGroup
Stores list of all connections between two nodes. |
class |
Diagram
Diagram, which consists of of Nodes and Connections. |
class |
Legend
Diagram legend. |
class |
ModelElement
An abstract class for a visual model element. |
class |
Node
Class representing nodes of IDiagram. |
| Methods in pl.edu.agh.cast.model.visual.backward with parameters of type AttributeValueContainer | |
|---|---|
protected void |
ModelElement.copyAttributes(AttributeValueContainer target)
Copies attributes present in current model element to another model element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||