org.qedeq.kernel.se.base.module
Interface Import

All Known Implementing Classes:
ImportVo

public interface Import

Module import. Every needed module must be referenced as an module import.

Author:
Michael Meyling

Method Summary
 java.lang.String getLabel()
          Get label for the imported module.
 Specification getSpecification()
          Get import specification.
 

Method Detail

getLabel

java.lang.String getLabel()
Get label for the imported module. All references to that module must have this prefix.

Returns:
Label.

getSpecification

Specification getSpecification()
Get import specification. This includes location information.

Returns:
Import specification.


Copyright © 2014. All Rights Reserved.