hep.graphics.heprep.corba
Class HepRepActionAdapter
java.lang.Object
hep.graphics.heprep.corba.HepRepActionAdapter
- All Implemented Interfaces:
- HepRepAction
- public class HepRepActionAdapter
- extends Object
- implements HepRepAction
- Version:
- $Id: HepRepActionAdapter.java,v 1.4 2004/05/13 04:05:54 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- HepRepActionAdapter.java
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
HepRepActionAdapter
public HepRepActionAdapter(HepRepAction hepRepAction)
copy
public HepRepAction copy()
throws CloneNotSupportedException
- Description copied from interface:
HepRepAction
- Returns a deep copy of this action.
- Specified by:
copy
in interface HepRepAction
- Returns:
- copy of this action.
- Throws:
CloneNotSupportedException
- if copying is not possible.
getName
public String getName()
- Description copied from interface:
HepRepAction
- Returns name of this action.
- Specified by:
getName
in interface HepRepAction
- Returns:
- name of this action.
getExpression
public String getExpression()
- Description copied from interface:
HepRepAction
- Returns expression associated with this action.
- Specified by:
getExpression
in interface HepRepAction
- Returns:
- expression of this action.
equals
public boolean equals(Object o)
hashCode
public int hashCode()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.