|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.profiler.vm.adapter.OperationAdapter
public class OperationAdapter
A RegularVM / Profiler operation wrapper.
Constructor Summary | |
---|---|
OperationAdapter(Operation operation)
Creates an OperationAdapter wrapping the given Operation . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<?> |
getInstructions()
Returns the operation instructions. |
java.lang.String |
getName()
Returns the operation name. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationAdapter(Operation operation)
OperationAdapter
wrapping the given Operation
.
operation
- the operation to wrapMethod Detail |
---|
public java.util.List<?> getInstructions()
getInstructions
in interface IOperation
IOperation.getInstructions()
public java.lang.String getName()
getName
in interface IOperation
IOperation.getName()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |