|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
de.cau.cs.kieler.kiml.graphviz.dot.dot | |
de.cau.cs.kieler.kiml.graphviz.dot.dot.impl | |
de.cau.cs.kieler.kiml.graphviz.dot.dot.util |
Uses of Attribute in de.cau.cs.kieler.kiml.graphviz.dot.dot |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return Attribute | |
---|---|
Attribute |
DotFactory.createAttribute()
Returns a new object of class 'Attribute'. |
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return types with arguments of type Attribute | |
---|---|
EList<Attribute> |
AttributeStatement.getAttributes()
Returns the value of the 'Attributes' containment reference list. |
EList<Attribute> |
EdgeStatement.getAttributes()
Returns the value of the 'Attributes' containment reference list. |
EList<Attribute> |
NodeStatement.getAttributes()
Returns the value of the 'Attributes' containment reference list. |
Uses of Attribute in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl |
---|
Classes in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that implement Attribute | |
---|---|
class |
AttributeImpl
An implementation of the model object 'Attribute'. |
Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl with type parameters of type Attribute | |
---|---|
protected EList<Attribute> |
AttributeStatementImpl.attributes
The cached value of the ' Attributes ' containment reference list. |
protected EList<Attribute> |
EdgeStatementImpl.attributes
The cached value of the ' Attributes ' containment reference list. |
protected EList<Attribute> |
NodeStatementImpl.attributes
The cached value of the ' Attributes ' containment reference list. |
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return Attribute | |
---|---|
Attribute |
DotFactoryImpl.createAttribute()
|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return types with arguments of type Attribute | |
---|---|
EList<Attribute> |
AttributeStatementImpl.getAttributes()
|
EList<Attribute> |
EdgeStatementImpl.getAttributes()
|
EList<Attribute> |
NodeStatementImpl.getAttributes()
|
Uses of Attribute in de.cau.cs.kieler.kiml.graphviz.dot.dot.util |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.util with parameters of type Attribute | |
---|---|
T |
DotSwitch.caseAttribute(Attribute object)
Returns the result of interpreting the object as an instance of 'Attribute'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |