Interface ProjectDesc

  • All Known Implementing Classes:
    Project

    public interface ProjectDesc
    Represents a relana project as specified in a project file like src/test/resources/eu/simuline/relana/proj.rml. This comprises the specification of the location of a library as an url and a base class located within this library. In addition, the project file comprises a set of output effects which may be empty. A library consists of files *.ccl specifying the CClasses and of files *.scl specifying the SClasses. The base class is always a CClass. Created: Thu Apr 28 21:52:33 2005
    Version:
    1.0
    Author:
    Ernst Reissner
    • Method Detail

      • getLibrary

        URL getLibrary()
        Describe getLibrary method here.
        Returns:
        an URL value
      • getBaseClass

        ClassLocator getBaseClass()
        Describe getLocator method here.
        Returns:
        a ClassLocator value
      • getOutputEffects

        Set<InstanceLocator> getOutputEffects()
        Describe getOutputEffects method here.
        Returns:
        a Set value