@Entity
public class ProcessRelationship
extends com.whitestein.lsps.common.AbstractEntity
implements com.whitestein.lsps.model.ElementWithId
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessRelationship()
Creates new instance.
|
|
ProcessRelationship(ProcessElement source,
ProcessElement target,
String elementId,
String elementClass)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends com.whitestein.lsps.model.ElementWithId> |
getChildren() |
String |
getElementClass() |
String |
getElementId() |
com.whitestein.lsps.model.ElementType |
getElementType() |
ExpressionOrigin |
getExpressionOrigin(Expression expression) |
List<Expression> |
getExpressions() |
String |
getName() |
Process |
getProcess()
Returns the process.
|
ProcessElement |
getSource()
Returns the relationship source.
|
ProcessElement |
getTarget()
Returns the relationship target.
|
protected ProcessRelationship()
public ProcessRelationship(ProcessElement source, ProcessElement target, String elementId, String elementClass)
source - target - elementId - elementClass - public ProcessElement getSource()
public ProcessElement getTarget()
public String getName()
getName in interface com.whitestein.lsps.model.ElementWithIdpublic String getElementId()
getElementId in interface com.whitestein.lsps.model.ElementWithIdpublic String getElementClass()
getElementClass in interface com.whitestein.lsps.model.ElementWithIdpublic com.whitestein.lsps.model.ElementType getElementType()
getElementType in interface com.whitestein.lsps.model.ElementWithIdpublic Process getProcess()
public Collection<? extends com.whitestein.lsps.model.ElementWithId> getChildren()
getChildren in interface com.whitestein.lsps.model.ElementWithIdContainerpublic List<Expression> getExpressions()
getExpressions in interface com.whitestein.lsps.model.ElementWithIdpublic ExpressionOrigin getExpressionOrigin(Expression expression)
getExpressionOrigin in interface com.whitestein.lsps.model.ElementWithIdCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.