public class SimpleADChange
extends java.lang.Object
Constructor and Description |
---|
SimpleADChange(java.lang.String context,
java.lang.String targetArtifact,
OpType op,
int number,
stateMachine.Transition.EventDepCondType evDepCond) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContext() |
stateMachine.Transition.EventDepCondType |
getEventDepCondType() |
int |
getNumber() |
OpType |
getOperationType() |
java.lang.String |
getTargetArtifact() |
public SimpleADChange(java.lang.String context, java.lang.String targetArtifact, OpType op, int number, stateMachine.Transition.EventDepCondType evDepCond)
public java.lang.String getContext()
public java.lang.String getTargetArtifact()
public OpType getOperationType()
public int getNumber()
public stateMachine.Transition.EventDepCondType getEventDepCondType()