de.init.its.okapi.ext
Class Context

java.lang.Object
  extended by de.init.its.okapi.ext.Context

 class Context
extends java.lang.Object


Field Summary
 boolean extract
           
 java.lang.String name
           
 net.sf.okapi.common.skeleton.GenericSkeleton skel
           
 net.sf.okapi.common.resource.TextFragment tf
           
 net.sf.okapi.common.resource.ITextUnit tu
           
 
Constructor Summary
Context(java.lang.String name, boolean extract)
           
 
Method Summary
 void setVariables(net.sf.okapi.common.resource.TextFragment tf, net.sf.okapi.common.skeleton.GenericSkeleton skel, net.sf.okapi.common.resource.ITextUnit tu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

extract

public boolean extract

skel

public net.sf.okapi.common.skeleton.GenericSkeleton skel

tf

public net.sf.okapi.common.resource.TextFragment tf

tu

public net.sf.okapi.common.resource.ITextUnit tu
Constructor Detail

Context

public Context(java.lang.String name,
               boolean extract)
Method Detail

setVariables

public void setVariables(net.sf.okapi.common.resource.TextFragment tf,
                         net.sf.okapi.common.skeleton.GenericSkeleton skel,
                         net.sf.okapi.common.resource.ITextUnit tu)