info.aduna.spectacle
Class Profile
java.lang.Object
info.aduna.spectacle.Profile
- All Implemented Interfaces:
- Comparable<Profile>
public class Profile
- extends Object
- implements Comparable<Profile>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Profile
public Profile(String id,
String name,
org.openrdf.model.URI modelURI,
File profileDir)
getID
public String getID()
getName
public String getName()
setName
public void setName(String name)
- Parameters:
name -
getModelURI
public org.openrdf.model.URI getModelURI()
getProfileDir
public File getProfileDir()
getMapDir
public File getMapDir()
getInfoSourceManager
public InfoSourceManager getInfoSourceManager()
close
public void close()
throws IOException
- Throws:
IOException
compareTo
public int compareTo(Profile other)
- Specified by:
compareTo in interface Comparable<Profile>
Copyright © 1997-2008 Aduna. All Rights Reserved.