|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--uk.ac.ic.doc.automed.reps.TransformationPathway
The TransformationPathway class
Path| Constructor Summary | |
TransformationPathway()
|
|
| Method Summary | |
boolean |
addTran(Transformation t)
|
void |
checkIsWellformed()
|
static TransformationPathway |
createFromTMLPathway(TMLPathway p)
|
static TransformationPathway |
findShortestPath(Schema schema1,
Schema schema2)
Deprecated. use findShortestPathway(Schema, Schema) |
static TransformationPathway |
findShortestPath(java.lang.String schema1,
java.lang.String schema2)
Deprecated. use findShortestPathway(String, String) |
static TransformationPathway |
findShortestPathway(Schema schema1,
Schema schema2)
Find the shortest path containing the fewest number of steps between two schemas. |
static TransformationPathway |
findShortestPathway(java.lang.String schema1,
java.lang.String schema2)
|
int |
getNumberOfTrans()
|
Schema[] |
getSchemas()
Return as an array the Schemas that appear in the
Transformations of this
TransformationPathway. |
Transformation[] |
getTransformations()
Return as an array the Transformations that make up this
TransformationPathway. |
boolean |
isInRepository()
|
boolean |
isWellformed()
|
java.lang.Object |
optimise()
|
java.lang.String |
toString()
|
void |
write()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TransformationPathway()
| Method Detail |
public boolean addTran(Transformation t)
public static TransformationPathway findShortestPath(java.lang.String schema1,
java.lang.String schema2)
throws IntegrityException,
NotFoundException
IntegrityException
NotFoundException
public static TransformationPathway findShortestPath(Schema schema1,
Schema schema2)
throws IntegrityException,
NotFoundException
IntegrityException
NotFoundException
public static TransformationPathway findShortestPathway(java.lang.String schema1,
java.lang.String schema2)
throws IntegrityException,
NotFoundException
IntegrityException
NotFoundException
public static TransformationPathway findShortestPathway(Schema schema1,
Schema schema2)
throws IntegrityException,
NotFoundException
IntegrityException
NotFoundExceptionpublic boolean isWellformed()
public void checkIsWellformed()
throws IntegrityException
IntegrityException
public java.lang.Object optimise()
throws IntegrityException,
InconsistentException,
NotFoundException
IntegrityException
InconsistentException
NotFoundExceptionpublic static TransformationPathway createFromTMLPathway(TMLPathway p)
public Transformation[] getTransformations()
Transformations that make up this
TransformationPathway.
public Schema[] getSchemas()
Schemas that appear in the
Transformations of this
TransformationPathway.
public int getNumberOfTrans()
throws IntegrityException
IntegrityExceptionpublic boolean isInRepository()
public java.lang.String toString()
toString in class java.lang.Objectpublic void write()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||