package edu.stanford.peer.rbtm.credential;
import edu.stanford.peer.rbtm.engine.*;
/**
* An EntityExpression can be one of the following:
*
* - an Entity
*
- a Role
*
- a LinkedRole
*
- an Intersection.
*
* Currently it is a marker interface
*/
public interface EntityExpression
extends ForwardSolution, BackwardSolution, java.io.Serializable
{
}