|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Graph
A representation of the model object 'Graph'.
The following features are supported:
DotPackage.getGraph()
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 |
---|
boolean isStrict()
If the meaning of the 'Strict' attribute isn't clear, there really should be more of a description here...
setStrict(boolean)
,
DotPackage.getGraph_Strict()
void setStrict(boolean value)
Strict
' attribute.
value
- the new value of the 'Strict' attribute.isStrict()
GraphType getType()
GraphType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
GraphType
,
setType(GraphType)
,
DotPackage.getGraph_Type()
void setType(GraphType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.GraphType
,
getType()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DotPackage.getGraph_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
EList<Statement> getStatements()
Statement
.
If the meaning of the 'Statements' containment reference list isn't clear, there really should be more of a description here...
DotPackage.getGraph_Statements()
containment | = | true |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |