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

All Superinterfaces:
ASEventType, ASTMEventType, EventType
All Known Subinterfaces:
ComputeMCNFOptimalRouting
All Known Implementing Classes:
ComputeMCNFOptimalRouting, ComputeMCNFOptimalRoutingImpl, ComputeMCNFOptimalRoutingTypeImpl

public interface ComputeMCNFOptimalRoutingType
extends ASTMEventType

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

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


Nested Class Summary
static interface ComputeMCNFOptimalRoutingType.FormulationType
          Java content class for anonymous complex type.
static interface ComputeMCNFOptimalRoutingType.ObjectiveFunctionType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getExportModelToFile()
          Gets the value of the exportModelToFile property.
 ComputeMCNFOptimalRoutingType.FormulationType getFormulation()
          Gets the value of the formulation property.
 ComputeMCNFOptimalRoutingType.ObjectiveFunctionType getObjectiveFunction()
          Gets the value of the objectiveFunction property.
 boolean isDisplayTEMetrics()
          Gets the value of the displayTEMetrics property.
 boolean isSetDisplayTEMetrics()
           
 boolean isSetExportModelToFile()
           
 boolean isSetFormulation()
           
 boolean isSetObjectiveFunction()
           
 boolean isSetVerbose()
           
 boolean isVerbose()
          Gets the value of the verbose property.
 void setDisplayTEMetrics(boolean value)
          Sets the value of the displayTEMetrics property.
 void setExportModelToFile(java.lang.String value)
          Sets the value of the exportModelToFile property.
 void setFormulation(ComputeMCNFOptimalRoutingType.FormulationType value)
          Sets the value of the formulation property.
 void setObjectiveFunction(ComputeMCNFOptimalRoutingType.ObjectiveFunctionType value)
          Sets the value of the objectiveFunction property.
 void setVerbose(boolean value)
          Sets the value of the verbose property.
 void unsetDisplayTEMetrics()
           
 void unsetExportModelToFile()
           
 void unsetFormulation()
           
 void unsetObjectiveFunction()
           
 void 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
 

Method Detail

isVerbose

boolean isVerbose()
Gets the value of the verbose property.


setVerbose

void setVerbose(boolean value)
Sets the value of the verbose property.


isSetVerbose

boolean isSetVerbose()

unsetVerbose

void unsetVerbose()

getExportModelToFile

java.lang.String getExportModelToFile()
Gets the value of the exportModelToFile property.

Returns:
possible object is String

setExportModelToFile

void setExportModelToFile(java.lang.String value)
Sets the value of the exportModelToFile property.

Parameters:
value - allowed object is String

isSetExportModelToFile

boolean isSetExportModelToFile()

unsetExportModelToFile

void unsetExportModelToFile()

isDisplayTEMetrics

boolean isDisplayTEMetrics()
Gets the value of the displayTEMetrics property.


setDisplayTEMetrics

void setDisplayTEMetrics(boolean value)
Sets the value of the displayTEMetrics property.


isSetDisplayTEMetrics

boolean isSetDisplayTEMetrics()

unsetDisplayTEMetrics

void unsetDisplayTEMetrics()

getFormulation

ComputeMCNFOptimalRoutingType.FormulationType getFormulation()
Gets the value of the formulation property.

Returns:
possible object is ComputeMCNFOptimalRoutingType.FormulationType

setFormulation

void setFormulation(ComputeMCNFOptimalRoutingType.FormulationType value)
Sets the value of the formulation property.

Parameters:
value - allowed object is ComputeMCNFOptimalRoutingType.FormulationType

isSetFormulation

boolean isSetFormulation()

unsetFormulation

void unsetFormulation()

getObjectiveFunction

ComputeMCNFOptimalRoutingType.ObjectiveFunctionType getObjectiveFunction()
Gets the value of the objectiveFunction property.

Returns:
possible object is ComputeMCNFOptimalRoutingType.ObjectiveFunctionType

setObjectiveFunction

void setObjectiveFunction(ComputeMCNFOptimalRoutingType.ObjectiveFunctionType value)
Sets the value of the objectiveFunction property.

Parameters:
value - allowed object is ComputeMCNFOptimalRoutingType.ObjectiveFunctionType

isSetObjectiveFunction

boolean isSetObjectiveFunction()

unsetObjectiveFunction

void unsetObjectiveFunction()


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