public class FileNode extends WithGroupOrUnitNode implements IWithGroupOrUnitNode
| Constructor and Description |
|---|
FileNode(StartFileData data)
Creates a new
FileNode object with a given StartFileData resource. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Event> |
createEventIterator(java.util.Stack<URIContext> uriContext)
Create an iterator for the event for this file node.
|
MidFileData |
getMidData()
Gets the
MidFileData resource for this file node. |
Skeleton |
getSkeletonData()
Gets the
Skeleton for this file node. |
StartFileData |
getStartData()
Gets the
StartFileData object for this file node. |
void |
setMidData(MidFileData data)
Sets the
MidFileData resource for this file node. |
void |
setSkeletonData(Skeleton data)
Sets the
Skeleton resource for this file node. |
add, add, addGroupNode, addUnitNode, createGroupOrUnitIterator, getGroupNode, getUnitNode, getUnitNodesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, addGroupNode, addUnitNode, createGroupOrUnitIterator, getGroupNode, getUnitNode, getUnitNodespublic FileNode(StartFileData data)
FileNode object with a given StartFileData resource.data - the resource to attach to this node.public StartFileData getStartData()
StartFileData object for this file node.StartFileData object for this file node.public void setMidData(MidFileData data)
MidFileData resource for this file node.data - the MidFileData object for this file node.public MidFileData getMidData()
MidFileData resource for this file node.MidFileData for this file node.public void setSkeletonData(Skeleton data)
Skeleton resource for this file node.data - the Skeleton object for this file node.public Skeleton getSkeletonData()
Skeleton for this file node.Skeleton for this file node.public java.util.Iterator<Event> createEventIterator(java.util.Stack<URIContext> uriContext)
uriContext - the URI context.