public class OpticalPathIntent extends Intent
| Modifier | Constructor and Description |
|---|---|
protected |
OpticalPathIntent() |
|
OpticalPathIntent(ApplicationId appId,
ConnectPoint src,
ConnectPoint dst,
Path path) |
| Modifier and Type | Method and Description |
|---|---|
ConnectPoint |
dst() |
boolean |
isInstallable()
Indicates whether or not the intent is installable.
|
Path |
path() |
Collection<Link> |
requiredLinks() |
ConnectPoint |
src() |
String |
toString() |
appId, bindIdGenerator, equals, hashCode, id, resources, unbindIdGeneratorpublic OpticalPathIntent(ApplicationId appId, ConnectPoint src, ConnectPoint dst, Path path)
protected OpticalPathIntent()
public ConnectPoint src()
public ConnectPoint dst()
public Path path()
public boolean isInstallable()
IntentisInstallable in class Intentpublic Collection<Link> requiredLinks()
Copyright © 2015. All rights reserved.