public final class AProcess extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY_SEPARATOR |
static Pattern |
MEASURE_REGEX |
static Pattern |
PROCESS_CATEGORY_REGEX
REGEX used to define rules on category, mesaures and tags.
|
static Pattern |
TAG_REGEX |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
long |
getDurationMillis() |
long |
getEnd()
[when]
|
Map<String,Double> |
getMeasures() |
String |
getName()
[what]
|
long |
getStart()
[when]
|
List<AProcess> |
getSubProcesses() |
Map<String,String> |
getTags() |
String |
toString() |
public static final Pattern PROCESS_CATEGORY_REGEX
public static final Pattern MEASURE_REGEX
public static final Pattern TAG_REGEX
public static final String CATEGORY_SEPARATOR
public String getName()
public String getCategory()
public long getDurationMillis()
public long getStart()
public long getEnd()
Copyright © 2017. All Rights Reserved.