Package | Description |
---|---|
es.tid.pce.pcep.constructs |
PCEP Constructs as described in RFC 5440
|
Modifier and Type | Method and Description |
---|---|
ObjectiveFunction |
SVECConstruct.getObjectiveFunction() |
ObjectiveFunction |
Request.getObjectiveFunction() |
ObjectiveFunction |
Path.getOf() |
Modifier and Type | Method and Description |
---|---|
LinkedList<ObjectiveFunction> |
SVECConstruct.getObjectiveFunctionList() |
Modifier and Type | Method and Description |
---|---|
void |
SVECConstruct.setObjectiveFunction(ObjectiveFunction objectiveFunction) |
void |
Request.setObjectiveFunction(ObjectiveFunction objectiveFunction) |
void |
Path.setOf(ObjectiveFunction of) |
Modifier and Type | Method and Description |
---|---|
void |
SVECConstruct.setObjectiveFunctionList(LinkedList<ObjectiveFunction> objectiveFunctionList) |
Copyright © 2016. All rights reserved.