java.lang.Object
it.uniroma2.art.semanticturkey.alignment.Cell

public class Cell extends Object
  • Constructor Details

    • Cell

      public Cell(org.eclipse.rdf4j.model.IRI entity1, org.eclipse.rdf4j.model.IRI entity2, float measure, String relation)
  • Method Details

    • getEntity1

      public org.eclipse.rdf4j.model.IRI getEntity1()
    • setEntity1

      public void setEntity1(org.eclipse.rdf4j.model.IRI entity1)
    • getEntity2

      public org.eclipse.rdf4j.model.IRI getEntity2()
    • setEntity2

      public void setEntity2(org.eclipse.rdf4j.model.IRI entity2)
    • getMeasure

      public float getMeasure()
    • setMeasure

      public void setMeasure(float measure)
    • getRelation

      public String getRelation()
    • setRelation

      public void setRelation(String relation)
    • getMappingProperty

      public org.eclipse.rdf4j.model.IRI getMappingProperty()
    • setMappingProperty

      public void setMappingProperty(org.eclipse.rdf4j.model.IRI mappingProperty)
    • getStatus

      public AlignmentModel.Status getStatus()
    • setStatus

      public void setStatus(AlignmentModel.Status status)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • equals

      public boolean equals(Object cell)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object