|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subgraph | |
---|---|
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 Subgraph in de.cau.cs.kieler.kiml.graphviz.dot |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.dot that return Subgraph | |
---|---|
Subgraph |
DotFactory.createSubgraph()
Returns a new object of class 'Subgraph'. |
Subgraph |
EdgeStatement.getSourceSubgraph()
Returns the value of the 'Source Subgraph' containment reference. |
Subgraph |
EdgeTarget.getTargetSubgraph()
Returns the value of the 'Target Subgraph' containment reference. |
Methods in de.cau.cs.kieler.kiml.graphviz.dot with parameters of type Subgraph | |
---|---|
void |
EdgeStatement.setSourceSubgraph(Subgraph value)
Sets the value of the ' Source Subgraph ' containment reference. |
void |
EdgeTarget.setTargetSubgraph(Subgraph value)
Sets the value of the ' Target Subgraph ' containment reference. |
Uses of Subgraph in de.cau.cs.kieler.kiml.graphviz.dot.impl |
---|
Classes in de.cau.cs.kieler.kiml.graphviz.dot.impl that implement Subgraph | |
---|---|
class |
SubgraphImpl
An implementation of the model object 'Subgraph'. |
Fields in de.cau.cs.kieler.kiml.graphviz.dot.impl declared as Subgraph | |
---|---|
protected Subgraph |
EdgeStatementImpl.sourceSubgraph
The cached value of the ' Source Subgraph ' containment reference. |
protected Subgraph |
EdgeTargetImpl.targetSubgraph
The cached value of the ' Target Subgraph ' containment reference. |
Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl that return Subgraph | |
---|---|
Subgraph |
DotFactoryImpl.createSubgraph()
|
Subgraph |
EdgeStatementImpl.getSourceSubgraph()
|
Subgraph |
EdgeTargetImpl.getTargetSubgraph()
|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl with parameters of type Subgraph | |
---|---|
NotificationChain |
EdgeStatementImpl.basicSetSourceSubgraph(Subgraph newSourceSubgraph,
NotificationChain msgs)
|
NotificationChain |
EdgeTargetImpl.basicSetTargetSubgraph(Subgraph newTargetSubgraph,
NotificationChain msgs)
|
void |
EdgeStatementImpl.setSourceSubgraph(Subgraph newSourceSubgraph)
|
void |
EdgeTargetImpl.setTargetSubgraph(Subgraph newTargetSubgraph)
|
Uses of Subgraph in de.cau.cs.kieler.kiml.graphviz.dot.util |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.util with parameters of type Subgraph | |
---|---|
T |
DotSwitch.caseSubgraph(Subgraph object)
Returns the result of interpreting the object as an instance of 'Subgraph'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |