|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omwg.mediation.language.objectModel.Id
org.omwg.mediation.language.objectModel.IRI
public class IRI
Ad hoc representation of the International Resource Identifier. Only represented by a string for the moment, further work should provide a real IRI object.
| Constructor Summary | |
|---|---|
IRI(java.lang.String iri)
Contructs the International Resource Identifier |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Copies the IRI and creates/returns a new IRI object |
java.lang.String |
getIri()
Returns IRI string when predefined |
void |
setIri(java.lang.String iri)
Sets IRI string |
java.lang.String |
toString()
Returns the International Ressource Identifier string |
| Methods inherited from class org.omwg.mediation.language.objectModel.Id |
|---|
getSubExpressions, isComplexExpression |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IRI(java.lang.String iri)
Contructs the International Resource Identifier
| Method Detail |
|---|
public java.lang.String toString()
Returns the International Ressource Identifier string
toString in class java.lang.Objectpublic java.lang.Object clone()
Copies the IRI and creates/returns a new IRI object
clone in interface ExpressionDefinitionclone in class Idpublic java.lang.String getIri()
Returns IRI string when predefined
public void setIri(java.lang.String iri)
Sets IRI string
iri - (string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||