Package | Description |
---|---|
psdi.app.asset.topology.cron |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<AssetNode> |
AssetGraph.nodes
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AssetNode |
AssetLink.getFromAsset()
Deprecated.
|
AssetNode |
AssetGraph.getLastNode()
Deprecated.
|
AssetNode |
AssetGraph.getLastVisibleNode()
Deprecated.
|
AssetNode |
AssetLink.getToAsset()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AssetGraph.addNode(AssetNode n)
Deprecated.
|
java.lang.String |
AssetGraph.getNodesSkipped(AssetNode from,
AssetNode to)
Deprecated.
|
void |
AssetGraph.pushNodeStack(AssetNode node)
Deprecated.
|
void |
AssetGraph.pushVisibleNodeStack(AssetNode node)
Deprecated.
|
void |
AssetLink.setFromAsset(AssetNode fromAsset)
Deprecated.
|
void |
AssetLink.setToAsset(AssetNode toAsset)
Deprecated.
|
Constructor and Description |
---|
AssetLink(AssetNode fromAsset,
AssetNode toAsset,
java.lang.String path)
Deprecated.
|