|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransportMode in org.eclipse.ohf.stem.definitions.labels |
---|
Fields in org.eclipse.ohf.stem.definitions.labels with type parameters of type TransportMode | |
---|---|
static java.util.List<TransportMode> |
TransportMode.VALUES
A public read-only list of all the 'Transport Mode' enumerators. |
Methods in org.eclipse.ohf.stem.definitions.labels that return TransportMode | |
---|---|
static TransportMode |
TransportMode.get(int value)
Returns the 'Transport Mode' literal with the specified integer value. |
static TransportMode |
TransportMode.get(java.lang.String literal)
Returns the 'Transport Mode' literal with the specified literal value. |
static TransportMode |
TransportMode.getByName(java.lang.String name)
Returns the 'Transport Mode' literal with the specified name. |
TransportMode |
TransportRelationshipLabel.getTransportMode()
|
static TransportMode |
TransportMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransportMode[] |
TransportMode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.eclipse.ohf.stem.definitions.labels with parameters of type TransportMode | |
---|---|
void |
TransportRelationshipLabel.setTransportMode(TransportMode value)
Sets the value of the ' Transport Mode ' attribute. |
Uses of TransportMode in org.eclipse.ohf.stem.definitions.labels.impl |
---|
Methods in org.eclipse.ohf.stem.definitions.labels.impl that return TransportMode | |
---|---|
TransportMode |
LabelsFactoryImpl.createTransportModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
TransportMode |
TransportRelationshipLabelImpl.getTransportMode()
|
Methods in org.eclipse.ohf.stem.definitions.labels.impl with parameters of type TransportMode | |
---|---|
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. |
void |
TransportRelationshipLabelImpl.setTransportMode(TransportMode newTransportMode)
|
Uses of TransportMode in org.eclipse.ohf.stem.diseasemodels.standard.impl |
---|
Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return types with arguments of type TransportMode | |
---|---|
java.util.Map<TransportMode,java.util.List<Edge>> |
AggregatingDiseaseModelStateImpl.getChildTransportEdges()
|
java.util.Map<TransportMode,java.util.List<Edge>> |
AggregatingDiseaseModelStateImpl.getParentPeerTransportEdges()
|
java.util.List<TransportMode> |
AggregatingDiseaseModelStateImpl.getTransportModes()
|
Uses of TransportMode in org.eclipse.ohf.stem.internal.data |
---|
Methods in org.eclipse.ohf.stem.internal.data that return TransportMode | |
---|---|
TransportMode |
TransportRelationshipGraphRecord.getTransportationMode()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |