
MomlToRelational |
org.geon.MomlToRelational |
Parsing the moml file into a container using MoMLParser. Then extracting the
schema infomration.
director(name, class)
actor(name, class)
actorPort(actor, portId)
actorParam(actor, paramId)
portIOType(portId, type) - type = {in, out, inout}
portDataType(portId, dataType)
paramValue(paramId, type, value)
contains(compositeEntity, Entity) - save heirarchical information within the schema.
from this a connection between an output and an input port can be inferred.
Author(s): Efrat Jaeger
Version:$Id: MomlToRelational.doc.html,v 1.1 2006/02/22 18:41:22 mangal Exp $
relations
The relations.
momlFile
The moml file.