gate.xml
Class CustomObject

java.lang.Object
  |
  +--gate.xml.CustomObject

class CustomObject
extends Object

The objects belonging to this class are used inside the stack. This class is for internal needs


Field Summary
private  String elemName
           
private  Long end
           
private  FeatureMap fm
           
private  Long start
           
 
Constructor Summary
CustomObject(String anElemName, FeatureMap aFm, Long aStart, Long anEnd)
           
 
Method Summary
 String getElemName()
           
 Long getEnd()
           
 FeatureMap getFM()
           
 Long getStart()
           
 void setElemName(String anElemName)
           
 void setEnd(Long anEnd)
           
 void setFM(FeatureMap aFm)
           
 void setStart(Long aStart)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

elemName

private String elemName

fm

private FeatureMap fm

start

private Long start

end

private Long end
Constructor Detail

CustomObject

public CustomObject(String anElemName,
                    FeatureMap aFm,
                    Long aStart,
                    Long anEnd)
Method Detail

getElemName

public String getElemName()

getFM

public FeatureMap getFM()

getStart

public Long getStart()

getEnd

public Long getEnd()

setElemName

public void setElemName(String anElemName)

setFM

public void setFM(FeatureMap aFm)

setStart

public void setStart(Long aStart)

setEnd

public void setEnd(Long anEnd)