org.topbraidcomposer.gef.diagram.model
Class AttributeModel
java.lang.Object
org.topbraidcomposer.gef.diagram.model.AttributeModel
public class AttributeModel
- extends java.lang.Object
|
Field Summary |
com.hp.hpl.jena.rdf.model.Resource |
ontClass
|
com.hp.hpl.jena.rdf.model.Property |
property
|
|
Constructor Summary |
AttributeModel(com.hp.hpl.jena.rdf.model.Property property,
com.hp.hpl.jena.rdf.model.Resource ontClass)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
property
public com.hp.hpl.jena.rdf.model.Property property
ontClass
public com.hp.hpl.jena.rdf.model.Resource ontClass
AttributeModel
public AttributeModel(com.hp.hpl.jena.rdf.model.Property property,
com.hp.hpl.jena.rdf.model.Resource ontClass)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object