Uses of Interface
com.collation.platform.model.topology.storage.Fabric

Packages that use Fabric
com.collation.platform.model.topology.storage   
 

Uses of Fabric in com.collation.platform.model.topology.storage
 

Methods in com.collation.platform.model.topology.storage that return Fabric
 Fabric Fabric.getHostingFabric()
          The fabric that is the hosting parent in case this fabric is a virtual fabric
 Fabric Zone.getParent()
          The fabric that this zone is contained in
 

Methods in com.collation.platform.model.topology.storage with parameters of type Fabric
 void Fabric.setHostingFabric(Fabric fabric)
           
 void Zone.setParent(Fabric parent)