edu.stanford.smi.protegex.queries_tab
Class SlotSpecification
java.lang.Object
edu.stanford.smi.protegex.queries_tab.SlotSpecification
public class SlotSpecification
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlotSpecification
public SlotSpecification()
SlotSpecification
public SlotSpecification(String name,
String type,
String cons,
String v)
getConstraint
public String getConstraint()
getName
public String getName()
getType
public String getType()
getValue
public Object getValue()
setConstraint
public void setConstraint(String cons)
setName
public void setName(String name)
setType
public void setType(String type)
setValue
public void setValue(Object v)
Submit a bug report or feature request