Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.AbstractInterfacePort
-
Packages that use AbstractInterfacePort Package Description fi.tut.mei.resdescapi.rdapi API for interacting with a Resource Description (RD)fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of AbstractInterfacePort in fi.tut.mei.resdescapi.rdapi
Methods in fi.tut.mei.resdescapi.rdapi that return AbstractInterfacePort Modifier and Type Method Description AbstractInterfacePort
RDHelper. create_AbstIfPort()
Creates an empty AbstractInterfacePort instance.AbstractInterfacePort
RDHelper. getById_AbstIfPort(String id)
Finds AbstractInterfacePort by its ID and returns that object from the list. -
Uses of AbstractInterfacePort in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type AbstractInterfacePort Modifier and Type Field Description protected List<AbstractInterfacePort>
AbstractResourceDesc.AbstractInterfacePorts. abstractInterfacePort
protected List<AbstractInterfacePort>
SharedElementCT.AbstractInterfacePorts. abstractInterfacePort
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return AbstractInterfacePort Modifier and Type Method Description AbstractInterfacePort
ObjectFactory. createAbstractInterfacePort()
Create an instance ofAbstractInterfacePort
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type AbstractInterfacePort Modifier and Type Method Description List<AbstractInterfacePort>
AbstractResourceDesc.AbstractInterfacePorts. getAbstractInterfacePort()
Definition of AbstractInterfacePorts used by this Abstract Resource Description (ARD) specification in the abstract model of the resource Gets the value of the abstractInterfacePort property.List<AbstractInterfacePort>
SharedElementCT.AbstractInterfacePorts. getAbstractInterfacePort()
Definition of AbstractInterfacePorts used by this ResourceDesc specification in the abstract model of the ResourceDesc Gets the value of the abstractInterfacePort property.
-