|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgIModule
com.visioglobe.libVisioDevKit.VgIRoutingModule
public class VgIRoutingModule
VgIRoutingModule provides access to routing related objects
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgIModule |
---|
swigCMemOwn |
Constructor Summary | |
---|---|
VgIRoutingModule(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
void |
getAllAttributeNames(VgStringVector pNames)
This method is used to get the names of all the attributes present in the database. |
void |
getAllModalityNames(VgStringVector pNames)
This method is used to get the names of all the modalities present in the database. |
static long |
getCPtr(VgIRoutingModule obj)
|
VgIRouteConverterFactory |
getRouteConverterFactory()
Retrieves the route converter factor. |
VgIRoutingSolver |
getRoutingSolver()
Retrieves the routing solver. |
int |
setEdgeTimeByAttributeAndModality(java.lang.String pEdgeAttribute,
java.lang.String pModality,
float pTime)
This method is used to set the traversal time for a given modality on. |
Methods inherited from class com.visioglobe.libVisioDevKit.VgIModule |
---|
getCPtr, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VgIRoutingModule(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(VgIRoutingModule obj)
protected void finalize()
finalize
in class VgIModule
public void delete()
delete
in class VgIModule
public VgIRoutingSolver getRoutingSolver()
public VgIRouteConverterFactory getRouteConverterFactory()
public int setEdgeTimeByAttributeAndModality(java.lang.String pEdgeAttribute, java.lang.String pModality, float pTime)
pEdgeAttribute
- The searched attributes. All edges with that attribute will be affected.pModality
- The affected modality (time can only be set for modalities, no time concept in edges alone).pTime
- The time to associate.
public void getAllModalityNames(VgStringVector pNames)
pNames
- The list of strings that will be fed with the modality names.public void getAllAttributeNames(VgStringVector pNames)
pNames
- The list of strings that will be fed with the attribute names.
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |