Uses of Interface
org.gcube.informationsystem.contexts.reference.entities.Context
-
-
Uses of Context in org.gcube.informationsystem.contexts.impl.entities
Classes in org.gcube.informationsystem.contexts.impl.entities that implement Context Modifier and Type Class Description classContextImplThe default implementation of theContextinterface.Methods in org.gcube.informationsystem.contexts.impl.entities with parameters of type Context Modifier and Type Method Description voidContextImpl. addChild(Context child)Adds a child to this context.voidContextImpl. setParent(Context context)Sets the parent of this context. -
Uses of Context in org.gcube.informationsystem.contexts.impl.relations
Constructors in org.gcube.informationsystem.contexts.impl.relations with parameters of type Context Constructor Description IsParentOfImpl(Context source, Context target)Constructs a newIsParentOfImplwith the given source and target. -
Uses of Context in org.gcube.informationsystem.contexts.reference.entities
Methods in org.gcube.informationsystem.contexts.reference.entities with parameters of type Context Modifier and Type Method Description voidContext. addChild(Context child)Adds a child to this context.voidContext. setParent(Context context)Sets the parent of this context. -
Uses of Context in org.gcube.informationsystem.contexts.reference.relations
Methods in org.gcube.informationsystem.contexts.reference.relations that return Context Modifier and Type Method Description ContextIsParentOf. getSource()Returns the source entity of the relation.ContextIsParentOf. getTarget()Returns the target entity of the relation.Methods in org.gcube.informationsystem.contexts.reference.relations with parameters of type Context Modifier and Type Method Description voidIsParentOf. setSource(Context source)Sets the source entity of the relation.voidIsParentOf. setTarget(Context target)Sets the target entity of the relation.
-