GATE
Version 3.1-2270

debugger.resources.lr
Class LrModel

java.lang.Object
  extended by debugger.resources.lr.LrModel

public class LrModel
extends Object

Copyright (c) Ontos AG (http://www.ontosearch.com). This class is part of JAPE Debugger component for GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)

Author:
Andrey Shafirin, Vladimir Karasev

Constructor Summary
LrModel(LanguageResource lr)
           
 
Method Summary
 boolean equals(Object obj)
           
 LanguageResource getLr()
           
 String getName()
           
 String getStoredContent()
           
 String getText()
           
 void synchronize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LrModel

public LrModel(LanguageResource lr)
Method Detail

getText

public String getText()

getStoredContent

public String getStoredContent()

synchronize

public void synchronize()

getLr

public LanguageResource getLr()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

GATE
Version 3.1-2270