Package tools.descartes.pmx.util
Class ExternalCall
- java.lang.Object
-
- tools.descartes.pmx.util.ExternalCall
-
public class ExternalCall extends Object
============================================== PMX : Performance Model eXtractor ============================================== (c) Copyright 2014-2015, by Juergen Walter and Contributors. Project Info: http://descartes.tools/pmx All rights reserved. This software is made available under the terms of the Eclipse Public License (EPL) v1.0 as published by the Eclipse Foundation http://www.eclipse.org/legal/epl-v10.html This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Eclipse Public License (EPL) for more details. You should have received a copy of the Eclipse Public License (EPL) along with this software; if not visit http://www.eclipse.org or write to Eclipse Foundation, Inc., 308 SW First Avenue, Suite 110, Portland, 97204 USA Email: license (at) eclipse.org [Java is a trademark or registered trademark of Sun Microsystems, Inc. in the United States and other countries.]
-
-
Constructor Summary
Constructors Constructor Description ExternalCall(String component, String operation, double numCalls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
String
getMethodName()
double
getNumCalls()
void
setClassName(String className)
void
setMethodName(String methodName)
void
setNumCalls(double numCalls)
-
-
-
Method Detail
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String methodName)
-
getNumCalls
public double getNumCalls()
-
setNumCalls
public void setNumCalls(double numCalls)
-
-