public abstract class AbstractSrcNode extends AbstractNode implements DasSrcNode
lLocs, parent, sName| Constructor and Description |
|---|
AbstractSrcNode(DasDirNode parent,
java.lang.String name,
java.util.List<java.lang.String> lUrls) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDir()
Can this catalog node have the sub-nodes?
|
boolean |
isInfo()
Is this object an information node.
|
boolean |
isSrc()
Can this catalog node provide data
|
getRoot, isRoot, name, path, prettyPrintLoc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitquery, queryVerifypublic AbstractSrcNode(DasDirNode parent, java.lang.String name, java.util.List<java.lang.String> lUrls)