|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.custom.concepts.EntitiesUtil
public class EntitiesUtil
Common utility class to support concepts and related model objects.
Constructor Summary | |
---|---|
EntitiesUtil()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntitiesUtil()
Method Detail |
---|
public static Property resolveProperty(Entity entity, java.lang.String propertyName)
CodedEntry,
- propertyName
public static java.util.List<Property> resolveProperties(Entity entity, java.lang.String propertyName)
CodedEntry,
- propertyName
public static java.util.List<Presentation> getNonPreferredPresentation(Entity entity)
CodedEntry
-
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |