|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EdgeType
A representation of the model object 'Edge Type'. Complex type for the <edge> element.
The following features are supported:
GraphMLPackage.getEdgeType()
extendedMetaData | = | "name='edge.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. |
GraphType |
getGraph()
Returns the value of the 'Graph' containment reference. |
String |
getId()
Returns the value of the 'Id' attribute. |
String |
getSource()
Returns the value of the 'Source' attribute. |
String |
getSourceport()
Returns the value of the 'Sourceport' attribute. |
String |
getTarget()
Returns the value of the 'Target' attribute. |
String |
getTargetport()
Returns the value of the 'Targetport' attribute. |
boolean |
isDirected()
Returns the value of the 'Directed' attribute. |
boolean |
isSetDirected()
Returns whether the value of the ' Directed ' attribute is set. |
void |
setDesc(String value)
Sets the value of the ' Desc ' attribute. |
void |
setDirected(boolean value)
Sets the value of the ' Directed ' attribute. |
void |
setGraph(GraphType value)
Sets the value of the ' Graph ' containment reference. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setSource(String value)
Sets the value of the ' Source ' attribute. |
void |
setSourceport(String value)
Sets the value of the ' Sourceport ' attribute. |
void |
setTarget(String value)
Sets the value of the ' Target ' attribute. |
void |
setTargetport(String value)
Sets the value of the ' Targetport ' attribute. |
void |
unsetDirected()
Unsets the value of the ' Directed ' 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.getEdgeType_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<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.getEdgeType_Data()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
GraphType getGraph()
setGraph(GraphType)
,
GraphMLPackage.getEdgeType_Graph()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'graph' |
namespace | = | '##targetNamespace'" |
void setGraph(GraphType value)
Graph
' containment reference.
value
- the new value of the 'Graph' containment reference.getGraph()
boolean isDirected()
isSetDirected()
,
unsetDirected()
,
setDirected(boolean)
,
GraphMLPackage.getEdgeType_Directed()
unsettable | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.Boolean |
extendedMetaData | = | "kind='attribute' |
name | = | 'directed'" |
void setDirected(boolean value)
Directed
' attribute.
value
- the new value of the 'Directed' attribute.isSetDirected()
,
unsetDirected()
,
isDirected()
void unsetDirected()
Directed
' attribute.
isSetDirected()
,
isDirected()
,
setDirected(boolean)
boolean isSetDirected()
Directed
' attribute is set.
unsetDirected()
,
isDirected()
,
setDirected(boolean)
String getId()
setId(String)
,
GraphMLPackage.getEdgeType_Id()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
extendedMetaData | = | "kind='attribute' |
name | = | 'id'" |
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getSource()
setSource(String)
,
GraphMLPackage.getEdgeType_Source()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'source'" |
void setSource(String value)
Source
' attribute.
value
- the new value of the 'Source' attribute.getSource()
String getSourceport()
setSourceport(String)
,
GraphMLPackage.getEdgeType_Sourceport()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
extendedMetaData | = | "kind='attribute' |
name | = | 'sourceport'" |
void setSourceport(String value)
Sourceport
' attribute.
value
- the new value of the 'Sourceport' attribute.getSourceport()
String getTarget()
setTarget(String)
,
GraphMLPackage.getEdgeType_Target()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'target'" |
void setTarget(String value)
Target
' attribute.
value
- the new value of the 'Target' attribute.getTarget()
String getTargetport()
setTargetport(String)
,
GraphMLPackage.getEdgeType_Targetport()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
extendedMetaData | = | "kind='attribute' |
name | = | 'targetport'" |
void setTargetport(String value)
Targetport
' attribute.
value
- the new value of the 'Targetport' attribute.getTargetport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |