be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface OptDivideTMType

All Superinterfaces:
ASEventType, ASTMEventType, EventType
All Known Subinterfaces:
OptDivideTM
All Known Implementing Classes:
OptDivideTM, OptDivideTMImpl, OptDivideTMTypeImpl

public interface OptDivideTMType
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/monfort/Projects/run-totem/src/resources/scenario/Scenario-v1_2.xsd line 633)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASTMEventType">
       <attribute name="N" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}intOneToInf" default="3" />
       <attribute name="establishMultipleFullMesh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="objectiveFunction" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}optDivideTMObjFun" default="WMeanDelay" />
       <attribute name="verbose" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 int getN()
          Gets the value of the n property.
 OptDivideTMObjFun getObjectiveFunction()
          Gets the value of the objectiveFunction property.
 boolean isEstablishMultipleFullMesh()
          Gets the value of the establishMultipleFullMesh property.
 boolean isSetEstablishMultipleFullMesh()
           
 boolean isSetN()
           
 boolean isSetObjectiveFunction()
           
 boolean isSetVerbose()
           
 boolean isVerbose()
          Gets the value of the verbose property.
 void setEstablishMultipleFullMesh(boolean value)
          Sets the value of the establishMultipleFullMesh property.
 void setN(int value)
          Sets the value of the n property.
 void setObjectiveFunction(OptDivideTMObjFun value)
          Sets the value of the objectiveFunction property.
 void setVerbose(boolean value)
          Sets the value of the verbose property.
 void unsetEstablishMultipleFullMesh()
           
 void unsetN()
           
 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()

isEstablishMultipleFullMesh

boolean isEstablishMultipleFullMesh()
Gets the value of the establishMultipleFullMesh property.


setEstablishMultipleFullMesh

void setEstablishMultipleFullMesh(boolean value)
Sets the value of the establishMultipleFullMesh property.


isSetEstablishMultipleFullMesh

boolean isSetEstablishMultipleFullMesh()

unsetEstablishMultipleFullMesh

void unsetEstablishMultipleFullMesh()

getN

int getN()
Gets the value of the n property.


setN

void setN(int value)
Sets the value of the n property.


isSetN

boolean isSetN()

unsetN

void unsetN()

getObjectiveFunction

OptDivideTMObjFun getObjectiveFunction()
Gets the value of the objectiveFunction property.

Returns:
possible object is OptDivideTMObjFun

setObjectiveFunction

void setObjectiveFunction(OptDivideTMObjFun value)
Sets the value of the objectiveFunction property.

Parameters:
value - allowed object is OptDivideTMObjFun

isSetObjectiveFunction

boolean isSetObjectiveFunction()

unsetObjectiveFunction

void unsetObjectiveFunction()


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