Uses of Class
net.ssehub.easy.producer.core.persistence.datatypes.Entity
-
Packages that use Entity Package Description net.ssehub.easy.producer.core.persistence.datatypes This package contains a simple data model, which can be used to store information in a non ivml file.net.ssehub.easy.producer.core.persistence.internal.xml This package contains classes for parsing and writing EASy information within a xml file.net.ssehub.easy.producer.core.persistence.standard This package contains classes which specific to the persistencer of this plug-in. -
-
Uses of Entity in net.ssehub.easy.producer.core.persistence.datatypes
Fields in net.ssehub.easy.producer.core.persistence.datatypes with type parameters of type Entity Modifier and Type Field Description private java.util.ArrayList<Entity>Model. entitiesMethods in net.ssehub.easy.producer.core.persistence.datatypes that return Entity Modifier and Type Method Description EntityModel. getEntity(int index)Returns an entity specified byindex.Methods in net.ssehub.easy.producer.core.persistence.datatypes with parameters of type Entity Modifier and Type Method Description voidModel. addEntity(Entity entity)Method for adding one new entity to this model. -
Uses of Entity in net.ssehub.easy.producer.core.persistence.internal.xml
Methods in net.ssehub.easy.producer.core.persistence.internal.xml with parameters of type Entity Modifier and Type Method Description private java.lang.StringXmlConnector. getXmlFromEntity(Entity entity, java.lang.String indent)Returns xml-formatted string from given entity. -
Uses of Entity in net.ssehub.easy.producer.core.persistence.standard
Methods in net.ssehub.easy.producer.core.persistence.standard that return Entity Modifier and Type Method Description private EntityPLP2ProjectConverter. relative2Entity(PLPInfo info)This method converts a predecessor or and successor to an entity.
-