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

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

public class RelationOperableStructure
extends OperableStructure

See Also:
Serialized Form

Constructor Summary
RelationOperableStructure(Relationship relation)
           
 
Method Summary
 Relationship getRelation()
           
 void initialize()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

RelationOperableStructure

public RelationOperableStructure(Relationship relation)
Method Detail

initialize

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

getRelation

public Relationship getRelation()