Uses of Interface
com.regnosys.rosetta.rosetta.simple.Segment
Packages that use Segment
Package
Description
-
Uses of Segment in com.regnosys.rosetta.formatting2
Methods in com.regnosys.rosetta.formatting2 with parameters of type Segment -
Uses of Segment in com.regnosys.rosetta.rosetta.simple
Methods in com.regnosys.rosetta.rosetta.simple that return SegmentModifier and TypeMethodDescriptionSimpleFactory.createSegment()Returns a new object of class 'Segment'.Segment.getNext()Returns the value of the 'Next' containment reference.Operation.getPath()Returns the value of the 'Path' containment reference.Segment.getPrev()Returns the value of the 'Prev' container reference.Methods in com.regnosys.rosetta.rosetta.simple that return types with arguments of type SegmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Segment>Segment.asSegmentList(Segment path) org.eclipse.emf.common.util.EList<Segment>Operation.pathAsSegmentList()Methods in com.regnosys.rosetta.rosetta.simple with parameters of type Segment -
Uses of Segment in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement SegmentModifier and TypeClassDescriptionclassAn implementation of the model object 'Segment'.Fields in com.regnosys.rosetta.rosetta.simple.impl declared as SegmentModifier and TypeFieldDescriptionprotected SegmentSegmentImpl.nextThe cached value of the 'Next' containment reference.protected SegmentOperationImpl.pathThe cached value of the 'Path' containment reference.Methods in com.regnosys.rosetta.rosetta.simple.impl that return SegmentModifier and TypeMethodDescriptionSegmentImpl.basicGetPrev()SimpleFactoryImpl.createSegment()SegmentImpl.getNext()OperationImpl.getPath()SegmentImpl.getPrev()Methods in com.regnosys.rosetta.rosetta.simple.impl that return types with arguments of type SegmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Segment>SegmentImpl.asSegmentList(Segment path) org.eclipse.emf.common.util.EList<Segment>OperationImpl.pathAsSegmentList()Methods in com.regnosys.rosetta.rosetta.simple.impl with parameters of type SegmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Segment>SegmentImpl.asSegmentList(Segment path) org.eclipse.emf.common.notify.NotificationChainSegmentImpl.basicSetNext(Segment newNext, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainOperationImpl.basicSetPath(Segment newPath, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainSegmentImpl.basicSetPrev(Segment newPrev, org.eclipse.emf.common.notify.NotificationChain msgs) voidvoidvoid -
Uses of Segment in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type SegmentModifier and TypeMethodDescriptionSimpleSwitch.caseSegment(Segment object) Returns the result of interpreting the object as an instance of 'Segment'. -
Uses of Segment in com.regnosys.rosetta.serializer
Methods in com.regnosys.rosetta.serializer with parameters of type SegmentModifier and TypeMethodDescriptionprotected voidRosettaSemanticSequencer.sequence_Segment(org.eclipse.xtext.serializer.ISerializationContext context, Segment semanticObject) Contexts: Segment returns Segment Constraint: (attribute=[Attribute|ValidID] next=Segment?)