edu.lehigh.swat.obione
Class SourceView
java.lang.Object
edu.lehigh.swat.obione.Map
edu.lehigh.swat.obione.LAVMapView
edu.lehigh.swat.obione.SourceView
public class SourceView
- extends LAVMapView
Models a Source Description
- Author:
- abirqasem
|
Field Summary |
private java.lang.String |
sourceURL
|
|
Constructor Summary |
SourceView(MapAtom head,
java.util.Vector<MapAtom> body,
java.lang.String url)
SourceView is an extension of LAVMapView with the addional source url
Also in the SourceView the source and the target ont are the same |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sourceURL
private java.lang.String sourceURL
SourceView
public SourceView(MapAtom head,
java.util.Vector<MapAtom> body,
java.lang.String url)
- SourceView is an extension of LAVMapView with the addional source url
Also in the SourceView the source and the target ont are the same
- Parameters:
head - body - url -
getSourceOnt
public java.lang.String getSourceOnt()
- Overrides:
getSourceOnt in class LAVMapView
getTargetOnt
public java.lang.String getTargetOnt()
- Overrides:
getTargetOnt in class LAVMapView
toString
public java.lang.String toString()
- Overrides:
toString in class LAVMapView
getSourceURL
public java.lang.String getSourceURL()
main
public static void main(java.lang.String[] args)
- Test method
- Parameters:
args -