Hilbert II - Version 0.03.04

org.qedeq.kernel.base.module
Interface Import

All Known Implementing Classes:
ImportVo

public interface Import

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

Version:
$Revision: 1.5 $

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

Method Detail

getLabel

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

Returns:
Label.

getSpecification

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

Returns:
Import specification.

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.