de.cau.cs.kieler.kiml.graphviz.dot.dot
Interface Subgraph

All Superinterfaces:
EObject, Notifier, Statement
All Known Implementing Classes:
SubgraphImpl

public interface Subgraph
extends Statement

A representation of the model object 'Subgraph'.

The following features are supported:

See Also:
DotPackage.getSubgraph()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 EList<Statement> getStatements()
          Returns the value of the 'Statements' containment reference list.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DotPackage.getSubgraph_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.

getStatements

EList<Statement> getStatements()
Returns the value of the 'Statements' containment reference list. The list contents are of type Statement.

If the meaning of the 'Statements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Statements' containment reference list.
See Also:
DotPackage.getSubgraph_Statements()
Generated:
This code was automatically generated.
Model element:
containment=true