public class ClassMatchingNode extends Object implements Serializable
EditClassMatchingView| Modifier and Type | Field and Description |
|---|---|
static Comparator<ClassMatchingNode> |
CLASS_MATCHING_NODE_COMPARATOR |
| Constructor and Description |
|---|
ClassMatchingNode(URI uri,
List<ClassMatchingNode> children)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<ClassMatchingNode> |
getChildren()
returns children
|
String |
getName()
returns name
|
URI |
getUri()
returns uri
|
int |
hashCode() |
public static final Comparator<ClassMatchingNode> CLASS_MATCHING_NODE_COMPARATOR
public ClassMatchingNode(URI uri, List<ClassMatchingNode> children)
uri - uri of classchildren - children of classCopyright © 2019. All rights reserved.