Protege 3.3.1

edu.stanford.smi.protegex.queries_tab
Class SlotSpecification

java.lang.Object
  extended by edu.stanford.smi.protegex.queries_tab.SlotSpecification

public class SlotSpecification
extends Object


Constructor Summary
SlotSpecification()
           
SlotSpecification(String name, String type, String cons, String v)
           
 
Method Summary
 String getConstraint()
           
 String getName()
           
 String getType()
           
 Object getValue()
           
 void setConstraint(String cons)
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(Object v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlotSpecification

public SlotSpecification()

SlotSpecification

public SlotSpecification(String name,
                         String type,
                         String cons,
                         String v)
Method Detail

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)

Protege 3.3.1

Submit a bug report or feature request