package edu.stanford.peer.rbtm.credential; /** * An EntityExpression can be: an Entity, a Role, a LinkedRole, or an Intersection. * Right now, it is just a marker interface */ public interface PermissionExpression { }