Uses of Class
net.ontopia.topicmaps.schema.impl.osl.TypeSpecification

Packages that use TypeSpecification
net.ontopia.topicmaps.schema.impl.osl The classes and interfaces used to represent constructs in the Ontopia Schema Language. 
 

Uses of TypeSpecification in net.ontopia.topicmaps.schema.impl.osl
 

Methods in net.ontopia.topicmaps.schema.impl.osl that return TypeSpecification
 TypeSpecification TypedConstraintIF.getTypeSpecification()
          INTERNAL: Returns the object specifying the allowed types.
 TypeSpecification TopicClass.getTypeSpecification()
          INTERNAL: Returns the specification of the topic typing the class defined by this object.
 TypeSpecification AssociationClass.getTypeSpecification()
          INTERNAL: Returns the type constraint.
 TypeSpecification AbstractTypedCardinalityConstraint.getTypeSpecification()
           
 TypeSpecification AbstractScopedTypedCardinalityConstraint.getTypeSpecification()
           
 

Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type TypeSpecification
 void TopicRoleConstraint.addAssociationType(TypeSpecification typespec)
          PUBLIC: Adds an allowed association type.
 void TopicClass.addOtherClass(TypeSpecification typespec)
          INTERNAL: Add a specification of a class to which instances of this class may belong.
 void AssociationRoleConstraint.addPlayerType(TypeSpecification typespec)
          INTERNAL: Add a new type to the allowed types of role players.
 void TopicRoleConstraint.removeAssociationType(TypeSpecification typespec)
          PUBLIC: Removes an allowed association type.
 void TopicClass.removeOtherClass(TypeSpecification typespec)
          INTERNAL: Remove the specification of a class to which instances of this class may no longer belong.
 void AssociationRoleConstraint.removePlayerType(TypeSpecification typespec)
          INTERNAL: Removes an topic player type from the set of allowed player types.
 void TypedConstraintIF.setTypeSpecification(TypeSpecification spec)
          INTERNAL: Sets the object specifying the allowed types.
 void TopicClass.setTypeSpecification(TypeSpecification typespec)
          INTERNAL: Sets the specification of the topic typing the class defined by this object.
 void AssociationClass.setTypeSpecification(TypeSpecification typespec)
          INTERNAL: Sets the type constraint.
 void AbstractTypedCardinalityConstraint.setTypeSpecification(TypeSpecification typespec)
           
 void AbstractScopedTypedCardinalityConstraint.setTypeSpecification(TypeSpecification typespec)
           
 



Copyright © 2000-2009 Ontopia.