|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbyucc.edif.NamedObject
byucc.edif.libraries.xilinx.MultiNamedObject
public class MultiNamedObject
When doing a compare on this object, it has multiple names, so the String passed-in for comparison will be compared against all of its names.
| Field Summary | |
|---|---|
protected java.util.ArrayList |
_additionalNames
A list of additional names for this Object. |
| Constructor Summary | |
|---|---|
MultiNamedObject(java.lang.String[] names)
Constructs a MultiNamedObject with the specified names as its names. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Perform a "deep" clone of the object. |
boolean |
equals(java.lang.Object cmp)
Returns true if the passed-in String matches one of the names in this MultiNamedObject. |
boolean |
startsWith(java.lang.Object cmp)
Returns true if the passed-in String matches one of the names in this MultiNamedObject. |
| Methods inherited from class byucc.edif.NamedObject |
|---|
createValidEdifNameable, createValidEdifString, getName, isValidEdifName, toEdif, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ArrayList _additionalNames
| Constructor Detail |
|---|
public MultiNamedObject(java.lang.String[] names)
names - The names of this object| Method Detail |
|---|
public java.lang.Object clone()
NamedObject
clone in interface EdifNameableclone in class NamedObjectpublic boolean equals(java.lang.Object cmp)
equals in class NamedObjectcmp - A String Object to compare against the names in this
Object
public boolean startsWith(java.lang.Object cmp)
cmp - A String Object to compare against the names in this
Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||