C# Class QuickGraph.Heap.GcTypeHeap

http://www.cs.utexas.edu/users/speedway/DaCapo/papers/cork-popl-2007.pdf
Afficher le fichier Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : GcTypeHeap
Load ( string heapXmlFileName ) : GcTypeHeap

Loads the specified heap XML file name.

Load ( string heapXmlFileName, string eeHeapFileName ) : GcTypeHeap

Loads the specified heap XML file name.

Merge ( int minimumSize ) : GcTypeHeap
Render ( ) : GcTypeHeap
ToString ( ) : string
Touching ( string typeNames ) : GcTypeHeap

Private Methods

Méthode Description
EscapeXmlAttribute ( Match m ) : string
GcTypeHeap ( GcTypeEdge>.BidirectionalGraph graph ) : System
RemoveDefault ( ) : GcTypeHeap
TouchingInPlace ( string typeNames ) : GcTypeHeap
populator_EdgeAdded ( object sender, GcTypeEdge>.GleeEdgeEventArgs e ) : void
populator_NodeAdded ( object sender, GleeVertexEventArgs args ) : void

Method Details

Clone() public méthode

public Clone ( ) : GcTypeHeap
Résultat GcTypeHeap

Load() public static méthode

Loads the specified heap XML file name.
public static Load ( string heapXmlFileName ) : GcTypeHeap
heapXmlFileName string Name of the heap XML file.
Résultat GcTypeHeap

Load() public static méthode

Loads the specified heap XML file name.
public static Load ( string heapXmlFileName, string eeHeapFileName ) : GcTypeHeap
heapXmlFileName string Name of the heap XML file.
eeHeapFileName string
Résultat GcTypeHeap

Merge() public méthode

public Merge ( int minimumSize ) : GcTypeHeap
minimumSize int
Résultat GcTypeHeap

Render() public méthode

public Render ( ) : GcTypeHeap
Résultat GcTypeHeap

ToString() public méthode

public ToString ( ) : string
Résultat string

Touching() public méthode

public Touching ( string typeNames ) : GcTypeHeap
typeNames string
Résultat GcTypeHeap