hep.graphics.heprep
Interface HepRepAction


public interface HepRepAction

HepRepAction interface.

Author:
Mark Donszelmann

Method Summary
 HepRepAction copy()
          Returns a deep copy of this action.
 String getExpression()
          Returns expression associated with this action.
 String getName()
          Returns name of this action.
 

Method Detail

getName

String getName()
Returns name of this action.

Returns:
name of this action.

getExpression

String getExpression()
Returns expression associated with this action.

Returns:
expression of this action.

copy

HepRepAction copy()
                  throws CloneNotSupportedException
Returns a deep copy of this action.

Returns:
copy of this action.
Throws:
CloneNotSupportedException - if copying is not possible.


Copyright © 2000-2007 FreeHEP. All Rights Reserved.