org.topbraidcomposer.gef.diagram.model
Class AttributeModel

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

public com.hp.hpl.jena.rdf.model.Property property

ontClass

public com.hp.hpl.jena.rdf.model.Resource ontClass
Constructor Detail

AttributeModel

public AttributeModel(com.hp.hpl.jena.rdf.model.Property property,
                      com.hp.hpl.jena.rdf.model.Resource ontClass)
Method Detail

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