public class ScopeModel extends Object
| Constructor and Description |
|---|
ScopeModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearActivation() |
Node<Scope> |
findNode(int scopeId) |
Node<Scope> |
getRootElement()
Return the root Node of the tree.
|
void |
setRootElement(Node<Scope> rootElement) |
List<Node<Scope>> |
toList()
Returns the Scoperee
|
String |
toString()
Returns a String representation of the Scoperee.
|
public Node<Scope> getRootElement()
public List<Node<Scope>> toList()
public String toString()
public void clearActivation()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.