edu.lehigh.swat.obione
Class SourceView

java.lang.Object
  extended by edu.lehigh.swat.obione.Map
      extended by edu.lehigh.swat.obione.LAVMapView
          extended by edu.lehigh.swat.obione.SourceView

public class SourceView
extends LAVMapView

Models a Source Description

Author:
abirqasem

Field Summary
private  java.lang.String sourceURL
           
 
Fields inherited from class edu.lehigh.swat.obione.Map
sourceOnt, targetOnt
 
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
 
Method Summary
 java.lang.String getSourceOnt()
           
 java.lang.String getSourceURL()
           
 java.lang.String getTargetOnt()
           
static void main(java.lang.String[] args)
          Test method
 java.lang.String toString()
           
 
Methods inherited from class edu.lehigh.swat.obione.LAVMapView
getBody, getHead, getRule, getVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sourceURL

private java.lang.String sourceURL
Constructor Detail

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 -
Method Detail

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 -