Uses of Interface
org.gcube.informationsystem.types.reference.relations.RelationType
-
Packages that use RelationType Package Description org.gcube.informationsystem.types.impl.relations org.gcube.informationsystem.types.reference.relations -
-
Uses of RelationType in org.gcube.informationsystem.types.impl.relations
Classes in org.gcube.informationsystem.types.impl.relations that implement RelationType Modifier and Type Class Description classConsistsOfTypeImplThe implementation of theConsistsOfType.classIsRelatedToTypeImplThe implementation of theIsRelatedToType.classRelationTypeImpl<S extends EntityType,T extends EntityType>The implementation of theRelationType.Methods in org.gcube.informationsystem.types.impl.relations that return RelationType Modifier and Type Method Description static RelationType<?,?>RelationTypeImpl. getRelationTypeDefinitionInstance(Class<? extends RelationElement<?,?>> clz)Returns aRelationTypeinstance for the given class. -
Uses of RelationType in org.gcube.informationsystem.types.reference.relations
Subinterfaces of RelationType in org.gcube.informationsystem.types.reference.relations Modifier and Type Interface Description interfaceConsistsOfTypeinterfaceIsRelatedToType
-