public class Global
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Global.Buf
Class for constructing sets of Global.
|
static class |
Global.Set
A Global.Set defines a set of Global signals.
|
Modifier and Type | Field and Description |
---|---|
static Global |
ground
global signal ground.
|
static Global |
power
global signal power.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns name of this Global signal.
|
Name |
getNameKey()
Returns name key of this Global signal.
|
static Global |
newGlobal(java.lang.String name)
Finds or creates global signal with given name.
|
java.lang.String |
toString()
Returns a printable version of this Global.
|
public static final Global ground
public static final Global power
public java.lang.String getName()
public Name getNameKey()
public java.lang.String toString()
toString
in class java.lang.Object
public static Global newGlobal(java.lang.String name)
name
- name