hep.graphics.heprep.ref
Class DefaultHepRepAction
java.lang.Object
hep.graphics.heprep.ref.DefaultHepRepAction
- All Implemented Interfaces:
- HepRepAction, Serializable
- public class DefaultHepRepAction
- extends Object
- implements HepRepAction, Serializable
- Version:
- $Id: DefaultHepRepAction.java,v 1.5 2004/07/05 22:09:46 duns Exp $
- Author:
- M.Donszelmann
- See Also:
- Serialized Form
- Source Code:
- DefaultHepRepAction.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
DefaultHepRepAction
protected DefaultHepRepAction(String name,
String expression)
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.
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.
Copyright © 2000-2004 FreeHEP, All Rights Reserved.