com.eu.miscedautils.vhdlparser
Class FVhPBindingIndication
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPBindingIndication
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPBindingIndication
- extends FVhPBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPBindingIndication
public FVhPBindingIndication(java.lang.Integer line,
FVhPBase master)
getLibName
public java.lang.String getLibName()
setLibName
public void setLibName(java.lang.String libName)
getMaster
public FVhPBase getMaster()
setMaster
public void setMaster(FVhPBase master)
getArchitecture
public FVhPBase getArchitecture()
setArchitecture
public void setArchitecture(FVhPBase architecture)
getMasterDuType
public FVhPBase.ObjType getMasterDuType()
setMasterDuType
public void setMasterDuType(FVhPBase.ObjType masterDuType)
isOpen
public boolean isOpen()
setOpen
public void setOpen(boolean isOpen)
getPortmaps
public java.util.LinkedList<FVhPPortMap> getPortmaps()
setPortmaps
public void setPortmaps(java.util.LinkedList<FVhPPortMap> portmaps)
getGenericmaps
public java.util.LinkedList<FVhPGenericMap> getGenericmaps()
setGenericmaps
public void setGenericmaps(java.util.LinkedList<FVhPGenericMap> genericmaps)
elaborate
public boolean elaborate()
- Specified by:
elaborate
in class FVhPBase
print
public java.lang.String print()
- Specified by:
print
in class FVhPBase
printDecl
public java.lang.String printDecl()
- Specified by:
printDecl
in class FVhPBase
getFlattenedRange
public FVhPBase getFlattenedRange()
- Specified by:
getFlattenedRange
in class FVhPBase