edu.columbia.cs.ref.model.core.structure.impl
Class OpenInformationExtractionOS

java.lang.Object
  extended by edu.columbia.cs.ref.model.core.structure.OperableStructure
      extended by edu.columbia.cs.ref.model.core.structure.impl.OpenInformationExtractionOS
All Implemented Interfaces:
WekableStructure, java.io.Serializable

public class OpenInformationExtractionOS
extends OperableStructure
implements WekableStructure

See Also:
Serialized Form

Constructor Summary
OpenInformationExtractionOS(CandidateSentence c)
           
 
Method Summary
 weka.core.Instance getInstance()
           
 void initialize()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.columbia.cs.ref.model.core.structure.OperableStructure
add, add, add, enrich, equals, getCandidateSentence, getFeatures, getFeatures, getLabels, hashCode, setFeatures
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenInformationExtractionOS

public OpenInformationExtractionOS(CandidateSentence c)
Method Detail

initialize

public void initialize()
Specified by:
initialize in class OperableStructure

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getInstance

public weka.core.Instance getInstance()
Specified by:
getInstance in interface WekableStructure