Uses of Interface
com.collation.platform.model.topology.net.acl.Acl

Packages that use Acl
com.collation.platform.model.topology.net.acl   
 

Uses of Acl in com.collation.platform.model.topology.net.acl
 

Methods in com.collation.platform.model.topology.net.acl that return Acl
 Acl[] AclFunction.getAcls()
           
 Acl Rule.getParent()
           
 

Methods in com.collation.platform.model.topology.net.acl with parameters of type Acl
 void AclFunction.setAcls(Acl[] acls)
           
 void Rule.setParent(Acl acl)