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

All Superinterfaces:
ASEventType, EventType
All Known Subinterfaces:
AddNetworkController, AddNetworkControllerType, ComputeMCF, ComputeMCFType, ComputeMCNFOptimalRouting, ComputeMCNFOptimalRoutingType, FTWReopt, FTWReoptType, GenerateTraffic, GenerateTrafficType, OptDivideTM, OptDivideTMType, RemoveTrafficMatrix, RemoveTrafficMatrixType, SAMTE, SAMTEType, ShowLinkInfo, ShowLinkInfoType, StartAlgo, StartAlgoType, StopAlgo, StopAlgoType, TrafficMatrixGeneration, TrafficMatrixGenerationType
All Known Implementing Classes:
AddNetworkController, AddNetworkControllerImpl, AddNetworkControllerTypeImpl, ASTMEventTypeImpl, ComputeMCF, ComputeMCFImpl, ComputeMCFTypeImpl, ComputeMCNFOptimalRouting, ComputeMCNFOptimalRoutingImpl, ComputeMCNFOptimalRoutingTypeImpl, FTWReopt, FTWReoptImpl, FTWReoptTypeImpl, GenerateTraffic, GenerateTrafficImpl, GenerateTrafficTypeImpl, OptDivideTM, OptDivideTMImpl, OptDivideTMTypeImpl, RemoveTrafficMatrix, RemoveTrafficMatrixImpl, RemoveTrafficMatrixTypeImpl, SAMTE, SAMTEImpl, SAMTETypeImpl, ShowLinkInfo, ShowLinkInfoImpl, ShowLinkInfoTypeImpl, StartAlgo, StartAlgoImpl, StartAlgoTypeImpl, StopAlgo, StopAlgoImpl, StopAlgoTypeImpl, TrafficMatrixGeneration, TrafficMatrixGenerationImpl, TrafficMatrixGenerationTypeImpl

public interface ASTMEventType
extends ASEventType

Java content class for ASTMEventType 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 106)

 <complexType name="ASTMEventType">
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType">
       <attribute name="TMID" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}TMIdType" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 int getTMID()
          Gets the value of the tmid property.
 boolean isSetTMID()
           
 void setTMID(int value)
          Sets the value of the tmid property.
 void 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

getTMID

int getTMID()
Gets the value of the tmid property.


setTMID

void setTMID(int value)
Sets the value of the tmid property.


isSetTMID

boolean isSetTMID()

unsetTMID

void unsetTMID()


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