FreeHEP API
Version v1.2

hep.graphics.heprep
Interface HepRepAction

All Known Implementing Classes:
DefaultHepRepAction, HepRepActionAdapter, HepRepActionAdapter

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

public String getName()
Returns name of this action.

Returns:
name of this action.

getExpression

public String getExpression()
Returns expression associated with this action.

Returns:
expression of this action.

copy

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

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

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.