You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <de...@uima.apache.org> on 2010/11/25 23:20:14 UTC

[jira] Created: (UIMA-1949) Javadoc should point out difference between Features getDomain and getRange

Javadoc should point out difference between Features getDomain and getRange
---------------------------------------------------------------------------

                 Key: UIMA-1949
                 URL: https://issues.apache.org/jira/browse/UIMA-1949
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
    Affects Versions: 2.3.1SDK
            Reporter: Jörn Kottmann
            Assignee: Jörn Kottmann
            Priority: Trivial
             Fix For: 2.3.1SDK


The javadoc should explain how range and domain differ. The current javadoc just uses these
terms again, which does not add any information.

Should it be extended like this?

getDomain:
Get the domain type for this feature. The domain is the type which defines this feature.

getRange:
Get the range type for this feature.  The range defines the type of the feature value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1949) Javadoc should point out difference between Features getDomain and getRange

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann closed UIMA-1949.
-------------------------------

    Resolution: Fixed

Changed javadoc as proposed.

> Javadoc should point out difference between Features getDomain and getRange
> ---------------------------------------------------------------------------
>
>                 Key: UIMA-1949
>                 URL: https://issues.apache.org/jira/browse/UIMA-1949
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.3.1SDK
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>            Priority: Trivial
>             Fix For: 2.3.1SDK
>
>
> The javadoc should explain how range and domain differ. The current javadoc just uses these
> terms again, which does not add any information.
> Should it be extended like this?
> getDomain:
> Get the domain type for this feature. The domain is the type which defines this feature.
> getRange:
> Get the range type for this feature.  The range defines the type of the feature value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (UIMA-1949) Javadoc should point out difference between Features getDomain and getRange

Posted by "Thilo Goetz (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935943#action_12935943 ] 

Thilo Goetz commented on UIMA-1949:
-----------------------------------

Sounds good.

> Javadoc should point out difference between Features getDomain and getRange
> ---------------------------------------------------------------------------
>
>                 Key: UIMA-1949
>                 URL: https://issues.apache.org/jira/browse/UIMA-1949
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.3.1SDK
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>            Priority: Trivial
>             Fix For: 2.3.1SDK
>
>
> The javadoc should explain how range and domain differ. The current javadoc just uses these
> terms again, which does not add any information.
> Should it be extended like this?
> getDomain:
> Get the domain type for this feature. The domain is the type which defines this feature.
> getRange:
> Get the range type for this feature.  The range defines the type of the feature value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.