|
Alignment API and Server 4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.inrialpes.exmo.align.impl.edoal.Expression
fr.inrialpes.exmo.align.impl.edoal.PathExpression
fr.inrialpes.exmo.align.impl.edoal.RelationExpression
fr.inrialpes.exmo.align.impl.edoal.RelationId
public class RelationId
A simple Id to represent a Relation.
| Field Summary | |
|---|---|
private String |
id
Holds the identifier. |
(package private) URI |
uri
|
| Fields inherited from class fr.inrialpes.exmo.align.impl.edoal.Expression |
|---|
variable |
| Constructor Summary | |
|---|---|
RelationId()
Creates an anonymous relation pattern |
|
RelationId(String id)
|
|
RelationId(URI u)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
URI |
getURI()
Returns a plain representation of the value of this id. |
int |
hashCode()
|
String |
plainText()
Returns a plain representation of the value of this id. |
String |
toString()
Returns a simple description of this object. |
| Methods inherited from class fr.inrialpes.exmo.align.impl.edoal.RelationExpression |
|---|
accept |
| Methods inherited from class fr.inrialpes.exmo.align.impl.edoal.Expression |
|---|
accept, getVariable, setVariable |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String id
URI uri
| Constructor Detail |
|---|
public RelationId()
public RelationId(String id)
throws AlignmentException
AlignmentExceptionpublic RelationId(URI u)
| Method Detail |
|---|
public URI getURI()
Id
getURI in interface Idpublic String plainText()
Id
plainText in interface Idpublic String toString()
Returns a simple description of this object. The format of the returned String is undocumented and subject to change.
An expamle return String could be:
RelationId: http://my/super/class
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
Alignment API and Server 4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||