Uses of Class
edu.colorado.cs.ns2.animation.LinksElement

Packages that use LinksElement
edu.colorado.cs.ns2.animation   
 

Uses of LinksElement in edu.colorado.cs.ns2.animation
 

Fields in edu.colorado.cs.ns2.animation with type parameters of type LinksElement
private static java.util.Vector<LinksElement> TraceFileParser.links
          A list of links associated with events required to implement event animation.
 

Methods in edu.colorado.cs.ns2.animation that return types with arguments of type LinksElement
static java.util.Vector<LinksElement> TraceFileParser.getLinks()
          Returns a Vector of all links in the Trace File.