treebolic.model
Class MountPoint.Mounted

java.lang.Object
  extended by treebolic.model.MountPoint
      extended by treebolic.model.MountPoint.Mounted
Enclosing class:
MountPoint

public static class MountPoint.Mounted
extends MountPoint


Nested Class Summary
 
Nested classes/interfaces inherited from class treebolic.model.MountPoint
MountPoint.Mounted, MountPoint.Mounting
 
Field Summary
 java.util.List<IEdge> theMountedEdges
          Mounted edges
 INode theMountingNode
          Mounting node reference
 
Constructor Summary
MountPoint.Mounted()
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theMountingNode

public INode theMountingNode
Mounting node reference


theMountedEdges

public java.util.List<IEdge> theMountedEdges
Mounted edges

Constructor Detail

MountPoint.Mounted

public MountPoint.Mounted()
Constructor