uk.ac.ic.doc.automed.reps
Class ModelingStatement

java.lang.Object
  |
  +--uk.ac.ic.doc.automed.reps.ModelingStatement

public class ModelingStatement
extends java.lang.Object

Class that defines the statement/method-call that can be used in a construct's graphical representation.


Constructor Summary
ModelingStatement(java.lang.String methodCall)
          Constructs a new ModelingStatement.
 
Method Summary
 java.lang.String getMethodCall()
          Returns the method to be called by this ModelingStatement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelingStatement

public ModelingStatement(java.lang.String methodCall)
Constructs a new ModelingStatement.

Parameters:
methodCall - the method to be invoked
Method Detail

getMethodCall

public java.lang.String getMethodCall()
Returns the method to be called by this ModelingStatement.

Returns:
the string representing the method to be called by this ModelingStatement