Package | Description |
---|---|
com.asakusafw.trace.model |
Models for data-flow tracing.
|
Modifier and Type | Method and Description |
---|---|
Tracepoint.PortKind |
Tracepoint.getPortKind()
Returns the target port kind.
|
static Tracepoint.PortKind |
Tracepoint.PortKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tracepoint.PortKind[] |
Tracepoint.PortKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Tracepoint(String operatorClassName,
String operatorMethodName,
Tracepoint.PortKind portKind,
String portName)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.