public class EntitiesUtil
extends java.lang.Object
Constructor and Description |
---|
EntitiesUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Presentation> |
getNonPreferredPresentation(Entity entity)
Returns the synonym presentation object for a entity
|
static java.util.List<Property> |
resolveProperties(Entity entity,
java.lang.String propertyName)
Returns the list of property object for a Entity that matches the given
propertyName.
|
static Property |
resolveProperty(Entity entity,
java.lang.String propertyName)
Returns the first matching property object for a concept that matches the
given propertyName.
|
public static Property resolveProperty(Entity entity, java.lang.String propertyName)
CodedEntry,
- propertyNamepublic static java.util.List<Property> resolveProperties(Entity entity, java.lang.String propertyName)
CodedEntry,
- propertyNamepublic static java.util.List<Presentation> getNonPreferredPresentation(Entity entity)
CodedEntry
-