Class EDOAL.Correspondence

java.lang.Object
it.uniroma2.art.semanticturkey.services.core.EDOAL.Correspondence
Enclosing class:
EDOAL

public static class EDOAL.Correspondence extends Object
  • Constructor Details

    • Correspondence

      public Correspondence()
  • Method Details

    • getIdentity

      public org.eclipse.rdf4j.model.Resource getIdentity()
    • setIdentity

      public void setIdentity(org.eclipse.rdf4j.model.Resource identity)
    • getLeftEntity

      public Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> getLeftEntity()
    • setLeftEntity

      public void setLeftEntity(Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> leftEntity)
    • getRightEntity

      public Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> getRightEntity()
    • setRightEntity

      public void setRightEntity(Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> rightEntity)
    • getRelation

      public Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> getRelation()
    • getMappingProperty

      public Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> getMappingProperty()
    • setRelation

      public void setRelation(Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> relation)
    • setMappingProperty

      public void setMappingProperty(Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> mappingProperty)
    • getMeasure

      public Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> getMeasure()
    • setMeasure

      public void setMeasure(Collection<AnnotatedValue<org.eclipse.rdf4j.model.Value>> measure)