Interface RelationElement<S extends EntityElement,T extends EntityElement>
-
- All Superinterfaces:
Element,IdentifiableElement,Serializable
- All Known Subinterfaces:
ConsistsOf<S,T>,ConsistsOfType,IsParentOf,IsRelatedTo<S,T>,IsRelatedToType,Relation<S,T>,RelationType<S,T>
- All Known Implementing Classes:
ConsistsOfImpl,ConsistsOfTypeImpl,DummyIsRelatedTo,IsParentOfImpl,IsRelatedToImpl,IsRelatedToTypeImpl,RelationElementImpl,RelationImpl,RelationTypeImpl
@TypeMetadata(name="RelationElement", description="This is the base class for any RelationElement", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface RelationElement<S extends EntityElement,T extends EntityElement> extends Element, IdentifiableElement
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMEstatic StringSOURCE_PROPERTYstatic StringTARGET_PROPERTY-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
HEADER_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeadergetHeader()SgetSource()TgetTarget()voidsetSource(S source)voidsetTarget(T target)-
Methods inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
setHeader
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
SOURCE_PROPERTY
static final String SOURCE_PROPERTY
- See Also:
- Constant Field Values
-
TARGET_PROPERTY
static final String TARGET_PROPERTY
- See Also:
- Constant Field Values
-
-