edu.stanford.smi.protegex.widget.graph
Class GraphProperties
java.lang.Object
edu.stanford.smi.protegex.widget.graph.GraphProperties
- Direct Known Subclasses:
- GraphObjectProperties, ViewProperties
public abstract class GraphProperties
- extends Object
Constructor Summary |
GraphProperties(String clsName,
edu.stanford.smi.protege.util.PropertyList propertyList)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphProperties
public GraphProperties(String clsName,
edu.stanford.smi.protege.util.PropertyList propertyList)
save
public abstract void save()
getStringProperty
public String getStringProperty(String property,
String defaultValue)
getBooleanProperty
public boolean getBooleanProperty(String property,
Boolean defaultValue)
getIntProperty
public int getIntProperty(String property,
Integer defaultValue)
getClsName
public String getClsName()
getPrefix
public String getPrefix()
getPropertyList
public edu.stanford.smi.protege.util.PropertyList getPropertyList()
Submit a bug report or feature request