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

All Superinterfaces:
EventType
All Known Subinterfaces:
AddNetworkController, AddNetworkControllerType, ASTMEventType, BgpAwareIGPWO, BgpAwareIGPWOType, ComputeMCF, ComputeMCFType, ComputeMCNFOptimalRouting, ComputeMCNFOptimalRoutingType, DeleteAllLSP, DeleteAllLSPType, ECMPAnalysis, ECMPAnalysisType, EnableTrafficSwitching, EnableTrafficSwitchingType, FTWReopt, FTWReoptType, GenerateCPL, GenerateCPLType, GenerateTraffic, GenerateTrafficType, IGPWOCalculateWeights, IGPWOCalculateWeightsType, LinkDown, LinkDownType, LinkMetricChange, LinkMetricChangeType, LinkTeMetricChange, LinkTeMetricChangeType, LinkUp, LinkUpType, ListShortestPaths, ListShortestPathsType, LSPBackupCreation, LSPBackupCreationType, LSPBWChange, LSPBWChangeType, LSPCreation, LSPCreationType, LSPDeletion, LSPDeletionType, NodeDown, NodeDownType, NodeUp, NodeUpType, OptDivideTM, OptDivideTMType, RemoveTrafficMatrix, RemoveTrafficMatrixType, SAMTE, SAMTEType, SaveDomain, SaveDomainType, SendLinkWeights, SendLinkWeightsType, ShowLinkInfo, ShowLinkInfoType, ShowLinkReservableBandwidth, ShowLinkReservableBandwidthType, StartAlgo, StartAlgoType, StopAlgo, StopAlgoType, TrafficMatrixGeneration, TrafficMatrixGenerationType
All Known Implementing Classes:
AddNetworkController, AddNetworkControllerImpl, AddNetworkControllerTypeImpl, ASEventTypeImpl, ASTMEventTypeImpl, BgpAwareIGPWO, BgpAwareIGPWOImpl, BgpAwareIGPWOTypeImpl, ComputeMCF, ComputeMCFImpl, ComputeMCFTypeImpl, ComputeMCNFOptimalRouting, ComputeMCNFOptimalRoutingImpl, ComputeMCNFOptimalRoutingTypeImpl, DeleteAllLSP, DeleteAllLSPImpl, DeleteAllLSPTypeImpl, ECMPAnalysis, ECMPAnalysisImpl, ECMPAnalysisTypeImpl, EnableTrafficSwitching, EnableTrafficSwitchingImpl, EnableTrafficSwitchingTypeImpl, FTWReopt, FTWReoptImpl, FTWReoptTypeImpl, GenerateCPL, GenerateCPLImpl, GenerateCPLTypeImpl, GenerateTraffic, GenerateTrafficImpl, GenerateTrafficTypeImpl, IGPWOCalculateWeights, IGPWOCalculateWeightsImpl, IGPWOCalculateWeightsTypeImpl, LinkDown, LinkDownImpl, LinkDownTypeImpl, LinkMetricChange, LinkMetricChangeImpl, LinkMetricChangeTypeImpl, LinkTeMetricChange, LinkTeMetricChangeImpl, LinkTeMetricChangeTypeImpl, LinkUp, LinkUpImpl, LinkUpTypeImpl, ListShortestPaths, ListShortestPathsImpl, ListShortestPathsTypeImpl, LSPBackupCreation, LSPBackupCreationImpl, LSPBackupCreationTypeImpl, LSPBWChange, LSPBWChangeImpl, LSPBWChangeTypeImpl, LSPCreation, LSPCreationImpl, LSPCreationTypeImpl, LSPDeletion, LSPDeletionImpl, LSPDeletionTypeImpl, NodeDown, NodeDownImpl, NodeDownTypeImpl, NodeUp, NodeUpImpl, NodeUpTypeImpl, OptDivideTM, OptDivideTMImpl, OptDivideTMTypeImpl, RemoveTrafficMatrix, RemoveTrafficMatrixImpl, RemoveTrafficMatrixTypeImpl, SAMTE, SAMTEImpl, SAMTETypeImpl, SaveDomain, SaveDomainImpl, SaveDomainTypeImpl, SendLinkWeights, SendLinkWeightsImpl, SendLinkWeightsTypeImpl, ShowLinkInfo, ShowLinkInfoImpl, ShowLinkInfoTypeImpl, ShowLinkReservableBandwidth, ShowLinkReservableBandwidthImpl, ShowLinkReservableBandwidthTypeImpl, StartAlgo, StartAlgoImpl, StartAlgoTypeImpl, StopAlgo, StopAlgoImpl, StopAlgoTypeImpl, TrafficMatrixGeneration, TrafficMatrixGenerationImpl, TrafficMatrixGenerationTypeImpl

public interface ASEventType
extends EventType

Java content class for ASEventType 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 88)

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


Method Summary
 int getASID()
          Gets the value of the asid property.
 boolean isSetASID()
           
 void setASID(int value)
          Sets the value of the asid property.
 void unsetASID()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

getASID

int getASID()
Gets the value of the asid property.


setASID

void setASID(int value)
Sets the value of the asid property.


isSetASID

boolean isSetASID()

unsetASID

void unsetASID()


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