Class FSNode

Object
   |
   +--FSNode
Direct Known Subclasses:
TransparentEF, DF, LinearEF

class FSNode


Abstract class for file system nodes
Defined in filesystem.js


Field Summary
 Object fcp
          
 Object parent
          
 
Constructor Summary
FSNode(fcp)
            Construct a file system node
 
Method Summary
 FCP getFCP()
           Gets the file control parameter for this node
 DF getParent()
           Gets the parent node for this node
 boolean isDF()
           Returns true if this is a DF
 void setParent(parent)
           Sets the parent for this node
 String toString()
           Returns a human readible string

Field Detail

fcp

Object fcp

parent

Object parent

Constructor Detail

FSNode

FSNode(fcp)

Method Detail

getFCP

FCP getFCP()

getParent

DF getParent()

isDF

boolean isDF()

setParent

void setParent(parent)

toString

String toString()


Documentation generated by JSDoc on Tue Sep 3 22:29:41 2013