Class ReferenceConceptUtil


  • public class ReferenceConceptUtil
    extends Object
    Igor Alshannikov Jan 31, 2008
    • Constructor Detail

      • ReferenceConceptUtil

        public ReferenceConceptUtil()
    • Method Detail

      • getCharacteristicReference

        @Deprecated
        public static SNode getCharacteristicReference​(SNode concept)
        Deprecated.
        Purpose of some concepts is only to hold reference on something else. In such a concepts, the most important thing is that reference, which is called 'characteristic reference'.

        Concept is considered 'pure reference' if - it has alias which matches the pattern 'xxx <{_referent_role_}> yyy' (and declares reference link with this role) or - it declares declares exactly ONE reference link with cardinality 1

        Parameters:
        concept - with is possibly 'pure reference' concept.
        Returns:
        characteristic reference or NULL
      • hasSmartAlias

        @Deprecated
        public static boolean hasSmartAlias​(SNode concept)
        Deprecated.
      • hasSmartAlias

        public static boolean hasSmartAlias​(SAbstractConcept concept)
      • getPresentationFromSmartAlias

        @Deprecated
        public static String getPresentationFromSmartAlias​(SNode concept,
                                                           String referentPresentation)
        Deprecated.
      • getPresentationFromSmartAlias

        public static String getPresentationFromSmartAlias​(SAbstractConcept concept,
                                                           String referentPresentation)
      • getPresentation

        public static String getPresentation​(SNode node)