ca.aura.artefacts
Interface Artefact

All Known Implementing Classes:
AbstractArtefact

public interface Artefact

Author:
Andrew

Method Summary
 java.util.Iterator getAura()
          get the segments of an artefact...
 Description getDescription()
          get a description of the artefact
 java.io.File getFile()
          get the location of the artefact as a URL
 java.lang.String getId()
          get the id of the artefact
 java.lang.String getName()
          get the name of the artefact
 int numberOfAura()
          how many aura elements does the artefact have?
 

Method Detail

getId

public java.lang.String getId()
get the id of the artefact


getName

public java.lang.String getName()
get the name of the artefact


getDescription

public Description getDescription()
get a description of the artefact


getFile

public java.io.File getFile()
get the location of the artefact as a URL


getAura

public java.util.Iterator getAura()
get the segments of an artefact... this includes the artefact's aura itself


numberOfAura

public int numberOfAura()
how many aura elements does the artefact have?



Copyright © 2002 University of Ottawa. All Rights Reserved.