|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeType
A representation of the model object 'Node Type'. Complex type for the <node> element.
The following features are supported:
GraphMLPackage.getNodeType()
extendedMetaData | = | "name='node.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. |
FeatureMap |
getGroup()
Returns the value of the 'Group' attribute list. |
String |
getId()
Returns the value of the 'Id' attribute. |
LocatorType |
getLocator()
Returns the value of the 'Locator' containment reference. |
BigInteger |
getParseIndegree()
Returns the value of the 'Parse Indegree' attribute. |
BigInteger |
getParseOutdegree()
Returns the value of the 'Parse Outdegree' attribute. |
EList<PortType> |
getPort()
Returns the value of the 'Port' containment reference list. |
void |
setDesc(String value)
Sets the value of the ' Desc ' 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 |
setLocator(LocatorType value)
Sets the value of the ' Locator ' containment reference. |
void |
setParseIndegree(BigInteger value)
Sets the value of the ' Parse Indegree ' attribute. |
void |
setParseOutdegree(BigInteger value)
Sets the value of the ' Parse Outdegree ' 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.getNodeType_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()
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.getNodeType_Group()
unique | = | false |
dataType | = | org.eclipse.emf.ecore.EFeatureMapEntry |
many | = | true |
extendedMetaData | = | "kind='group' |
name | = | 'group:1'" |
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.getNodeType_Data()
containment | = | true |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace' |
group | = | '#group:1'" |
EList<PortType> getPort()
PortType
.
Description: Nodes may be structured by ports; thus edges
are not only attached to a node but to a certain
port in this node.
Occurence: <node>, <port>.
GraphMLPackage.getNodeType_Port()
containment | = | true |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'port' |
namespace | = | '##targetNamespace' |
group | = | '#group:1'" |
GraphType getGraph()
setGraph(GraphType)
,
GraphMLPackage.getNodeType_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()
LocatorType getLocator()
setLocator(LocatorType)
,
GraphMLPackage.getNodeType_Locator()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'locator' |
namespace | = | '##targetNamespace'" |
void setLocator(LocatorType value)
Locator
' containment reference.
value
- the new value of the 'Locator' containment reference.getLocator()
String getId()
setId(String)
,
GraphMLPackage.getNodeType_Id()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'id'" |
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
BigInteger getParseIndegree()
If the meaning of the 'Parse Indegree' attribute isn't clear, there really should be more of a description here...
setParseIndegree(BigInteger)
,
GraphMLPackage.getNodeType_ParseIndegree()
dataType | = | org.graphdrawing.graphml.NodeIndegreeType |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.indegree'" |
void setParseIndegree(BigInteger value)
Parse Indegree
' attribute.
value
- the new value of the 'Parse Indegree' attribute.getParseIndegree()
BigInteger getParseOutdegree()
If the meaning of the 'Parse Outdegree' attribute isn't clear, there really should be more of a description here...
setParseOutdegree(BigInteger)
,
GraphMLPackage.getNodeType_ParseOutdegree()
dataType | = | org.graphdrawing.graphml.NodeOutdegreeType |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.outdegree'" |
void setParseOutdegree(BigInteger value)
Parse Outdegree
' attribute.
value
- the new value of the 'Parse Outdegree' attribute.getParseOutdegree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |