Modelers

Uses of Class
org.topcased.modeler.graphconf.RouterType

Packages that use RouterType
org.topcased.modeler.graphconf   
 

Uses of RouterType in org.topcased.modeler.graphconf
 

Fields in org.topcased.modeler.graphconf declared as RouterType
static RouterType RouterType.OBLIQUE_ROUTER_LITERAL
          The 'Oblique Router' literal object.
static RouterType RouterType.RECTILINEAR_ROUTER_LITERAL
          The 'Rectilinear Router' literal object.
static RouterType RouterType.TREE_ROUTER_LITERAL
          The 'Tree Router' literal object.
 

Methods in org.topcased.modeler.graphconf that return RouterType
static RouterType RouterType.get(int value)
          Returns the 'Router Type' literal with the specified integer value.
static RouterType RouterType.get(java.lang.String literal)
          Returns the 'Router Type' literal with the specified literal value.
static RouterType RouterType.getByName(java.lang.String name)
          Returns the 'Router Type' literal with the specified name.
 RouterType EdgeGraphConf.getDefaultRouter()
          Returns the value of the 'Default Router' attribute.
 

Methods in org.topcased.modeler.graphconf with parameters of type RouterType
 void EdgeGraphConf.setDefaultRouter(RouterType value)
          Sets the value of the 'Default Router' attribute.
 


Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.