|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphStyleType
A representation of the model object 'Graph Style Type'. declaration of the default style-templates for nodes, edges and labels
The following features are supported:
OgmlPackage.getGraphStyleType()
extendedMetaData | = | "name='graphStyle.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
EList<DataType> |
getData()
Returns the value of the 'Data' containment reference list. |
String |
getDefaultEdgeTemplate()
Returns the value of the 'Default Edge Template' attribute. |
String |
getDefaultLabelTemplate()
Returns the value of the 'Default Label Template' attribute. |
String |
getDefaultNodeTemplate()
Returns the value of the 'Default Node Template' attribute. |
void |
setDefaultEdgeTemplate(String value)
Sets the value of the ' Default Edge Template ' attribute. |
void |
setDefaultLabelTemplate(String value)
Sets the value of the ' Default Label Template ' attribute. |
void |
setDefaultNodeTemplate(String value)
Sets the value of the ' Default Node Template ' 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 |
---|
EList<DataType> getData()
DataType
.
If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...
OgmlPackage.getGraphStyleType_Data()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
String getDefaultEdgeTemplate()
If the meaning of the 'Default Edge Template' attribute isn't clear, there really should be more of a description here...
setDefaultEdgeTemplate(String)
,
OgmlPackage.getGraphStyleType_DefaultEdgeTemplate()
dataType | = | org.eclipse.emf.ecore.xml.type.IDREF |
extendedMetaData | = | "kind='attribute' |
name | = | 'defaultEdgeTemplate' |
namespace | = | '##targetNamespace'" |
void setDefaultEdgeTemplate(String value)
Default Edge Template
' attribute.
value
- the new value of the 'Default Edge Template' attribute.getDefaultEdgeTemplate()
String getDefaultLabelTemplate()
If the meaning of the 'Default Label Template' attribute isn't clear, there really should be more of a description here...
setDefaultLabelTemplate(String)
,
OgmlPackage.getGraphStyleType_DefaultLabelTemplate()
dataType | = | org.eclipse.emf.ecore.xml.type.IDREF |
extendedMetaData | = | "kind='attribute' |
name | = | 'defaultLabelTemplate' |
namespace | = | '##targetNamespace'" |
void setDefaultLabelTemplate(String value)
Default Label Template
' attribute.
value
- the new value of the 'Default Label Template' attribute.getDefaultLabelTemplate()
String getDefaultNodeTemplate()
If the meaning of the 'Default Node Template' attribute isn't clear, there really should be more of a description here...
setDefaultNodeTemplate(String)
,
OgmlPackage.getGraphStyleType_DefaultNodeTemplate()
dataType | = | org.eclipse.emf.ecore.xml.type.IDREF |
extendedMetaData | = | "kind='attribute' |
name | = | 'defaultNodeTemplate' |
namespace | = | '##targetNamespace'" |
void setDefaultNodeTemplate(String value)
Default Node Template
' attribute.
value
- the new value of the 'Default Node Template' attribute.getDefaultNodeTemplate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |