Uses of Interface
com.collation.platform.model.discovery.scope.ScopeElement

Packages that use ScopeElement
com.collation.platform.model.discovery   
com.collation.platform.model.discovery.scope   
 

Uses of ScopeElement in com.collation.platform.model.discovery
 

Methods in com.collation.platform.model.discovery that return ScopeElement
 ScopeElement[] DiscoveryRun.getScopeElements()
          Scope used for this discovery
 

Methods in com.collation.platform.model.discovery with parameters of type ScopeElement
 void DiscoveryRun.setScopeElements(ScopeElement[] elements)
           
 

Uses of ScopeElement in com.collation.platform.model.discovery.scope
 

Subinterfaces of ScopeElement in com.collation.platform.model.discovery.scope
 interface IpAddressScope
           
 interface IpNetworkScope
           
 interface IpRangeScope
           
 

Methods in com.collation.platform.model.discovery.scope that return ScopeElement
 ScopeElement[] Scope.getElements()
           
 ScopeElement[] ScopeElement.getExcludes()
           
 

Methods in com.collation.platform.model.discovery.scope with parameters of type ScopeElement
 void Scope.setElements(ScopeElement[] elemnts)
           
 void ScopeElement.setExcludes(ScopeElement[] excludes)