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

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
GraphImpl

public interface Graph
extends EObject

A representation of the model object 'Graph'.

The following features are supported:

See Also:
DotPackage.getGraph()
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.
 GraphType getType()
          Returns the value of the 'Type' attribute.
 boolean isStrict()
          Returns the value of the 'Strict' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setStrict(boolean value)
          Sets the value of the 'Strict' attribute.
 void setType(GraphType value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isStrict

boolean isStrict()
Returns the value of the 'Strict' attribute.

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

Returns:
the value of the 'Strict' attribute.
See Also:
setStrict(boolean), DotPackage.getGraph_Strict()
Generated:
This code was automatically generated.
Model element

setStrict

void setStrict(boolean value)
Sets the value of the 'Strict' attribute.

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

getType

GraphType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration GraphType.

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

Returns:
the value of the 'Type' attribute.
See Also:
GraphType, setType(GraphType), DotPackage.getGraph_Type()
Generated:
This code was automatically generated.
Model element

setType

void setType(GraphType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
GraphType, getType()
Generated:
This code was automatically generated.

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.getGraph_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.getGraph_Statements()
Generated:
This code was automatically generated.
Model element:
containment=true