jif.types
Interface ActsForConstraint

All Superinterfaces:
Assertion, java.lang.Cloneable, polyglot.util.Copy, java.io.Serializable, polyglot.types.TypeObject
All Known Implementing Classes:
ActsForConstraint_c

public interface ActsForConstraint
extends Assertion

The acts-for constraint.


Method Summary
 Principal actor()
           
 ActsForConstraint actor(Principal actor)
           
 Principal granter()
           
 ActsForConstraint granter(Principal granter)
           
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

actor

public Principal actor()

actor

public ActsForConstraint actor(Principal actor)

granter

public Principal granter()

granter

public ActsForConstraint granter(Principal granter)