Changes between Version 1 and Version 2 of DocumentationForDevelopers


Ignore:
Timestamp:
10/12/11 15:55:29 (13 years ago)
Author:
kiesel
Comment:

multiple values per nb ft possible

Legend:

Unmodified
Added
Removed
Modified
  • DocumentationForDevelopers

    v1 v2  
    1515   * beans are associated with their corresponding FactsDatabase so you cannot pass one bean instance to another user 
    1616 * non-binary features 
     17   * nb features are feature types such as "Name" or "Written by" - the full type is defined by the value(s) a feature instance uses then 
     18     * keep in mind nb features may take multiple values per feature instance (e.g., "board game players: min X, max Y") 
    1719   * non-binary features are somewhat nasty to handle since their (rather generic) feature type isn't very helpful ("Name") - you need a feature instance to know the full type ("Name: Miller") 
    1820   * when comparing feature types for equality, you should use feature123.getFeatureTypeId() instead of feature123.getFeatureType().getUri() - the ID is the feature type URI plus added values ("Miller" in the example above)