Changes between Version 1 and Version 2 of DocumentationForDevelopers
- Timestamp:
- 10/12/11 15:55:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DocumentationForDevelopers
v1 v2 15 15 * beans are associated with their corresponding FactsDatabase so you cannot pass one bean instance to another user 16 16 * 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") 17 19 * 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") 18 20 * 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)