Uses of Class
org.javastro.ivoa.entities.vodml.Relation
Packages that use Relation
-
Uses of Relation in org.javastro.ivoa.entities.vodml
Subclasses of Relation in org.javastro.ivoa.entities.vodmlModifier and TypeClassDescriptionclassThis type implements a composition relation between the parent and child ObjectTypes.classA Reference is a Relation that indicates a kind of "usage" relationship between the target ObjectType and the owner of the reference, the "referrer".Methods in org.javastro.ivoa.entities.vodml with type parameters of type RelationModifier and TypeMethodDescriptionprotected <_P extends Relation>
_PRelation.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return RelationModifier and TypeMethodDescriptionRelation.Builder.build()Relation.clone()Relation.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Relation.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Relation.createCopy()Relation.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Relation.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml with parameters of type RelationModifier and TypeMethodDescriptionstatic Composition.Builder<Void>Composition.copyExcept(Relation _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Reference.Builder<Void>Reference.copyExcept(Relation _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Composition.Builder<_B>static <_B> Composition.Builder<_B>Composition.copyOf(Relation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Reference.Builder<_B>static <_B> Reference.Builder<_B>Reference.copyOf(Relation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Composition.Builder<Void>static Reference.Builder<Void>Constructors in org.javastro.ivoa.entities.vodml with parameters of type Relation