public class Tracepoint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Tracepoint.PortKind
Represents input/output port kind.
|
Constructor and Description |
---|
Tracepoint(String operatorClassName,
String operatorMethodName,
Tracepoint.PortKind portKind,
String portName)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getOperatorClassName()
Returns the target operator class name.
|
String |
getOperatorMethodName()
Returns the target operator method name.
|
Tracepoint.PortKind |
getPortKind()
Returns the target port kind.
|
String |
getPortName()
Returns the target port name.
|
int |
hashCode() |
String |
toString() |
public Tracepoint(String operatorClassName, String operatorMethodName, Tracepoint.PortKind portKind, String portName)
operatorClassName
- the operator class nameoperatorMethodName
- the operator method nameportKind
- the operator port kindportName
- the operator port nameIllegalArgumentException
- if some parameters were null
public String getOperatorClassName()
public String getOperatorMethodName()
public Tracepoint.PortKind getPortKind()
public String getPortName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.