|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
---|---|
de.cau.cs.kieler.kiml.graphviz.dot | |
de.cau.cs.kieler.kiml.graphviz.dot.impl | |
de.cau.cs.kieler.kiml.graphviz.dot.util |
Uses of AttributeList in de.cau.cs.kieler.kiml.graphviz.dot |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.dot that return AttributeList | |
---|---|
AttributeList |
DotFactory.createAttributeList()
Returns a new object of class 'Attribute List'. |
AttributeList |
AttributeStatement.getAttributes()
Returns the value of the 'Attributes' containment reference. |
AttributeList |
EdgeStatement.getAttributes()
Returns the value of the 'Attributes' containment reference. |
AttributeList |
NodeStatement.getAttributes()
Returns the value of the 'Attributes' containment reference. |
Methods in de.cau.cs.kieler.kiml.graphviz.dot with parameters of type AttributeList | |
---|---|
void |
AttributeStatement.setAttributes(AttributeList value)
Sets the value of the ' Attributes ' containment reference. |
void |
EdgeStatement.setAttributes(AttributeList value)
Sets the value of the ' Attributes ' containment reference. |
void |
NodeStatement.setAttributes(AttributeList value)
Sets the value of the ' Attributes ' containment reference. |
Uses of AttributeList in de.cau.cs.kieler.kiml.graphviz.dot.impl |
---|
Classes in de.cau.cs.kieler.kiml.graphviz.dot.impl that implement AttributeList | |
---|---|
class |
AttributeListImpl
An implementation of the model object 'Attribute List'. |
Fields in de.cau.cs.kieler.kiml.graphviz.dot.impl declared as AttributeList | |
---|---|
protected AttributeList |
AttributeStatementImpl.attributes
The cached value of the ' Attributes ' containment reference. |
protected AttributeList |
EdgeStatementImpl.attributes
The cached value of the ' Attributes ' containment reference. |
protected AttributeList |
NodeStatementImpl.attributes
The cached value of the ' Attributes ' containment reference. |
Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl that return AttributeList | |
---|---|
AttributeList |
DotFactoryImpl.createAttributeList()
|
AttributeList |
AttributeStatementImpl.getAttributes()
|
AttributeList |
EdgeStatementImpl.getAttributes()
|
AttributeList |
NodeStatementImpl.getAttributes()
|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl with parameters of type AttributeList | |
---|---|
NotificationChain |
AttributeStatementImpl.basicSetAttributes(AttributeList newAttributes,
NotificationChain msgs)
|
NotificationChain |
EdgeStatementImpl.basicSetAttributes(AttributeList newAttributes,
NotificationChain msgs)
|
NotificationChain |
NodeStatementImpl.basicSetAttributes(AttributeList newAttributes,
NotificationChain msgs)
|
void |
AttributeStatementImpl.setAttributes(AttributeList newAttributes)
|
void |
EdgeStatementImpl.setAttributes(AttributeList newAttributes)
|
void |
NodeStatementImpl.setAttributes(AttributeList newAttributes)
|
Uses of AttributeList in de.cau.cs.kieler.kiml.graphviz.dot.util |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.util with parameters of type AttributeList | |
---|---|
T |
DotSwitch.caseAttributeList(AttributeList object)
Returns the result of interpreting the object as an instance of 'Attribute List'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |