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 classContextImplMethods in org.gcube.informationsystem.contexts.impl.entities with parameters of type Context Modifier and Type Method Description voidContextImpl. addChild(Context child)voidContextImpl. setParent(Context 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) -
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)voidContext. setParent(Context 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()ContextIsParentOf. getTarget()Methods in org.gcube.informationsystem.contexts.reference.relations with parameters of type Context Modifier and Type Method Description voidIsParentOf. setSource(Context source)voidIsParentOf. setTarget(Context target)
-