Protege 3.4.4

edu.stanford.smi.protegex.widget.graph
Class GraphObjectProperties

java.lang.Object
  extended by edu.stanford.smi.protegex.widget.graph.GraphProperties
      extended by edu.stanford.smi.protegex.widget.graph.GraphObjectProperties
Direct Known Subclasses:
NodeProperties, RelationProperties

public abstract class GraphObjectProperties
extends GraphProperties


Constructor Summary
GraphObjectProperties(String clsName, edu.stanford.smi.protege.util.PropertyList propertyList)
           
 
Method Summary
abstract  String getArrowheadType()
           
abstract  String getLineType()
           
 
Methods inherited from class edu.stanford.smi.protegex.widget.graph.GraphProperties
getBooleanProperty, getClsName, getIntProperty, getPrefix, getPropertyList, getStringProperty, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphObjectProperties

public GraphObjectProperties(String clsName,
                             edu.stanford.smi.protege.util.PropertyList propertyList)
Method Detail

getLineType

public abstract String getLineType()

getArrowheadType

public abstract String getArrowheadType()

Protege 3.4.4

Submit a bug report or feature request