net.ogdf.ogml
Interface EdgeType

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

public interface EdgeType
extends EObject

A representation of the model object 'Edge Type'. The edge.type-tag provides declarations for edges and hyperedges. An edge has an required identifier "id". It is possible to spcify an unbounded number of labels as children of the edge. Also it is possible to define an unbounded number of data-elements. An edge is defined by a non-empty set of sources and targets. The type of the described edge is implicit given by the number of these elements. One source and one target specify a directed edge. An edge that contains two sourced is an undirected edge, and two target-elements specify a bidirectional edge. If there are other combinations of sources/targets the edge is mentioned to be an hyperedge. Sources and Targets are declared by their referenced id. Feasible references are node- and edge-ids.

The following features are supported:

See Also:
OgmlPackage.getEdgeType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='edge.type'
kind='elementOnly'"

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 String getId()
          Returns the value of the 'Id' attribute.
 EList<LabelType> getLabel()
          Returns the value of the 'Label' containment reference list.
 EList<LabelType> getLabel1()
          Returns the value of the 'Label1' containment reference list.
 EList<SourceTargetType> getSource()
          Returns the value of the 'Source' containment reference list.
 EList<SourceTargetType> getTarget()
          Returns the value of the 'Target' containment reference list.
 void setId(String value)
          Sets the value of the 'Id' 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

getData

EList<DataType> getData()
Returns the value of the 'Data' containment reference list. The list contents are of type DataType.

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

Returns:
the value of the 'Data' containment reference list.
See Also:
OgmlPackage.getEdgeType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getLabel

EList<LabelType> getLabel()
Returns the value of the 'Label' containment reference list. The list contents are of type LabelType.

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

Returns:
the value of the 'Label' containment reference list.
See Also:
OgmlPackage.getEdgeType_Label()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='label'
namespace='##targetNamespace'"

getGroup

FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Group' attribute list.
See Also:
OgmlPackage.getEdgeType_Group()
Generated:
This code was automatically generated.
Model element:
unique=false
dataType=org.eclipse.emf.ecore.EFeatureMapEntry
many=true
extendedMetaData="kind='group'
name='group:2'"

getSource

EList<SourceTargetType> getSource()
Returns the value of the 'Source' containment reference list. The list contents are of type SourceTargetType.

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

Returns:
the value of the 'Source' containment reference list.
See Also:
OgmlPackage.getEdgeType_Source()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='source'
namespace='##targetNamespace'
group='group:2'"

getTarget

EList<SourceTargetType> getTarget()
Returns the value of the 'Target' containment reference list. The list contents are of type SourceTargetType.

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

Returns:
the value of the 'Target' containment reference list.
See Also:
OgmlPackage.getEdgeType_Target()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='target'
namespace='##targetNamespace'
group='group:2'"

getLabel1

EList<LabelType> getLabel1()
Returns the value of the 'Label1' containment reference list. The list contents are of type LabelType.

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

Returns:
the value of the 'Label1' containment reference list.
See Also:
OgmlPackage.getEdgeType_Label1()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='label'
namespace='##targetNamespace'"

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), OgmlPackage.getEdgeType_Id()
Generated:
This code was automatically generated.
Model element:
id=true
dataType=org.eclipse.emf.ecore.xml.type.ID
required=true
extendedMetaData="kind='attribute'
name='id'
namespace='##targetNamespace'"

setId

void setId(String value)
Sets the value of the 'Id' attribute.

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