Package org.onosproject.net.pi.model
Class PiRegisterId
- java.lang.Object
-
- org.onlab.util.Identifier<String>
-
- org.onosproject.net.pi.model.PiRegisterId
-
@Beta public final class PiRegisterId extends Identifier<String>
Identifier of a register 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 PiRegisterId
of(String name)
Returns an identifier for the given register name.-
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString
-
-
-
-
Method Detail
-
of
public static PiRegisterId of(String name)
Returns an identifier for the given register name.- Parameters:
name
- register name- Returns:
- register ID
-
-