Class Operation
java.lang.Object
org.palladiosimulator.retriever.extraction.commonalities.Operation
- All Implemented Interfaces:
Comparable<OperationInterface>
,OperationInterface
-
Constructor Summary
ConstructorDescriptionOperation
(org.eclipse.jdt.core.dom.IMethodBinding binding, OperationName name) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.eclipse.jdt.core.dom.IMethodBinding
getName()
int
hashCode()
boolean
isPartOf
(OperationInterface other) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.palladiosimulator.retriever.extraction.commonalities.OperationInterface
compareTo
-
Constructor Details
-
Operation
-
-
Method Details
-
getBinding
public org.eclipse.jdt.core.dom.IMethodBinding getBinding() -
getName
- Specified by:
getName
in interfaceOperationInterface
-
isPartOf
- Specified by:
isPartOf
in interfaceOperationInterface
-
simplified
- Specified by:
simplified
in interfaceOperationInterface
-
hashCode
public int hashCode() -
equals
-
getInterface
- Specified by:
getInterface
in interfaceOperationInterface
-
toString
-