
public class Dictionary extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
delContextNodeType(ContextNode contextNode,
XDIAddress type) |
static void |
delContextNodeTypes(ContextNode contextNode) |
static XDIArc |
dictionaryXDIArcToInstanceXDIArc(XDIArc dictionaryXDIArc) |
static XDIAddress |
getContextNodeType(ContextNode contextNode) |
static Iterator<XDIAddress> |
getContextNodeTypes(ContextNode contextNode) |
static XDIArc |
instanceXDIArcToDictionaryXDIArc(XDIArc instanceXDIArc) |
static String |
instanceXDIArcToNativeIdentifier(XDIArc instanceXDIArc) |
static boolean |
isContextNodeType(ContextNode contextNode,
XDIAddress type) |
static XDIArc |
nativeIdentifierToInstanceXDIArc(String nativeIdentifier) |
static void |
replaceContextNodeType(ContextNode contextNode,
XDIAddress type) |
static void |
setContextNodeType(ContextNode contextNode,
XDIAddress type) |
public static XDIArc instanceXDIArcToDictionaryXDIArc(XDIArc instanceXDIArc)
public static XDIArc dictionaryXDIArcToInstanceXDIArc(XDIArc dictionaryXDIArc)
public static XDIArc nativeIdentifierToInstanceXDIArc(String nativeIdentifier)
public static String instanceXDIArcToNativeIdentifier(XDIArc instanceXDIArc)
public static Iterator<XDIAddress> getContextNodeTypes(ContextNode contextNode)
public static XDIAddress getContextNodeType(ContextNode contextNode)
public static boolean isContextNodeType(ContextNode contextNode, XDIAddress type)
public static void setContextNodeType(ContextNode contextNode, XDIAddress type)
public static void delContextNodeType(ContextNode contextNode, XDIAddress type)
public static void delContextNodeTypes(ContextNode contextNode)
public static void replaceContextNodeType(ContextNode contextNode, XDIAddress type)
Copyright © 2017. All rights reserved.