All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudgraph.test.socialgraph.actor.Lead Maven / Gradle / Ivy

package org.cloudgraph.test.socialgraph.actor;


import org.cloudgraph.test.socialgraph.actor.Edge;

/**
 * A relationship (edge) between 2 nodes where the source is 
 * a leader and the target is a follower.
 * 

* Generated interface representing the domain model entity Lead. This SDO interface directly reflects the * class (single or multiple) inheritance lattice of the source domain model(s) and is part of namespace http://cloudgraph.org/test/socialgraph/actor defined within the Configuration. * *

* Data Store Mapping: * Corresponds to the physical data store entity LD. *

* * @see org.cloudgraph.test.socialgraph.actor.Edge Edge */ public interface Lead extends Edge { /** The SDO namespace URI associated with the Type for this class. */ public static final String NAMESPACE_URI = "http://cloudgraph.org/test/socialgraph/actor"; /** The entity or Type logical name associated with this class. */ public static final String TYPE_NAME_LEAD = "Lead"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy