[kepler-dev] [Bug 2685] New: - confused about the MOML file
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Nov 28 11:29:38 PST 2006
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2685
Summary: confused about the MOML file
Product: Kepler
Version: 1.0.0beta2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: actors
AssignedTo: berkley at nceas.ucsb.edu
ReportedBy: jmeyers at sdsc.edu
QAContact: kepler-dev at ecoinformatics.org
I am trying to create a KAR for an actor, but can't seem to make my output port
visible. I wish to have an input port and an output port. I can't seem to
find any documentation on the exact specifics of how the MOML file is to be
setup (the XML descriptor of the actor). Here's my XML file below:
<?xml version="1.0"?>
<entity name="VorbLogger" class="ptolemy.kernel.ComponentEntity">
<property name="entityId"
value="urn:lsid:kepler-project.org:actor:508:1"
class="org.kepler.moml.NamedObjId" />
<property name="class" value="org.ROADnet.Vorb.VorbLogger"
class="ptolemy.kernel.util.StringAttribute">
<property name="id"
value="urn:lsid:kepler-project.org:class:983:1"
class="ptolemy.kernel.util.StringAttribute" />
</property>
<property name="filePath" class="org.kepler.moml.PortAttribute">
<property name="direction" value="input"
class="ptolemy.kernel.util.StringAttribute" />
<property name="dataType" value="string"
class="ptolemy.kernel.util.StringAttribute" />
<property name="isMultiport" value="false"
class="ptolemy.kernel.util.StringAttribute" />
<property name="semanticType00"
value="urn:lsid:localhost:onto:1:1#ImageManipulationActor"
class="org.kepler.sms.SemanticType" />
</property>
<property name="triggerReady"
class="org.kepler.moml.PortAttribute">
<property name="direction" value="output"
class="ptolemy.kernel.util.StringAttribute" />
<!--
<property name="dataType" value="string"
class="ptolemy.kernel.util.StringAttribute" />
-->
<property name="isMultiport" value="false"
class="ptolemy.kernel.util.StringAttribute" />
<property name="semanticType00"
value="urn:lsid:localhost:onto:1:1#ImageManipulationActor"
class="org.kepler.sms.SemanticType" />
</property>
</entity>
More information about the Kepler-dev
mailing list