@Deprecated public abstract class AbstractNode extends Object
Constructor and Description |
---|
AbstractNode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addIssue(String issueDescription)
Deprecated.
Adds an issue.
|
protected boolean |
linkFlow(Object linkSource,
Object linkTarget)
Deprecated.
Ensures both inputs are a
LinkFlowNode and if so links them. |
protected boolean |
linkManagedObjectSourceInput(Object managedObjectSource,
Object inputManagedObject)
Deprecated.
Links the
ManagedObjectSourceNode to the
InputManagedObjectNode . |
protected boolean |
linkObject(Object linkSource,
Object linkTarget)
Deprecated.
Ensures both inputs are a
LinkObjectNode and if so links them. |
protected boolean |
linkOffice(Object linkSource,
Object linkTarget)
Deprecated.
Ensures both inputs are a
LinkOfficeNode and if so links them. |
protected boolean |
linkSynchronous(Object linkSource,
Object linkTarget)
Deprecated.
Ensures both inputs are a
LinkSynchronousNode and if so links
them. |
protected boolean |
linkTeam(Object linkSource,
Object linkTarget)
Deprecated.
Ensures both inputs are a
LinkTeamNode and if so links them. |
protected boolean linkFlow(Object linkSource, Object linkTarget)
LinkFlowNode
and if so links them.linkSource
- Source LinkFlowNode
.linkTarget
- Target LinkFlowNode
.true
if linked.protected boolean linkSynchronous(Object linkSource, Object linkTarget)
LinkSynchronousNode
and if so links
them.linkSource
- Source LinkSynchronousNode
.linkTarget
- Target LinkSynchronousNode
.true
if linked.protected boolean linkObject(Object linkSource, Object linkTarget)
LinkObjectNode
and if so links them.linkSource
- Source LinkObjectNode
.linkTarget
- Target LinkObjectNode
.true
if linked.protected boolean linkTeam(Object linkSource, Object linkTarget)
LinkTeamNode
and if so links them.linkSource
- Source LinkTeamNode
.linkTarget
- Target LinkTeamNode
.true
if linked.protected boolean linkOffice(Object linkSource, Object linkTarget)
LinkOfficeNode
and if so links them.linkSource
- Source LinkOfficeNode
.linkTarget
- Target LinkOfficeNode
.true
if linked.protected boolean linkManagedObjectSourceInput(Object managedObjectSource, Object inputManagedObject)
ManagedObjectSourceNode
to the
InputManagedObjectNode
.inputManagedObject
- InputManagedObjectNode
.managedObjectSource
- ManagedObjectSourceNode
.true
if linked.protected abstract void addIssue(String issueDescription)
issueDescription
- Description of the issue.Copyright © 2005–2016. All rights reserved.