Groovy Documentation

groovy.aprint.analyze
[Groovy] Class VIZInstrumentGraphGenerator

java.lang.Object
  groovy.aprint.analyze.VIZInstrumentGraphGenerator

class VIZInstrumentGraphGenerator
extends java.lang.Object

Class for generating differential analysis on instruments

Authors:
use


Property Summary
java.lang.Object addLabel

add Label text

java.lang.Object collectElementsToCompare

method to compare instrument

java.lang.Object differenceLabel

Label for missing element

java.lang.Object instrumentList

instrument list (instrument object), not just the name

java.lang.Object linkThreshold

Specify a which differencies # we avoid plotting the link

java.lang.Object makeInstrumentLabel

Specify the instrument label to display on the graph

java.lang.Object missingLabel

Missing label text

 
Method Summary
java.lang.String generateGraph()

Create the graph in graph viz format @return

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

addLabel

java.lang.Object addLabel
add Label text


collectElementsToCompare

java.lang.Object collectElementsToCompare
method to compare instrument


differenceLabel

java.lang.Object differenceLabel
Label for missing element


instrumentList

java.lang.Object instrumentList
instrument list (instrument object), not just the name


linkThreshold

java.lang.Object linkThreshold
Specify a which differencies # we avoid plotting the link


makeInstrumentLabel

java.lang.Object makeInstrumentLabel
Specify the instrument label to display on the graph


missingLabel

java.lang.Object missingLabel
Missing label text


 
Method Detail

generateGraph

java.lang.String generateGraph()
Create the graph in graph viz format
Returns:


 

Groovy Documentation