Package org.onosproject.net.pi.model
Class PiActionId
- java.lang.Object
 - 
- org.onlab.util.Identifier<String>
 - 
- org.onosproject.net.pi.model.PiActionId
 
 
 
- 
@Beta public final class PiActionId extends Identifier<String>
Identifier of an action of a match+action table in a protocol-independent pipeline, unique within the scope of a pipeline model. 
- 
- 
Field Summary
- 
Fields inherited from class org.onlab.util.Identifier
identifier 
 - 
 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PiActionIdof(String name)Returns an action identifier for the given action name.- 
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
of
public static PiActionId of(String name)
Returns an action identifier for the given action name.- Parameters:
 name- action name- Returns:
 - action identifier
 
 
 - 
 
 -