|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.ref.model.re.Model
public abstract class Model
Nested Class Summary | |
---|---|
static class |
Model.PredictionProperties
|
Constructor Summary | |
---|---|
Model()
|
Method Summary | |
---|---|
abstract java.util.Set<RelationshipType> |
getRelationshipTypes()
|
abstract StructureConfiguration |
getStructureConfiguration()
|
java.util.Map<Model.PredictionProperties,java.lang.Object> |
obtainPredictionPropertyValue(OperableStructure s)
|
java.util.Set<java.lang.String> |
predictLabel(OperableStructure s)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Model()
Method Detail |
---|
public java.util.Set<java.lang.String> predictLabel(OperableStructure s)
public java.util.Map<Model.PredictionProperties,java.lang.Object> obtainPredictionPropertyValue(OperableStructure s)
public abstract java.util.Set<RelationshipType> getRelationshipTypes()
public abstract StructureConfiguration getStructureConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |