edu.isi.pegasus.planner.parser
Class IVSElement
java.lang.Object
edu.isi.pegasus.planner.parser.IVSElement
public class IVSElement
- extends Object
This class keeps the name of an element and its corresponding
java object reference. The structure is used by the stack in
InvocationParser.
- Version:
- $Revision: 2587 $
- Author:
- Jens-S. Vöckler, Yong Zhao
- See Also:
InvocationParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_name
public String m_name
m_obj
public Invocation m_obj
IVSElement
public IVSElement(String name,
Invocation invocation)
Copyright © 2011 The University of Southern California. All Rights Reserved.