|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.cosmos.rm.validation.internal.artifacts.DocumentNode
public class DocumentNode
A document node is used to represent an SML-IF document
| Constructor Summary | |
|---|---|
DocumentNode()
|
|
| Method Summary | |
|---|---|
void |
addAlias(java.lang.String alias)
Add an alias for this document node. |
void |
addEdge(ElementEdge edge)
Adds an element edge to this document |
java.lang.String[] |
getAliases()
Returns the aliases of this document |
ElementEdge[] |
getEdges(java.lang.String uri,
java.lang.String localName)
Return the edges for the reference type passed in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentNode()
| Method Detail |
|---|
public java.lang.String[] getAliases()
public void addAlias(java.lang.String alias)
alias - The alias to be addedpublic void addEdge(ElementEdge edge)
edge - The element edge
public ElementEdge[] getEdges(java.lang.String uri,
java.lang.String localName)
uri - The namespace of the typelocalName - The local name of the type
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||