org.kahina.core.data.text
Class KahinaLineReference

java.lang.Object
  extended by org.kahina.core.data.KahinaObject
      extended by org.kahina.core.data.text.KahinaLineReference
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LogicProgrammingLineReference

public class KahinaLineReference
extends KahinaObject

See Also:
Serialized Form

Field Summary
 int line
           
 int step
           
 KahinaTextModel text
           
 
Constructor Summary
KahinaLineReference()
           
KahinaLineReference(int line, int step)
           
KahinaLineReference(KahinaTextModel text, int line, int step)
           
 
Method Summary
 int getLine()
           
 int getStepID()
           
 KahinaTextModel getText()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public KahinaTextModel text

line

public int line

step

public int step
Constructor Detail

KahinaLineReference

public KahinaLineReference()

KahinaLineReference

public KahinaLineReference(int line,
                           int step)

KahinaLineReference

public KahinaLineReference(KahinaTextModel text,
                           int line,
                           int step)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getStepID

public int getStepID()

getText

public KahinaTextModel getText()

getLine

public int getLine()