public class EntityDeterminer extends Object
Modifier and Type | Field and Description |
---|---|
static Set<CS> |
ALL_VALUES
All values defined by this class.
|
static CS |
INSTANCE
The specific determiner indicates that the given entity is taken as one
specific thing instance.
|
static CS |
KIND
The described determiner is used to indicate that the given Entity is
taken as a general description of a kind of thing that can be taken in
whole, in part, or in multiples.
|
static CS |
QUANTIFIED_KIND
The described quantified determiner indicates that the given entity is
taken as a general description of a specific amount of a thing.
|
Constructor and Description |
---|
EntityDeterminer() |
public static CS QUANTIFIED_KIND
The described quantified determiner indicates that the given entity is taken as a general description of a specific amount of a thing. For example, QUANTIFIED KIND of syringe (quantity = 3,) stands for exactly three syringes.
public static CS INSTANCE
The specific determiner indicates that the given entity is taken as one specific thing instance. For example, a human INSTANCE (quantity = 1,) stands for exactly one human being.
public static CS KIND
The described determiner is used to indicate that the given Entity is taken as a general description of a kind of thing that can be taken in whole, in part, or in multiples.
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved