Package edu.isi.pegasus.planner.parser
Class IVSElement
- java.lang.Object
-
- edu.isi.pegasus.planner.parser.IVSElement
-
public class IVSElement extends java.lang.Object
This class keeps the name of an element and its corresponding java object reference. The structure is used by the stack inInvocationParser
.- Version:
- $Revision$
- Author:
- Jens-S. Vöckler, Yong Zhao
- See Also:
InvocationParser
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
m_name
Invocation
m_obj
-
Constructor Summary
Constructors Constructor Description IVSElement(java.lang.String name, Invocation invocation)
-
-
-
Field Detail
-
m_name
public java.lang.String m_name
-
m_obj
public Invocation m_obj
-
-
Constructor Detail
-
IVSElement
public IVSElement(java.lang.String name, Invocation invocation)
-
-