|
Alignment API and Server 3.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cell
Represents an correspondence between ontology entities. An ontology comprises a number of collections. Each ontology has a number of classes, properties and individuals, along with a number of axioms asserting information about those objects.
Method Summary | |
---|---|
void |
accept(AlignmentVisitor visitor)
|
Cell |
compose(Cell c)
|
void |
dump(ContentHandler h)
Housekeeping |
boolean |
equals(Cell c)
|
String |
getExtension(String uri,
String label)
|
Parameters |
getExtensions()
Extensions are a way to read and add other information (metadata) to the Cell structure itself. |
String |
getId()
Creation |
Object |
getObject1()
|
URI |
getObject1AsURI()
//@deprecated use getObject1AsURI( null ) instead |
URI |
getObject1AsURI(Alignment al)
|
Object |
getObject2()
|
URI |
getObject2AsURI()
//@deprecated use getObject2AsURI( null ) instead |
URI |
getObject2AsURI(Alignment al)
|
Relation |
getRelation()
|
String |
getSemantics()
|
double |
getStrength()
|
Cell |
inverse()
|
void |
setExtension(String uri,
String label,
String value)
|
void |
setExtensions(Parameters param)
|
void |
setId(String id)
|
void |
setObject1(Object ob)
|
void |
setObject2(Object ob)
|
void |
setRelation(Relation r)
|
void |
setSemantics(String s)
|
void |
setStrength(double m)
|
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void accept(AlignmentVisitor visitor) throws AlignmentException
AlignmentException
String getId()
void setId(String id)
String getSemantics()
void setSemantics(String s)
Object getObject1()
Object getObject2()
URI getObject1AsURI() throws AlignmentException
AlignmentException
URI getObject2AsURI() throws AlignmentException
AlignmentException
URI getObject1AsURI(Alignment al) throws AlignmentException
AlignmentException
URI getObject2AsURI(Alignment al) throws AlignmentException
AlignmentException
void setObject1(Object ob) throws AlignmentException
AlignmentException
void setObject2(Object ob) throws AlignmentException
AlignmentException
Relation getRelation()
void setRelation(Relation r)
double getStrength()
void setStrength(double m)
boolean equals(Cell c)
Parameters getExtensions()
void setExtensions(Parameters param)
String getExtension(String uri, String label)
void setExtension(String uri, String label, String value)
Cell inverse() throws AlignmentException
AlignmentException
Cell compose(Cell c) throws AlignmentException
AlignmentException
void dump(ContentHandler h)
|
Alignment API and Server 3.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |