edu.isi.pegasus.planner.parser
Class IVSElement

java.lang.Object
  extended by 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

Field Summary
 String m_name
           
 Invocation m_obj
           
 
Constructor Summary
IVSElement(String name, Invocation invocation)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_name

public String m_name

m_obj

public Invocation m_obj
Constructor Detail

IVSElement

public IVSElement(String name,
                  Invocation invocation)


Copyright © 2011 The University of Southern California. All Rights Reserved.