be.ac.ulg.montefiore.run.totem.repository.cplexMCNF.scenario.model.jaxb
Interface ComputeMCNFOptimalRouting

All Superinterfaces:
ASEventType, ASTMEventType, ComputeMCNFOptimalRoutingType, javax.xml.bind.Element, EventType
All Known Implementing Classes:
ComputeMCNFOptimalRouting, ComputeMCNFOptimalRoutingImpl

public interface ComputeMCNFOptimalRouting
extends javax.xml.bind.Element, ComputeMCNFOptimalRoutingType

Java content class for ComputeMCNFOptimalRouting element declaration.

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 26)

 <element name="ComputeMCNFOptimalRouting">
   <complexType>
     <complexContent>
       <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASTMEventType">
         <sequence>
           <element name="objectiveFunction">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element ref="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}param" maxOccurs="unbounded" minOccurs="0"/>
                   </sequence>
                   <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="formulation">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice>
                     <sequence>
                       <element name="nodeLink">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                     <sequence>
                       <element name="linkPath">
                         <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>
                       </element>
                     </sequence>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
         <attribute name="displayTEMetrics" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         <attribute name="exportModelToFile" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="verbose" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.repository.cplexMCNF.scenario.model.jaxb.ComputeMCNFOptimalRoutingType
ComputeMCNFOptimalRoutingType.FormulationType, ComputeMCNFOptimalRoutingType.ObjectiveFunctionType
 
Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.repository.cplexMCNF.scenario.model.jaxb.ComputeMCNFOptimalRoutingType
getExportModelToFile, getFormulation, getObjectiveFunction, isDisplayTEMetrics, isSetDisplayTEMetrics, isSetExportModelToFile, isSetFormulation, isSetObjectiveFunction, isSetVerbose, isVerbose, setDisplayTEMetrics, setExportModelToFile, setFormulation, setObjectiveFunction, setVerbose, unsetDisplayTEMetrics, unsetExportModelToFile, unsetFormulation, unsetObjectiveFunction, unsetVerbose
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASTMEventType
getTMID, isSetTMID, setTMID, unsetTMID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASEventType
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 



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