org.lsst.ccs.config
Class TextAndNode

java.lang.Object
  extended by org.lsst.ccs.config.TextAndNode
All Implemented Interfaces:
Serializable

public class TextAndNode
extends Object
implements Serializable

Object to store both a text source for a Subsystem description and the binary data extracted from it (type ComponentNode)

Author:
bamade
See Also:
Serialized Form

Constructor Summary
TextAndNode(Object objSource)
           
TextAndNode(String codeSource, org.lsst.gruth.jutils.ComponentNode componentNode)
           
 
Method Summary
 String getCodeSource()
           
 org.lsst.gruth.jutils.ComponentNode getComponentNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAndNode

public TextAndNode(String codeSource,
                   org.lsst.gruth.jutils.ComponentNode componentNode)

TextAndNode

public TextAndNode(Object objSource)
Method Detail

getCodeSource

public String getCodeSource()

getComponentNode

public org.lsst.gruth.jutils.ComponentNode getComponentNode()


Copyright © 2013 LSST. All Rights Reserved.