debugger.resources.lr
Class LrModel

java.lang.Object
  extended bydebugger.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)

toString

public String toString()

getName

public String getName()