public final class Goals
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Goals()
Creates new instance.
|
|
Goals(java.util.Collection<Goal> topGoals)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent) |
void |
beforeUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent) |
GOElement |
getElemByModelId(java.lang.String modelId)
Returns element by its model id or null if it does not exist.
|
GOElement |
getElemByName(java.lang.String name)
Returns element by its name in the context or null if it does not exist.
|
java.util.Collection<GOElement> |
getElements()
Returns all the elements.
|
java.util.Collection<Goal> |
getTopGoals()
Returns the top goals.
|
protected Goals()
public Goals(java.util.Collection<Goal> topGoals)
topGoals - java.lang.NullPointerException - if topGoals is nulljava.lang.IllegalArgumentException - if topGoals contains nullpublic java.util.Collection<Goal> getTopGoals()
public java.util.Collection<GOElement> getElements()
public GOElement getElemByModelId(java.lang.String modelId)
modelId - public GOElement getElemByName(java.lang.String name)
name - public void beforeUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
unmarshaller - parent - public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
unmarshaller - parent - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.