|
||||||||||
| 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| Method Summary | |
static TransformationPathway[] |
findAllPaths(java.lang.String schema1,
java.lang.String schema2)
|
static TransformationPathway[] |
findAllPathsToSchema(java.lang.String schema)
|
static TransformationPathway |
findPathFromClosestExtSchema(java.lang.String schema)
|
static TransformationPathway |
findShortestPath(Schema schema1,
Schema schema2)
Find the shortest path containing the fewest number of steps between two schemas. |
static TransformationPathway |
findShortestPath(java.lang.String schema1,
java.lang.String schema2)
|
Schema[] |
getSchemas()
Return as an array the Schemas that appear in the
Transformations of this
TransformationPathway. |
Transformation |
getTran(int index)
|
Transformation[] |
getTransformations()
Return as an array the Transformations that make up this
TransformationPathway. |
int |
indexOfTran(Transformation tran)
|
boolean |
isWellformed()
|
int |
numOfTrans()
|
java.lang.String |
toString()
|
void |
write()
Write out the series of transformations found in this pathway to the standard output in a human readable form |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public static TransformationPathway[] findAllPaths(java.lang.String schema1,
java.lang.String schema2)
throws IntegrityException
IntegrityException
public static TransformationPathway[] findAllPathsToSchema(java.lang.String schema)
throws NotFoundException
NotFoundException
public static TransformationPathway findPathFromClosestExtSchema(java.lang.String schema)
throws NotFoundException,
IntegrityException
NotFoundException
IntegrityException
public static TransformationPathway findShortestPath(java.lang.String schema1,
java.lang.String schema2)
throws NotFoundException
NotFoundException
public static TransformationPathway findShortestPath(Schema schema1,
Schema schema2)
throws NotFoundException
NotFoundException
public boolean isWellformed()
throws IntegrityException
IntegrityExceptionpublic Transformation[] getTransformations()
Transformations that make up this
TransformationPathway.
public Schema[] getSchemas()
Schemas that appear in the
Transformations of this
TransformationPathway.
public int numOfTrans()
throws IntegrityException
IntegrityException
public Transformation getTran(int index)
throws IntegrityException
IntegrityException
public int indexOfTran(Transformation tran)
throws IntegrityException
IntegrityExceptionpublic 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 | |||||||||