|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Edge in org.eclipse.ohf.stem.core.graph |
---|
Methods in org.eclipse.ohf.stem.core.graph that return Edge | |
---|---|
Edge |
GraphFactory.createEdge()
Returns a new object of class 'Edge'. |
Edge |
EdgeLabel.getEdge()
|
Edge |
Graph.getEdge(org.eclipse.emf.common.util.URI uri)
Get the Edge from the graph. |
Methods in org.eclipse.ohf.stem.core.graph that return types with arguments of type Edge | |
---|---|
org.eclipse.emf.common.util.EList<Edge> |
Node.getEdges()
|
org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,Edge> |
Graph.getEdges()
|
Methods in org.eclipse.ohf.stem.core.graph with parameters of type Edge | |
---|---|
void |
Graph.putEdge(Edge edge)
Put the Edge into the graph. |
void |
EdgeLabel.setEdge(Edge value)
Sets the value of the ' Edge ' container reference. |
Uses of Edge in org.eclipse.ohf.stem.core.graph.impl |
---|
Classes in org.eclipse.ohf.stem.core.graph.impl that implement Edge | |
---|---|
class |
EdgeImpl
An implementation of the model object 'Edge'. |
Methods in org.eclipse.ohf.stem.core.graph.impl that return Edge | |
---|---|
Edge |
GraphFactoryImpl.createEdge()
|
static Edge |
EdgeImpl.createEdge(Node nodeA,
Node nodeB)
Create an undirected edge between two nodes |
static Edge |
EdgeImpl.createEdge(Node nodeA,
Node nodeB,
boolean directed)
Create an edge between the two nodes |
static Edge |
EdgeImpl.createEdge(Node nodeA,
Node nodeB,
boolean directed,
org.eclipse.emf.common.util.URI edgeURI)
Create an edge between the two nodes |
static Edge |
EdgeImpl.createEdge(Node nodeA,
Node nodeB,
org.eclipse.emf.common.util.URI edgeURI)
Create an undirected edge between two nodes |
static Edge |
EdgeImpl.createEdge(org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI)
Create an undirected edge with two node URI's |
static Edge |
EdgeImpl.createEdge(org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI,
boolean directed)
Create an edge with two node URI's |
static Edge |
EdgeImpl.createEdge(org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI,
boolean directed,
org.eclipse.emf.common.util.URI edgeURI)
Create an edge with two node URI's |
static Edge |
EdgeImpl.createEdge(org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI,
org.eclipse.emf.common.util.URI edgeURI)
Create an undirected edge with two node URI's |
Edge |
EdgeLabelImpl.getEdge()
|
Edge |
DynamicEdgeLabelImpl.getEdge()
|
Edge |
GraphImpl.getEdge(org.eclipse.emf.common.util.URI uri)
|
Edge |
URIToEdgeMapEntryImpl.getTypedValue()
|
Edge |
URIToEdgeMapEntryImpl.getValue()
|
Edge |
URIToEdgeMapEntryImpl.setValue(Edge value)
|
Methods in org.eclipse.ohf.stem.core.graph.impl that return types with arguments of type Edge | |
---|---|
java.util.Map.Entry<org.eclipse.emf.common.util.URI,Edge> |
GraphFactoryImpl.createURIToEdgeMapEntry()
|
org.eclipse.emf.common.util.EList<Edge> |
NodeImpl.getEdges()
|
org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,Edge> |
GraphImpl.getEdges()
|
org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,Edge> |
URIToEdgeMapEntryImpl.getEMap()
|
Methods in org.eclipse.ohf.stem.core.graph.impl with parameters of type Edge | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
EdgeLabelImpl.basicSetEdge(Edge newEdge,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
DynamicEdgeLabelImpl.basicSetEdge(Edge newEdge,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
URIToEdgeMapEntryImpl.basicSetTypedValue(Edge newValue,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
GraphImpl.putEdge(Edge edge)
|
void |
EdgeLabelImpl.setEdge(Edge newEdge)
|
void |
DynamicEdgeLabelImpl.setEdge(Edge newEdge)
|
void |
URIToEdgeMapEntryImpl.setTypedValue(Edge newValue)
|
Edge |
URIToEdgeMapEntryImpl.setValue(Edge value)
|
Uses of Edge in org.eclipse.ohf.stem.core.graph.util |
---|
Methods in org.eclipse.ohf.stem.core.graph.util with parameters of type Edge | |
---|---|
T |
GraphSwitch.caseEdge(Edge object)
Returns the result of interpretting the object as an instance of 'Edge'. |
Method parameters in org.eclipse.ohf.stem.core.graph.util with type arguments of type Edge | |
---|---|
T |
GraphSwitch.caseURIToEdgeMapEntry(java.util.Map.Entry<org.eclipse.emf.common.util.URI,Edge> object)
Returns the result of interpretting the object as an instance of 'URI To Edge Map Entry'. |
Uses of Edge in org.eclipse.ohf.stem.definitions.labels.impl |
---|
Methods in org.eclipse.ohf.stem.definitions.labels.impl that return Edge | |
---|---|
static Edge |
CommonBorderRelationshipLabelImpl.createCommonBorderRelationship(Node nodeA,
Node nodeB,
int borderLength)
Create an edge between two nodes that represents the relationship of sharing a common border. |
static Edge |
TransportRelationshipLabelImpl.createTransportRelationship(Node nodeA,
Node nodeB,
TransportMode transportMode,
java.lang.String transportIdentifier,
java.lang.String populationIdentifier,
long rateTimePeriod,
int maximumCapacity)
Create an edge the represents a reflexive transportation relationship between two nodes. |
static Edge |
TransportRelationshipLabelImpl.createTransportRelationship(Node nodeA,
Node nodeB,
TransportMode transportMode,
java.lang.String transportIdentifier,
java.lang.String populationIdentifier,
long rateTimePeriod,
int maximumCapacity,
boolean directed)
Create an edge the represents a reflexive transportation relationship between two nodes. |
static Edge |
TransportRelationshipLabelImpl.createTransportRelationship(Node nodeA,
Node nodeB,
TransportMode transportMode,
java.lang.String transportIdentifier,
java.lang.String populationIdentifier,
long rateTimePeriod,
int maximumDepartureCapacity,
int maximumCapacity,
long transitTime,
long startUpDelay)
Create an edge the represents a reflexive transportation relationship between two nodes. |
static Edge |
TransportRelationshipLabelImpl.createTransportRelationship(Node nodeA,
Node nodeB,
TransportMode transportMode,
java.lang.String transportIdentifier,
java.lang.String populationIdentifier,
long rateTimePeriod,
int maximumDepartureCapacity,
int maximumCapacity,
long transitTime,
long startUpDelay,
boolean directed)
Create an edge the represents a transportation relationship between two nodes. |
Methods in org.eclipse.ohf.stem.definitions.labels.impl that return types with arguments of type Edge | |
---|---|
static java.util.List<Edge> |
CommonBorderRelationshipLabelImpl.getCommonBorderEdgesFromNode(Node node)
|
static java.util.List<Edge> |
TransportRelationshipLabelImpl.getTransportEdgesFromNode(Node node,
java.lang.String populationIdentifier)
|
static java.util.List<Edge> |
TransportRelationshipLabelImpl.getTransportEdgesToNode(Node node,
java.lang.String populationIdentifier)
|
Uses of Edge in org.eclipse.ohf.stem.diseasemodels.standard.impl |
---|
Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return types with arguments of type Edge | |
---|---|
java.util.Map<TransportMode,java.util.List<Edge>> |
AggregatingDiseaseModelStateImpl.getChildTransportEdges()
|
java.util.Map<TransportMode,java.util.List<Edge>> |
AggregatingDiseaseModelStateImpl.getParentPeerTransportEdges()
|
static java.util.List<Edge> |
AggregatingDiseaseModelStateImpl.getTransportEdges(Node node)
|
Uses of Edge in org.eclipse.ohf.stem.tests.util |
---|
Methods in org.eclipse.ohf.stem.tests.util that return Edge | |
---|---|
static Edge |
TestUtil.createDynamicallyLabeledEdge(org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI)
|
static Edge |
TestUtil.createDynamicallyLabeledEdge(org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI,
org.eclipse.emf.common.util.URI edgeURI)
|
static Edge |
TestUtil.createStaticallyLabeledEdge(org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI)
|
static Edge |
TestUtil.createStaticallyLabeledEdge(org.eclipse.emf.common.util.URI edgeURI,
org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI)
|
static Edge |
TestUtil.createStaticallyLabeledEdge(org.eclipse.emf.common.util.URI edgeURI,
org.eclipse.emf.common.util.URI nodeAURI,
org.eclipse.emf.common.util.URI nodeBURI,
boolean directed)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |