edu.sdsc.inca.util
Class ResourcesWrapper.ResourceInfo

java.lang.Object
  extended by edu.sdsc.inca.util.ResourcesWrapper.ResourceInfo
Enclosing class:
ResourcesWrapper

public class ResourcesWrapper.ResourceInfo
extends java.lang.Object


Field Summary
 java.lang.String[] childrenWithEquiv
           
 java.lang.String[] childrenWithoutEquiv
           
 java.util.Hashtable macros
           
 java.lang.String[] parents
           
 edu.sdsc.inca.dataModel.util.Resource resource
           
 
Constructor Summary
ResourcesWrapper.ResourceInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childrenWithEquiv

public java.lang.String[] childrenWithEquiv

childrenWithoutEquiv

public java.lang.String[] childrenWithoutEquiv

macros

public java.util.Hashtable macros

resource

public edu.sdsc.inca.dataModel.util.Resource resource

parents

public java.lang.String[] parents
Constructor Detail

ResourcesWrapper.ResourceInfo

public ResourcesWrapper.ResourceInfo()