ptolemy.domains.ptinyos.util.ncapp2moml
Class NCApp2MoML._ComponentFile

java.lang.Object
  extended by ptolemy.domains.ptinyos.util.ncapp2moml.NCApp2MoML._ComponentFile
Enclosing class:
NCApp2MoML

private static class NCApp2MoML._ComponentFile
extends java.lang.Object

Class to store the file location of the specified component.


Field Summary
(package private)  net.tinyos.nesc.dump.xml.Xcomponent _component
           
(package private)  java.lang.String _filename
           
 
Constructor Summary
NCApp2MoML._ComponentFile(net.tinyos.nesc.dump.xml.Xcomponent component, java.lang.String filename)
           
 
Method Summary
 java.lang.String getClassName()
          Return the java-style path to the component source file.
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_filename

java.lang.String _filename

_component

net.tinyos.nesc.dump.xml.Xcomponent _component
Constructor Detail

NCApp2MoML._ComponentFile

NCApp2MoML._ComponentFile(net.tinyos.nesc.dump.xml.Xcomponent component,
                          java.lang.String filename)
Method Detail

getClassName

public java.lang.String getClassName()
Return the java-style path to the component source file.


getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object