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