be.ac.ulg.montefiore.run.totem.repository.SAMTE.model
Class ExtendedPath

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.domain.simplifiedDomain.SimplifiedPath
      extended by be.ac.ulg.montefiore.run.totem.repository.SAMTE.model.ExtendedPath
All Implemented Interfaces:
java.lang.Cloneable

public class ExtendedPath
extends SimplifiedPath
implements java.lang.Cloneable

Creation date: 24-Feb-2005 15:28:16

Author:
Fabian Skivee (skivee@run.montefiore.ulg.ac.be)

Field Summary
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.domain.simplifiedDomain.SimplifiedPath
domain, linkIdPath
 
Constructor Summary
ExtendedPath(SimplifiedDomain domain, int[] linkIdPath, FEC fec)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(ExtendedPath ePath)
           
 int getEgress()
           
 FEC getFec()
           
 int getIngress()
           
 boolean match(TrafficDescriptor td)
           
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.domain.simplifiedDomain.SimplifiedPath
convert, equals, equals, getDomain, getLinkIdPath, hashCode, isDisjoint, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedPath

public ExtendedPath(SimplifiedDomain domain,
                    int[] linkIdPath,
                    FEC fec)
Method Detail

getIngress

public int getIngress()
               throws LinkNotFoundException
Throws:
LinkNotFoundException

getEgress

public int getEgress()
              throws LinkNotFoundException
Throws:
LinkNotFoundException

getFec

public FEC getFec()

match

public boolean match(TrafficDescriptor td)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

equals

public boolean equals(ExtendedPath ePath)


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