Package ptolemy.actor

Interface Librariable

  • All Known Implementing Classes:
    AccessorLibrary, EntityLibrary

    public interface Librariable
    Classes that implement this interface are assumed to be in the actor library.

    This marker interface is necessary so that we can avoid dependencies between the actor and moml packages. Typically, ptolemy.moml.EntityLibrary implements this interface and classes in actor check to see if an object implements this interface.

    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Green (cxh)
    Pt.ProposedRating:
    Green (eal)