|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphType
A representation of the model object 'Graph Type'. Complex type for the <graph> element.
The following features are supported:
Desc
Group
Data
Node
Edge
Hyperedge
Locator
Edgedefault
Id
Parse Edgeids
Parse Edges
Parse Maxindegree
Parse Maxoutdegree
Parse Nodeids
Parse Nodes
Parse Order
GraphMLPackage.getGraphType()
extendedMetaData | = | "name='graph.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<EdgeType> |
getEdge()
Returns the value of the 'Edge' containment reference list. |
GraphEdgedefaultType |
getEdgedefault()
Returns the value of the 'Edgedefault' attribute. |
FeatureMap |
getGroup()
Returns the value of the 'Group' attribute list. |
EList<HyperedgeType> |
getHyperedge()
Returns the value of the 'Hyperedge' containment reference list. |
String |
getId()
Returns the value of the 'Id' attribute. |
LocatorType |
getLocator()
Returns the value of the 'Locator' containment reference. |
EList<NodeType> |
getNode()
Returns the value of the 'Node' containment reference list. |
GraphEdgeidsType |
getParseEdgeids()
Returns the value of the 'Parse Edgeids' attribute. |
BigInteger |
getParseEdges()
Returns the value of the 'Parse Edges' attribute. |
BigInteger |
getParseMaxindegree()
Returns the value of the 'Parse Maxindegree' attribute. |
BigInteger |
getParseMaxoutdegree()
Returns the value of the 'Parse Maxoutdegree' attribute. |
GraphNodeidsType |
getParseNodeids()
Returns the value of the 'Parse Nodeids' attribute. |
BigInteger |
getParseNodes()
Returns the value of the 'Parse Nodes' attribute. |
GraphOrderType |
getParseOrder()
Returns the value of the 'Parse Order' attribute. |
boolean |
isSetEdgedefault()
Returns whether the value of the ' Edgedefault ' attribute is set. |
boolean |
isSetParseEdgeids()
Returns whether the value of the ' Parse Edgeids ' attribute is set. |
boolean |
isSetParseNodeids()
Returns whether the value of the ' Parse Nodeids ' attribute is set. |
boolean |
isSetParseOrder()
Returns whether the value of the ' Parse Order ' attribute is set. |
void |
setDesc(String value)
Sets the value of the ' Desc ' attribute. |
void |
setEdgedefault(GraphEdgedefaultType value)
Sets the value of the ' Edgedefault ' attribute. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setLocator(LocatorType value)
Sets the value of the ' Locator ' containment reference. |
void |
setParseEdgeids(GraphEdgeidsType value)
Sets the value of the ' Parse Edgeids ' attribute. |
void |
setParseEdges(BigInteger value)
Sets the value of the ' Parse Edges ' attribute. |
void |
setParseMaxindegree(BigInteger value)
Sets the value of the ' Parse Maxindegree ' attribute. |
void |
setParseMaxoutdegree(BigInteger value)
Sets the value of the ' Parse Maxoutdegree ' attribute. |
void |
setParseNodeids(GraphNodeidsType value)
Sets the value of the ' Parse Nodeids ' attribute. |
void |
setParseNodes(BigInteger value)
Sets the value of the ' Parse Nodes ' attribute. |
void |
setParseOrder(GraphOrderType value)
Sets the value of the ' Parse Order ' attribute. |
void |
unsetEdgedefault()
Unsets the value of the ' Edgedefault ' attribute. |
void |
unsetParseEdgeids()
Unsets the value of the ' Parse Edgeids ' attribute. |
void |
unsetParseNodeids()
Unsets the value of the ' Parse Nodeids ' attribute. |
void |
unsetParseOrder()
Unsets the value of the ' Parse Order ' 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.getGraphType_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.getGraphType_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.getGraphType_Data()
containment | = | true |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace' |
group | = | '#group:1'" |
EList<NodeType> getNode()
NodeType
.
Description: Describes one node in the <graph>
containing this <node>.
Occurence: <graph>.
GraphMLPackage.getGraphType_Node()
containment | = | true |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'node' |
namespace | = | '##targetNamespace' |
group | = | '#group:1'" |
EList<EdgeType> getEdge()
EdgeType
.
Description: Describes an edge in the <graph> which contains this
<edge>.
Occurence: <graph>.
GraphMLPackage.getGraphType_Edge()
containment | = | true |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'edge' |
namespace | = | '##targetNamespace' |
group | = | '#group:1'" |
EList<HyperedgeType> getHyperedge()
HyperedgeType
.
Description: While edges describe relations between two nodes,
a hyperedge describes a relation between an arbitrary
number of nodes.
Occurence: <graph>.
GraphMLPackage.getGraphType_Hyperedge()
containment | = | true |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'hyperedge' |
namespace | = | '##targetNamespace' |
group | = | '#group:1'" |
LocatorType getLocator()
setLocator(LocatorType)
,
GraphMLPackage.getGraphType_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()
GraphEdgedefaultType getEdgedefault()
GraphEdgedefaultType
.
describes whether edges of this graph are considered
as directed or undirected per default (unless
specified by the attribute directed of <edge>).
GraphEdgedefaultType
,
isSetEdgedefault()
,
unsetEdgedefault()
,
setEdgedefault(GraphEdgedefaultType)
,
GraphMLPackage.getGraphType_Edgedefault()
unsettable | = | true |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'edgedefault'" |
void setEdgedefault(GraphEdgedefaultType value)
Edgedefault
' attribute.
value
- the new value of the 'Edgedefault' attribute.GraphEdgedefaultType
,
isSetEdgedefault()
,
unsetEdgedefault()
,
getEdgedefault()
void unsetEdgedefault()
Edgedefault
' attribute.
isSetEdgedefault()
,
getEdgedefault()
,
setEdgedefault(GraphEdgedefaultType)
boolean isSetEdgedefault()
Edgedefault
' attribute is set.
unsetEdgedefault()
,
getEdgedefault()
,
setEdgedefault(GraphEdgedefaultType)
String getId()
setId(String)
,
GraphMLPackage.getGraphType_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()
GraphEdgeidsType getParseEdgeids()
GraphEdgeidsType
.
If the meaning of the 'Parse Edgeids' attribute isn't clear, there really should be more of a description here...
GraphEdgeidsType
,
isSetParseEdgeids()
,
unsetParseEdgeids()
,
setParseEdgeids(GraphEdgeidsType)
,
GraphMLPackage.getGraphType_ParseEdgeids()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.edgeids'" |
void setParseEdgeids(GraphEdgeidsType value)
Parse Edgeids
' attribute.
value
- the new value of the 'Parse Edgeids' attribute.GraphEdgeidsType
,
isSetParseEdgeids()
,
unsetParseEdgeids()
,
getParseEdgeids()
void unsetParseEdgeids()
Parse Edgeids
' attribute.
isSetParseEdgeids()
,
getParseEdgeids()
,
setParseEdgeids(GraphEdgeidsType)
boolean isSetParseEdgeids()
Parse Edgeids
' attribute is set.
unsetParseEdgeids()
,
getParseEdgeids()
,
setParseEdgeids(GraphEdgeidsType)
BigInteger getParseEdges()
If the meaning of the 'Parse Edges' attribute isn't clear, there really should be more of a description here...
setParseEdges(BigInteger)
,
GraphMLPackage.getGraphType_ParseEdges()
dataType | = | org.graphdrawing.graphml.GraphEdgesType |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.edges'" |
void setParseEdges(BigInteger value)
Parse Edges
' attribute.
value
- the new value of the 'Parse Edges' attribute.getParseEdges()
BigInteger getParseMaxindegree()
If the meaning of the 'Parse Maxindegree' attribute isn't clear, there really should be more of a description here...
setParseMaxindegree(BigInteger)
,
GraphMLPackage.getGraphType_ParseMaxindegree()
dataType | = | org.graphdrawing.graphml.GraphMaxindegreeType |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.maxindegree'" |
void setParseMaxindegree(BigInteger value)
Parse Maxindegree
' attribute.
value
- the new value of the 'Parse Maxindegree' attribute.getParseMaxindegree()
BigInteger getParseMaxoutdegree()
If the meaning of the 'Parse Maxoutdegree' attribute isn't clear, there really should be more of a description here...
setParseMaxoutdegree(BigInteger)
,
GraphMLPackage.getGraphType_ParseMaxoutdegree()
dataType | = | org.graphdrawing.graphml.GraphMaxoutdegreeType |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.maxoutdegree'" |
void setParseMaxoutdegree(BigInteger value)
Parse Maxoutdegree
' attribute.
value
- the new value of the 'Parse Maxoutdegree' attribute.getParseMaxoutdegree()
GraphNodeidsType getParseNodeids()
GraphNodeidsType
.
If the meaning of the 'Parse Nodeids' attribute isn't clear, there really should be more of a description here...
GraphNodeidsType
,
isSetParseNodeids()
,
unsetParseNodeids()
,
setParseNodeids(GraphNodeidsType)
,
GraphMLPackage.getGraphType_ParseNodeids()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.nodeids'" |
void setParseNodeids(GraphNodeidsType value)
Parse Nodeids
' attribute.
value
- the new value of the 'Parse Nodeids' attribute.GraphNodeidsType
,
isSetParseNodeids()
,
unsetParseNodeids()
,
getParseNodeids()
void unsetParseNodeids()
Parse Nodeids
' attribute.
isSetParseNodeids()
,
getParseNodeids()
,
setParseNodeids(GraphNodeidsType)
boolean isSetParseNodeids()
Parse Nodeids
' attribute is set.
unsetParseNodeids()
,
getParseNodeids()
,
setParseNodeids(GraphNodeidsType)
BigInteger getParseNodes()
If the meaning of the 'Parse Nodes' attribute isn't clear, there really should be more of a description here...
setParseNodes(BigInteger)
,
GraphMLPackage.getGraphType_ParseNodes()
dataType | = | org.graphdrawing.graphml.GraphNodesType |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.nodes'" |
void setParseNodes(BigInteger value)
Parse Nodes
' attribute.
value
- the new value of the 'Parse Nodes' attribute.getParseNodes()
GraphOrderType getParseOrder()
GraphOrderType
.
If the meaning of the 'Parse Order' attribute isn't clear, there really should be more of a description here...
GraphOrderType
,
isSetParseOrder()
,
unsetParseOrder()
,
setParseOrder(GraphOrderType)
,
GraphMLPackage.getGraphType_ParseOrder()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'parse.order'" |
void setParseOrder(GraphOrderType value)
Parse Order
' attribute.
value
- the new value of the 'Parse Order' attribute.GraphOrderType
,
isSetParseOrder()
,
unsetParseOrder()
,
getParseOrder()
void unsetParseOrder()
Parse Order
' attribute.
isSetParseOrder()
,
getParseOrder()
,
setParseOrder(GraphOrderType)
boolean isSetParseOrder()
Parse Order
' attribute is set.
unsetParseOrder()
,
getParseOrder()
,
setParseOrder(GraphOrderType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |