public class DAX2LabelGraph extends DAX2Graph
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_LABEL_KEY
The default key for the VDS namespace profile, that is used in case none
is specified by the user.
|
private java.lang.String |
mLabelKey
The profile key that is used for the labelling.
|
DUMMY_NODE_ID, mAbstractGraph, mDone, mLabel, mLogger, mProps, mRoot
Constructor and Description |
---|
DAX2LabelGraph() |
Modifier and Type | Method and Description |
---|---|
void |
cbDone()
Callback to signal that traversal of the DAX is complete.
|
void |
cbJob(Job job)
This constructs a graph node for the job and ends up storing it in the
internal map.
|
void |
initialize(PegasusBag bag,
java.lang.String dax)
The overloaded constructor.
|
void |
setLabelKey(java.lang.String key)
Set the profile key that is to be used to pick up the labels.
|
cbCompoundTransformation, cbDocument, cbExecutable, cbFile, cbParents, cbWfInvoke, get, getConstructedObject, getNameOfDAX, put
public static final java.lang.String DEFAULT_LABEL_KEY
private java.lang.String mLabelKey
public void initialize(PegasusBag bag, java.lang.String dax)
initialize
in interface Callback
initialize
in class DAX2Graph
bag
- the bag of initialization objects containing the properties
and the loggerdax
- the path to the DAX file.public void setLabelKey(java.lang.String key)
key
- the VDS profile key that is to be used.DEFAULT_LABEL_KEY
public void cbJob(Job job)
public void cbDone()