|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphmlType
A representation of the model object 'Graphml Type'. Complex type for the <graphml> element.
The following features are supported:
GraphMLPackage.getGraphmlType()
extendedMetaData | = | "name='graphml.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
EList<DataType> |
getData()
Returns the value of the 'Data' containment reference list. |
String |
getDesc()
Returns the value of the 'Desc' attribute. |
EList<GraphType> |
getGraph()
Returns the value of the 'Graph' containment reference list. |
FeatureMap |
getGroup()
Returns the value of the 'Group' attribute list. |
EList<KeyType> |
getKey()
Returns the value of the 'Key' containment reference list. |
void |
setDesc(String value)
Sets the value of the ' Desc ' 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 |
---|
String getDesc()
setDesc(String)
,
GraphMLPackage.getGraphmlType_Desc()
dataType | = | org.eclipse.emf.ecore.xml.type.String |
extendedMetaData | = | "kind='element' |
name | = | 'desc' |
namespace | = | '##targetNamespace'" |
void setDesc(String value)
Desc
' attribute.
value
- the new value of the 'Desc' attribute.getDesc()
EList<KeyType> getKey()
KeyType
.
Description: In GraphML there may be data-functions attached
to graphs, nodes, ports, edges, hyperedges and
endpoint and to the whole collection of
graphs described by the content of <graphml>.
These functions are declared by <key> elements
(children of <graphml>) and defined by <data>
elements.
Occurence: <graphml>.
GraphMLPackage.getGraphmlType_Key()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'key' |
namespace | = | '##targetNamespace'" |
FeatureMap getGroup()
FeatureMap.Entry
.
If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
GraphMLPackage.getGraphmlType_Group()
unique | = | false |
dataType | = | org.eclipse.emf.ecore.EFeatureMapEntry |
many | = | true |
extendedMetaData | = | "kind='group' |
name | = | 'group:2'" |
EList<GraphType> getGraph()
GraphType
.
Description: Describes one graph in this document.
Occurence: <graphml>, <node>, <edge>, <hyperedge>.
GraphMLPackage.getGraphmlType_Graph()
containment | = | true |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'graph' |
namespace | = | '##targetNamespace' |
group | = | '#group:2'" |
EList<DataType> getData()
DataType
.
Description: In GraphML there may be data-functions attached
to graphs, nodes, ports, edges, hyperedges and
endpoint and to the whole collection of
graphs described by the content of <graphml>.
These functions are declared by <key> elements
(children of <graphml>) and defined by <data>
elements.
Occurence: <graphml>, <graph>, <node>, <port>,
<edge>, <hyperedge>, and <endpoint>.
GraphMLPackage.getGraphmlType_Data()
containment | = | true |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace' |
group | = | '#group:2'" |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |