[kepler-dev] [Bug 3135] - semantic type and class params need special handling in doc window

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Mar 18 15:10:01 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3135


berkley at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from berkley at nceas.ucsb.edu  2008-03-18 15:10 -------
Fixed this by adding an exclusion list to the configuration.  the docviewer can
now take a list of attribute names not display.  this is defined in the
configuration.  the exclusion properties take this form:

<property name="docViewerExclude0"
            class="ptolemy.kernel.util.StringAttribute"
            value="contains:semanticType"/>

<property name="docViewerExclude1"
            class="ptolemy.kernel.util.StringAttribute"
            value="exact:class"/>

the value can be prefixed with "exact" or "contains".  exact requires the name
of the property to exactly match that of the excludes property.  contains just
requires the exclude property value to be contained in the name of the
parameter.


More information about the Kepler-dev mailing list