Uses of Class
eu.xtreemos.xosd.vops.xacml.policy.PolicyTarget

Packages that use PolicyTarget
eu.xtreemos.xosd.vops.xacml.policy   
 

Uses of PolicyTarget in eu.xtreemos.xosd.vops.xacml.policy
 

Fields in eu.xtreemos.xosd.vops.xacml.policy declared as PolicyTarget
 PolicyTarget Policy.target
          Holds info about policy targets
private  PolicyTarget PolicyRule.target
           
 

Methods in eu.xtreemos.xosd.vops.xacml.policy that return PolicyTarget
 PolicyTarget PolicyRule.getTarget()
          Return target used in this Rule
 

Methods in eu.xtreemos.xosd.vops.xacml.policy with parameters of type PolicyTarget
 void PolicyRule.setTarget(PolicyTarget pt)
          Sets rule's target
 

Constructors in eu.xtreemos.xosd.vops.xacml.policy with parameters of type PolicyTarget
PolicyRule(java.net.URI ruleId, int effect, PolicyTarget pt, java.lang.String description)