be.ac.ulg.montefiore.run.totem.repository.cplexMCNF.scenario.model.jaxb
Interface ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType

All Known Implementing Classes:
ComputeMCNFOptimalRoutingTypeImpl.FormulationTypeImpl.LinkPathTypeImpl
Enclosing interface:
ComputeMCNFOptimalRoutingType.FormulationType

public static interface ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/lepropre/projects/run-totem/src/resources/scenario/CPLEX-MCNF-Scenario-v1_0.xsd line 49)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="nbPaths" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getNbPaths()
          Gets the value of the nbPaths property.
 boolean isSetNbPaths()
           
 void setNbPaths(int value)
          Sets the value of the nbPaths property.
 void unsetNbPaths()
           
 

Method Detail

getNbPaths

int getNbPaths()
Gets the value of the nbPaths property.


setNbPaths

void setNbPaths(int value)
Sets the value of the nbPaths property.


isSetNbPaths

boolean isSetNbPaths()

unsetNbPaths

void unsetNbPaths()


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.