org.ocltf.concretesyntax
Interface OperationCS

All Known Implementing Classes:
OperationDeclarationCSImpl

public interface OperationCS

Represents an operation declaration within an OCL expression.

Author:
Chad Brandon

Method Summary
 java.lang.String getName()
          The declared operation name
 VariableDeclarationCS[] getParameters()
          Returns a VariableDeclaration array representing the arguments of the operation.
 java.lang.String getReturnType()
          The declared return type.
 

Method Detail

getName

public java.lang.String getName()
The declared operation name

Returns:
String the name of the operation.

getReturnType

public java.lang.String getReturnType()
The declared return type.

Returns:
String the type of the operation .

getParameters

public VariableDeclarationCS[] getParameters()
Returns a VariableDeclaration array representing the arguments of the operation.

Returns:
VariableDeclarationCS[] an array containing the declared arguments.


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.