edu.ucla.util.code
Class SoftwareEntity
Object
SoftwareEntity
- All Implemented Interfaces:
- Comparable
- Direct Known Subclasses:
- ClassModule, JDKTool
public class SoftwareEntity
- extends Object
- implements Comparable
- Since:
- 032405
- Author:
- Keith Cascio
SoftwareEntity
public SoftwareEntity(String descriptionshort,
String descriptionverbose)
compareTo
public int compareTo(Object o)
- interface Comparable
- Specified by:
compareTo
in interface Comparable
getDescriptionShort
public String getDescriptionShort()
getDescriptionVerbose
public String getDescriptionVerbose()
guessLocation
public File guessLocation()
throws Exception
- Throws:
Exception
getPath
public File getPath()
setPath
public void setPath(File path)
isGuess
public boolean isGuess()
- Since:
- 033005
guessLocationIfNecessary
public File guessLocationIfNecessary()
throws Exception
- Throws:
Exception
appendHint
public void appendHint(SoftwareEntity hint)
- Since:
- 033005
getHints
public List getHints()
- Since:
- 033005
Copyright 2010 UCLA Automated Reasoning Group