Modifier and Type | Field and Description |
---|---|
static String |
SAMPLE_COUNT_PROPERTY
Long property
|
static String |
SAMPLE_WEIGHT_PROPERTY
Long property
|
static String |
TRACE_REAL_ID_PROPERTY
String property
|
Constructor and Description |
---|
GraphModel(String id) |
Modifier and Type | Method and Description |
---|---|
void |
addTrace(Trace trace) |
void |
clearImpl()
Called by
Model.clear() before Model.fireModelCleared() , for
implementations that want to specialise their Model.clear()
method without the need to reimplement the event logic. |
protected Graph |
getData() |
int |
getMaxDepth() |
Node |
getRoot() |
addModelListener, clear, fireModelCleared, fireModelUpdate, rebuild, rebuildImpl, removeModelListener
public static final String SAMPLE_COUNT_PROPERTY
public static final String SAMPLE_WEIGHT_PROPERTY
public static final String TRACE_REAL_ID_PROPERTY
public GraphModel(String id)
public Node getRoot()
public void clearImpl()
Model
Model.clear()
before Model.fireModelCleared()
, for
implementations that want to specialise their Model.clear()
method without the need to reimplement the event logic.public int getMaxDepth()
public void addTrace(Trace trace)
Copyright © 2017. All rights reserved.