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. 
net.ontopia.topicmaps.schema.impl.osl.cmdline   
net.ontopia.topicmaps.schema.utils Contains classes containing useful utilities that make working with schemas easier. 
net.ontopia.topicmaps.webed.impl.utils   
 

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

Fields in net.ontopia.topicmaps.schema.impl.osl declared as TypeSpecification
protected  TypeSpecification TopicClass.typespec
           
protected  TypeSpecification AssociationClass.typespec
           
protected  TypeSpecification AbstractTypedCardinalityConstraint.typespec
           
protected  TypeSpecification AbstractScopedTypedCardinalityConstraint.typespec
           
 

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.
protected  TypeSpecification OSLSchemaContentHandler.getTypeSpecification()
           
 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.
protected  void OSLSchemaWriter.exportInstanceOf(TypeSpecification spec, DocumentHandler dh)
           
 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)
           
 

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

Methods in net.ontopia.topicmaps.schema.impl.osl.cmdline that return TypeSpecification
 TypeSpecification AbstractSchemaAnalyzer.getTypeSpecification(TopicIF topic)
          Generate the type specification for a topic
 

Uses of TypeSpecification in net.ontopia.topicmaps.schema.utils
 

Methods in net.ontopia.topicmaps.schema.utils with parameters of type TypeSpecification
protected  String HTMLValidationHandler.printTypeSpec(TypeSpecification typespec)
           
 

Uses of TypeSpecification in net.ontopia.topicmaps.webed.impl.utils
 

Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type TypeSpecification
 Collection SchemaUtils.getMatchingTopics(TopicMapIF tm, TypeSpecification typeSpec)
          INTERNAL: Gets the topic objects which define a class type by the given type specification typically attached to a constraint object.
 



Copyright © 2000-2012 Ontopia.