Interface TypeDependsOnDescriptor
- All Superinterfaces:
com.buschmais.xo.api.CompositeObject,com.buschmais.jqassistant.core.store.api.model.Descriptor
@Relation("DEPENDS_ON")
public interface TypeDependsOnDescriptor
extends com.buschmais.jqassistant.core.store.api.model.Descriptor
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from interface com.buschmais.xo.api.CompositeObject
as, getDelegate, getId
-
Method Details
-
getDependency
TypeDescriptor getDependency() -
getDependent
TypeDescriptor getDependent() -
getWeight
Integer getWeight() -
setWeight
-